summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:58:52 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:58:52 +0000
commitfb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb (patch)
treee56e616ca0095daeae83ffe646d2fe8ef81dbcd5 /gnustep-libs/smbkit
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.tar.gz
gentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.tar.bz2
gentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.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-libs/smbkit')
-rw-r--r--gnustep-libs/smbkit/ChangeLog10
-rw-r--r--gnustep-libs/smbkit/Manifest4
-rw-r--r--gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild8
3 files changed, 16 insertions, 6 deletions
diff --git a/gnustep-libs/smbkit/ChangeLog b/gnustep-libs/smbkit/ChangeLog
index 5122bacd8b21..c75b9055b8f3 100644
--- a/gnustep-libs/smbkit/ChangeLog
+++ b/gnustep-libs/smbkit/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for gnustep-libs/smbkit
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/smbkit/ChangeLog,v 1.2 2004/10/17 09:41:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/smbkit/ChangeLog,v 1.3 2004/11/12 03:54:04 fafhrd Exp $
+
+ 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org>
+ smbkit-0.0.1_pre20041004.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
17 Oct 2004; David Holm <dholm@gentoo.org>
smbkit-0.0.1_pre20041004.ebuild:
diff --git a/gnustep-libs/smbkit/Manifest b/gnustep-libs/smbkit/Manifest
index e622a51e5542..0c696753bbc1 100644
--- a/gnustep-libs/smbkit/Manifest
+++ b/gnustep-libs/smbkit/Manifest
@@ -1,4 +1,4 @@
-MD5 7613018b965d5a3a021f8b384268e336 ChangeLog 504
+MD5 869713f525598058eb8798a6caec5094 smbkit-0.0.1_pre20041004.ebuild 850
+MD5 a2fb3f1062020c65bddaf4320dab11c6 ChangeLog 930
MD5 aea9d4f697ff79da9ab1d1abf5a13926 metadata.xml 308
-MD5 cdc2e07e1f722df93df727aff754d20b smbkit-0.0.1_pre20041004.ebuild 809
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-smbkit-0.0.1_pre20041004 0
diff --git a/gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild
index 8b1aab66fbc2..f814f5add7df 100644
--- a/gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild
+++ b/gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.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-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild,v 1.2 2004/10/17 09:41:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/smbkit/smbkit-0.0.1_pre20041004.ebuild,v 1.3 2004/11/12 03:54:04 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/${PN/smbk/SMBK}"
-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
@@ -27,3 +27,5 @@ DEPEND="${GS_DEPEND}
RDEPEND="${GS_RDEPEND}
net-fs/samba"
+egnustep_install_domain "System"
+