summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:57:34 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:57:34 +0000
commit6486d5eb6821f11206ad4b65c8544342616bffb3 (patch)
tree9264b95e72d17215d556d612e27db4f10e4ad5fc /gnustep-apps/clipbook
parentKeyworded ppc for GNOME 2.8 (diff)
downloadhistorical-6486d5eb6821f11206ad4b65c8544342616bffb3.tar.gz
historical-6486d5eb6821f11206ad4b65c8544342616bffb3.tar.bz2
historical-6486d5eb6821f11206ad4b65c8544342616bffb3.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/ChangeLog10
-rw-r--r--gnustep-apps/clipbook/Manifest4
-rw-r--r--gnustep-apps/clipbook/clipbook-0.94_pre20040928.ebuild8
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"
+