diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:17:22 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:17:22 +0000 |
commit | 70482f099d177363c52e0a1627762f6fcb85d19e (patch) | |
tree | 5c14c87328178b9995d70eb49c38f228f99f7d8d /app-gnustep/gworkspace | |
parent | Moved from app-gnustep/gorm to gnustep-apps/gorm (diff) | |
download | gentoo-2-70482f099d177363c52e0a1627762f6fcb85d19e.tar.gz gentoo-2-70482f099d177363c52e0a1627762f6fcb85d19e.tar.bz2 gentoo-2-70482f099d177363c52e0a1627762f6fcb85d19e.zip |
Moving to gnustep-apps/gworkspace
Diffstat (limited to 'app-gnustep/gworkspace')
-rw-r--r-- | app-gnustep/gworkspace/ChangeLog | 25 | ||||
-rw-r--r-- | app-gnustep/gworkspace/Manifest | 4 | ||||
-rw-r--r-- | app-gnustep/gworkspace/files/digest-gworkspace-0.5.3 | 1 | ||||
-rw-r--r-- | app-gnustep/gworkspace/gworkspace-0.5.3.ebuild | 22 | ||||
-rw-r--r-- | app-gnustep/gworkspace/metadata.xml | 5 |
5 files changed, 0 insertions, 57 deletions
diff --git a/app-gnustep/gworkspace/ChangeLog b/app-gnustep/gworkspace/ChangeLog deleted file mode 100644 index a8982e48f0dc..000000000000 --- a/app-gnustep/gworkspace/ChangeLog +++ /dev/null @@ -1,25 +0,0 @@ -# ChangeLog for app-gnustep/gworkspace -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/ChangeLog,v 1.6 2004/07/22 21:42:14 fafhrd Exp $ - - 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> - gworkspace-0.5.3.ebuild: - Changing the eclass to gnustep-old - - 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> - gworkspace-0.5.3.ebuild: - Changing the eclass to gnustep-old - - 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gworkspace-0.5.3.ebuild: - Added IUSE= - - 18 Feb 2004; David Holm <dholm@gentoo.org> gworkspace-0.5.3.ebuild: - Added to ~ppc. - - 30 Jul 2003; Nick Hadaway <raker@gentoo.org> gworkspace-0.5.3.ebuild: - Updated the description. - -*gworkspace-0.5.3 (15 Jul 2003) - - 15 Jul 2003; Nick Hadaway <raker@gentoo.org> gworkspace-0.5.3.ebuild: - New ebuild. diff --git a/app-gnustep/gworkspace/Manifest b/app-gnustep/gworkspace/Manifest deleted file mode 100644 index 13dad61dab91..000000000000 --- a/app-gnustep/gworkspace/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 635d32ffad9f9028d94b9993f2a14655 gworkspace-0.5.3.ebuild 614 -MD5 ecb565768b55d2798d38c2fc84ce7cd2 ChangeLog 856 -MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 -MD5 48cb1091fdd1df58f0a32711945b64fb files/digest-gworkspace-0.5.3 69 diff --git a/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3 b/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3 deleted file mode 100644 index b8af27dcf117..000000000000 --- a/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 119523e6762a5abe9226877045e2faec gworkspace-0.5.3.tar.gz 1104593 diff --git a/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild b/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild deleted file mode 100644 index 05bd5deaceee..000000000000 --- a/app-gnustep/gworkspace/gworkspace-0.5.3.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/gworkspace/gworkspace-0.5.3.ebuild,v 1.6 2004/07/22 21:42:14 fafhrd Exp $ - -inherit gnustep-old - -S=${WORKDIR}/GWorkspace-${PV} - -DESCRIPTION="GNUstep workspace manager" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="http://www.gnustep.it/enrico/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ~ppc" -DEPEND=">=dev-util/gnustep-gui-0.8.5" -IUSE="" - -src_install() { - egnustepinstall - cd ${S}/Apps_wrappers - cp -a * ${D}${GNUSTEP_SYSTEM_ROOT}/Applications -} diff --git a/app-gnustep/gworkspace/metadata.xml b/app-gnustep/gworkspace/metadata.xml deleted file mode 100644 index 6cfe3231f3bc..000000000000 --- a/app-gnustep/gworkspace/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> |