commit: c424ef02a6982fcc9974ba910e01b5d73bc7b149
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 5 07:29:13 2026 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Feb 5 07:29:13 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c424ef02
gnustep-apps/terminal: drop 0.9.9
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
gnustep-apps/terminal/terminal-0.9.9.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnustep-apps/terminal/terminal-0.9.9.ebuild
b/gnustep-apps/terminal/terminal-0.9.9.ebuild
deleted file mode 100644
index 2527f343080f..000000000000
--- a/gnustep-apps/terminal/terminal-0.9.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnustep-2
-
-S=${WORKDIR}/${P/t/T}
-
-DESCRIPTION="A terminal emulator for GNUstep"
-HOMEPAGE="http://www.nongnu.org/gap/terminal/"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )