summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2007-11-08 23:36:23 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2007-11-08 23:36:23 +0000
commit81b5a54b5a05472562ad46c0aeb7fa31dd277d18 (patch)
tree43b1c9c03066d40ca53ed55d578457e3455b312d /gnustep-apps
parentRemove old version (diff)
downloadhistorical-81b5a54b5a05472562ad46c0aeb7fa31dd277d18.tar.gz
historical-81b5a54b5a05472562ad46c0aeb7fa31dd277d18.tar.bz2
historical-81b5a54b5a05472562ad46c0aeb7fa31dd277d18.zip
Remove old version, fix some quoting
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gworkspace/ChangeLog6
-rw-r--r--gnustep-apps/gworkspace/files/digest-gworkspace-0.7.13
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild32
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild6
4 files changed, 8 insertions, 39 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog
index 75576de94781..a663939e7b91 100644
--- a/gnustep-apps/gworkspace/ChangeLog
+++ b/gnustep-apps/gworkspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/gworkspace
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.25 2007/10/27 16:39:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.26 2007/11/08 23:36:22 voyageur Exp $
+
+ 08 Nov 2007; Bernard Cafarelli <voyageur@gentoo.org>
+ -gworkspace-0.7.1.ebuild, gworkspace-0.8.6.ebuild:
+ Remove old version, fix some quoting
27 Oct 2007; nixnut <nixnut@gentoo.org> gworkspace-0.8.6.ebuild:
Stable on ppc wrt bug 195990
diff --git a/gnustep-apps/gworkspace/files/digest-gworkspace-0.7.1 b/gnustep-apps/gworkspace/files/digest-gworkspace-0.7.1
deleted file mode 100644
index 71ee2a6cf609..000000000000
--- a/gnustep-apps/gworkspace/files/digest-gworkspace-0.7.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 adcf4fe1df1934525dd7c2b12d5206c2 gworkspace-0.7.1.tar.gz 1412129
-RMD160 5fb43c7faaf0a2a46a150011a34ac21ab074bb39 gworkspace-0.7.1.tar.gz 1412129
-SHA256 b4a0f066a9746c876cb17f54816e16e4352305e233bf50996e99f0bf8d7a50b7 gworkspace-0.7.1.tar.gz 1412129
diff --git a/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild
deleted file mode 100644
index 7279083d0ea8..000000000000
--- a/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild,v 1.6 2007/09/11 18:52:36 voyageur Exp $
-
-inherit gnustep
-
-S=${WORKDIR}/${P/gw/GW}
-
-DESCRIPTION="A workspace manager for GNUstep."
-HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-KEYWORDS="~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="${GS_DEPEND}
- !gnustep-apps/desktop
- !gnustep-apps/recycler"
-RDEPEND="${GS_RDEPEND}
- !gnustep-apps/desktop
- !gnustep-apps/recycler"
-
-egnustep_install_domain "System"
-
-src_compile() {
- egnustep_env
-
- econf || die "configure failed"
-
- egnustep_make
-}
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
index 0bc7c93cdff1..c544c8dd512a 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.4 2007/10/27 16:39:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.5 2007/11/08 23:36:22 voyageur Exp $
inherit autotools gnustep-2
@@ -25,8 +25,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch ${FILESDIR}/${P}-rpath.patch
- epatch ${FILESDIR}/${P}-popplerkit.patch
+ epatch "${FILESDIR}"/${P}-rpath.patch
+ epatch "${FILESDIR}"/${P}-popplerkit.patch
cd Inspector
eautoreconf || die "failed running autoreconf"