From ede46bfeb0ade603024fd1182b04674851cd5fa3 Mon Sep 17 00:00:00 2001 From: Armando Di Cianno Date: Fri, 12 Nov 2004 04:00:18 +0000 Subject: Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application --- gnustep-apps/stshell/ChangeLog | 10 +++++++++- gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild | 12 +++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'gnustep-apps/stshell') diff --git a/gnustep-apps/stshell/ChangeLog b/gnustep-apps/stshell/ChangeLog index 12fdcb0467a7..c64fce6a8643 100644 --- a/gnustep-apps/stshell/ChangeLog +++ b/gnustep-apps/stshell/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-apps/stshell # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/ChangeLog,v 1.2 2004/10/18 12:13:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/ChangeLog,v 1.3 2004/11/12 03:56:43 fafhrd Exp $ + + 11 Nov 2004; Armando Di Cianno + stshell-0.8.3_pre20040927.ebuild: + Mass Update: gnustep.eclass revamped to allow configurable root install; + gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions + bumped where files would change); some KEYWORDS were accidentally dropped + between version bumps of packages -- this has been resolved; windowmaker + correctly supports gnustep now 18 Oct 2004; David Holm stshell-0.8.3_pre20040927.ebuild: diff --git a/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild b/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild index 2f5d49002192..b1d5aa74ae64 100644 --- a/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild +++ b/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild,v 1.2 2004/10/18 12:13:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild,v 1.3 2004/11/12 03:56:43 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" ECVS_USER="anoncvs" ECVS_AUTH="ext" ECVS_MODULE="gnustep/dev-libs/StepTalk/Examples/${PN/sts/S}" -ECVS_CO_OPTS="-D ${PV/*_pre}" -ECVS_UP_OPTS="-D ${PV/*_pre}" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" inherit gnustep cvs @@ -23,7 +23,9 @@ SLOT="0" IUSE="${IUSE}" DEPEND="${GS_DEPEND} - =gnustep-libs/steptalk-${PV}" + =gnustep-libs/steptalk-${PV}*" RDEPEND="${GS_RDEPEND} - =gnustep-libs/steptalk-${PV}" + =gnustep-libs/steptalk-${PV}*" + +egnustep_install_domain "System" -- cgit v1.2.3-65-gdbad