summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 13:32:56 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 13:32:56 +0000
commitd9f010baa738d9105e2dc3d727d7b356a7388d08 (patch)
tree1b1e138ee740b1671049d673c1923091f5c066d1 /gnustep-apps/terminal
parentMoving to gnustep-apps/terminal (diff)
downloadgentoo-2-d9f010baa738d9105e2dc3d727d7b356a7388d08.tar.gz
gentoo-2-d9f010baa738d9105e2dc3d727d7b356a7388d08.tar.bz2
gentoo-2-d9f010baa738d9105e2dc3d727d7b356a7388d08.zip
Moved from app-gnustep/terminal to gnustep-apps/terminal.
Diffstat (limited to 'gnustep-apps/terminal')
-rw-r--r--gnustep-apps/terminal/ChangeLog31
-rw-r--r--gnustep-apps/terminal/Manifest4
-rw-r--r--gnustep-apps/terminal/files/digest-terminal-0.9.41
-rw-r--r--gnustep-apps/terminal/metadata.xml5
-rw-r--r--gnustep-apps/terminal/terminal-0.9.4.ebuild22
5 files changed, 63 insertions, 0 deletions
diff --git a/gnustep-apps/terminal/ChangeLog b/gnustep-apps/terminal/ChangeLog
new file mode 100644
index 000000000000..e3fe92413522
--- /dev/null
+++ b/gnustep-apps/terminal/ChangeLog
@@ -0,0 +1,31 @@
+# ChangeLog for app-gnustep/terminal
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.1 2004/07/23 13:32:56 fafhrd Exp $
+
+*terminal-0.9.4 (23 Jul 2004)
+
+ 23 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> +metadata.xml,
+ +terminal-0.9.4.ebuild:
+ Moved from app-gnustep/terminal to gnustep-apps/terminal.
+
+ 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org>
+ terminal-0.9.4.ebuild:
+ Changing the eclass to gnustep-old
+
+ 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org>
+ terminal-0.9.4.ebuild:
+ Changing the eclass to gnustep-old
+
+ 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> terminal-0.9.4.ebuild:
+ Added IUSE=
+
+ 18 Oct 2003; Nick Hadaway <raker@gentoo.org> terminal-0.9.4.ebuild:
+ Fixed the policy violation of setting ${A}
+
+ 28 Jul 2003; Nick Hadaway <raker@gentoo.org> terminal-0.9.4.ebuild:
+ Changed the description as noted on bug #25402.
+
+*terminal-0.9.4 (16 Jul 2003)
+
+ 16 Jul 2003; Michele Balistreri <brain@gentoo.org> terminal-0.9.4.ebuild:
+ New ebuild.
diff --git a/gnustep-apps/terminal/Manifest b/gnustep-apps/terminal/Manifest
new file mode 100644
index 000000000000..8994c3e006cb
--- /dev/null
+++ b/gnustep-apps/terminal/Manifest
@@ -0,0 +1,4 @@
+MD5 7228e79c255d1538b23cf23cc0adeaa2 ChangeLog 897
+MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161
+MD5 bb672a87776a585ba206b8c7daf97134 terminal-0.9.4.ebuild 580
+MD5 c68f10e4ea6d5e75d6d671d786054da7 files/digest-terminal-0.9.4 65
diff --git a/gnustep-apps/terminal/files/digest-terminal-0.9.4 b/gnustep-apps/terminal/files/digest-terminal-0.9.4
new file mode 100644
index 000000000000..1cb04ad9a99b
--- /dev/null
+++ b/gnustep-apps/terminal/files/digest-terminal-0.9.4
@@ -0,0 +1 @@
+MD5 16dcfe9d79f18253abf243ff83a5b5fd Terminal-0.9.4.tar.gz 63303
diff --git a/gnustep-apps/terminal/metadata.xml b/gnustep-apps/terminal/metadata.xml
new file mode 100644
index 000000000000..6cfe3231f3bc
--- /dev/null
+++ b/gnustep-apps/terminal/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnustep</herd>
+</pkgmetadata>
diff --git a/gnustep-apps/terminal/terminal-0.9.4.ebuild b/gnustep-apps/terminal/terminal-0.9.4.ebuild
new file mode 100644
index 000000000000..1a787afccf0a
--- /dev/null
+++ b/gnustep-apps/terminal/terminal-0.9.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.4.ebuild,v 1.1 2004/07/23 13:32:56 fafhrd Exp $
+
+inherit gnustep-old
+
+S=${WORKDIR}/${P/t/T}
+
+DESCRIPTION="GNUstep terminal emulator"
+HOMEPAGE="http://www.nongnu.org/terminal/"
+SRC_URI="http://savannah.nongnu.org/download/terminal/Terminal.pkg/${PV}/${P/t/T}.tar.gz"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND=">=dev-util/gnustep-gui-0.8.5"
+
+src_unpack() {
+ unpack ${P/t/T}.tar.gz
+ cd ${S}
+}