summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 13:32:12 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 13:32:12 +0000
commit26bbec0c9b7e660b075dfa1e6fcd4bafd4c82f72 (patch)
tree1377f4dc26994714fa94e114aa28ffc7c7e64f2f /app-gnustep
parentMoved from app-gnustep/talksoup to gnustep-apps/talksoup (diff)
downloadgentoo-2-26bbec0c9b7e660b075dfa1e6fcd4bafd4c82f72.tar.gz
gentoo-2-26bbec0c9b7e660b075dfa1e6fcd4bafd4c82f72.tar.bz2
gentoo-2-26bbec0c9b7e660b075dfa1e6fcd4bafd4c82f72.zip
Moving to gnustep-apps/terminal
Diffstat (limited to 'app-gnustep')
-rw-r--r--app-gnustep/terminal/ChangeLog25
-rw-r--r--app-gnustep/terminal/Manifest4
-rw-r--r--app-gnustep/terminal/files/digest-terminal-0.9.41
-rw-r--r--app-gnustep/terminal/metadata.xml5
-rw-r--r--app-gnustep/terminal/terminal-0.9.4.ebuild22
5 files changed, 0 insertions, 57 deletions
diff --git a/app-gnustep/terminal/ChangeLog b/app-gnustep/terminal/ChangeLog
deleted file mode 100644
index 48b1d7e73cef..000000000000
--- a/app-gnustep/terminal/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for app-gnustep/terminal
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-gnustep/terminal/ChangeLog,v 1.6 2004/07/22 21:45:45 fafhrd Exp $
-
- 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/app-gnustep/terminal/Manifest b/app-gnustep/terminal/Manifest
deleted file mode 100644
index 8994c3e006cb..000000000000
--- a/app-gnustep/terminal/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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/app-gnustep/terminal/files/digest-terminal-0.9.4 b/app-gnustep/terminal/files/digest-terminal-0.9.4
deleted file mode 100644
index 1cb04ad9a99b..000000000000
--- a/app-gnustep/terminal/files/digest-terminal-0.9.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 16dcfe9d79f18253abf243ff83a5b5fd Terminal-0.9.4.tar.gz 63303
diff --git a/app-gnustep/terminal/metadata.xml b/app-gnustep/terminal/metadata.xml
deleted file mode 100644
index 6cfe3231f3bc..000000000000
--- a/app-gnustep/terminal/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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/app-gnustep/terminal/terminal-0.9.4.ebuild b/app-gnustep/terminal/terminal-0.9.4.ebuild
deleted file mode 100644
index 0a9d3dda732b..000000000000
--- a/app-gnustep/terminal/terminal-0.9.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-gnustep/terminal/terminal-0.9.4.ebuild,v 1.6 2004/07/22 21:45:45 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}
-}