commit:     a797fd3af9b50e475e76c28ba12d36eec8f9ff45
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  3 20:08:27 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 20:35:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a797fd3a

app-emacs/inform-mode: drop old 2.0.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/inform-mode/Manifest                 |  1 -
 app-emacs/inform-mode/inform-mode-2.0.0.ebuild | 27 --------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-emacs/inform-mode/Manifest b/app-emacs/inform-mode/Manifest
index 7cff1d982959..13d4916e5be8 100644
--- a/app-emacs/inform-mode/Manifest
+++ b/app-emacs/inform-mode/Manifest
@@ -1,2 +1 @@
-DIST inform-mode-2.0.0.gh.tar.gz 54093 BLAKE2B 
9e3838828e9afca63f0d4daff2a19c88c75958783c5c2b00dfb95940174f78dd15b1411ed566f14585a90b4e3590cda452c79b3693317a71f844686c8a5cc2e5
 SHA512 
0e20b57227e72e02ad9db011db983912c98d8c43873dcbab31018bb242d2193264772e9c5bef98a7bd7933d894bb914892020d85a16c8d4c6b36fcad8927a995
 DIST inform-mode-2.0.1.gh.tar.gz 54343 BLAKE2B 
043276fc647fd63026061b9f36f5ac3d3ab39795a85ea14c69c47afe174e0685c325ed85675bd56bb80671757fc4b19a5b45cf07838f2cfe65acebae02f4420f
 SHA512 
822407468753bc1e00893e6c5d387100021d3bc06a09bbc3b54ab645c753f46f3f3dc2c8bbce9feaffb4df0d5490a39b6303d88bc34e1aa2bd78d5aee76129ee

diff --git a/app-emacs/inform-mode/inform-mode-2.0.0.ebuild 
b/app-emacs/inform-mode/inform-mode-2.0.0.ebuild
deleted file mode 100644
index 5a48c9d7e004..000000000000
--- a/app-emacs/inform-mode/inform-mode-2.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A major mode for editing Inform programs"
-HOMEPAGE="https://rrthomas.github.io/inform-mode/
-       https://github.com/rrthomas/inform-mode/";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/rrthomas/${PN}";
-else
-       SRC_URI="https://github.com/rrthomas/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-       KEYWORDS="amd64 ppc ~sparc x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( AUTHORS README.md )
-SITEFILE="50${PN}-gentoo.el"

Reply via email to