diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:53:47 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:53:47 +0000 |
commit | c77b75946a305b320042bb46e3682943bfc6993f (patch) | |
tree | 6d02357aed490b4cd4779fcca880d08ae2b11b05 /gnustep-apps/clipbook | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.tar.gz gentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.tar.bz2 gentoo-2-c77b75946a305b320042bb46e3682943bfc6993f.zip |
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
Diffstat (limited to 'gnustep-apps/clipbook')
-rw-r--r-- | gnustep-apps/clipbook/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/clipbook/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/gnustep-apps/clipbook/ChangeLog b/gnustep-apps/clipbook/ChangeLog index bf7d1b8f25d1..af1bcb2bf322 100644 --- a/gnustep-apps/clipbook/ChangeLog +++ b/gnustep-apps/clipbook/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-apps/clipbook # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/clipbook/ChangeLog,v 1.2 2004/10/14 20:09:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/clipbook/ChangeLog,v 1.3 2004/11/12 03:50:19 fafhrd Exp $ + + 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> + clipbook-0.94_pre20040928.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 14 Oct 2004; David Holm <dholm@gentoo.org> clipbook-0.94_pre20040928.ebuild: diff --git a/gnustep-apps/clipbook/Manifest b/gnustep-apps/clipbook/Manifest index a738ff15d04a..8577da641b44 100644 --- a/gnustep-apps/clipbook/Manifest +++ b/gnustep-apps/clipbook/Manifest @@ -1,4 +1,4 @@ -MD5 bf908236330948487e5024dd1ef41ac5 ChangeLog 500 -MD5 ca5f7dc4b786814148e408a54e212c0e clipbook-0.94_pre20040928.ebuild 822 +MD5 8c01b8e0180d675ab4e7b675d70c111d clipbook-0.94_pre20040928.ebuild 863 +MD5 efdc32a02d678b88b4710eeb57611734 ChangeLog 927 MD5 1723f885d7a1b417a7395f11ff61dbff metadata.xml 324 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-clipbook-0.94_pre20040928 0 diff --git a/gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild b/gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild index 8cf73915bb8f..0828b4235068 100644 --- a/gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild +++ b/gnustep-apps/clipbook/clipbook-0.94_pre20040928.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/clipbook/clipbook-0.94_pre20040928.ebuild,v 1.2 2004/10/14 20:09:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild,v 1.3 2004/11/12 03:50:19 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" ECVS_USER="anoncvs" ECVS_AUTH="ext" ECVS_MODULE="gnustep/usr-apps/gworkspace/${PN/clipb/ClipB}" -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 @@ -25,3 +25,5 @@ IUSE="${IUSE}" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" +egnustep_install_domain "System" + |