summaryrefslogtreecommitdiff
path: root/gnustep-apps/terminal/terminal-0.9.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.8.ebuild')
-rw-r--r--gnustep-apps/terminal/terminal-0.9.8.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.8.ebuild b/gnustep-apps/terminal/terminal-0.9.8.ebuild
new file mode 100644
index 000000000000..724bd7200af1
--- /dev/null
+++ b/gnustep-apps/terminal/terminal-0.9.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+inherit gnustep-2
+
+S=${WORKDIR}/${P/t/T}
+
+DESCRIPTION="A terminal emulator for GNUstep"
+HOMEPAGE="http://www.nongnu.org/terminal/"
+SRC_URI="https://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+RDEPEND="!<x11-terms/terminal-0.6.0" #376257
+DEPEND="${RDEPEND}"