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/gwnet | |
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/gwnet')
-rw-r--r-- | gnustep-apps/gwnet/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/gwnet/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/gnustep-apps/gwnet/ChangeLog b/gnustep-apps/gwnet/ChangeLog index 7205189e6b92..139a2b4adfad 100644 --- a/gnustep-apps/gwnet/ChangeLog +++ b/gnustep-apps/gwnet/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-apps/gwnet # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/ChangeLog,v 1.2 2004/10/17 09:41:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/ChangeLog,v 1.3 2004/11/12 03:53:47 fafhrd Exp $ + + 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> + gwnet-0.1_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 17 Oct 2004; David Holm <dholm@gentoo.org> gwnet-0.1_pre20040928.ebuild: Added to ~ppc. diff --git a/gnustep-apps/gwnet/Manifest b/gnustep-apps/gwnet/Manifest index 11bbd422a234..17ccd7994a3b 100644 --- a/gnustep-apps/gwnet/Manifest +++ b/gnustep-apps/gwnet/Manifest @@ -1,4 +1,4 @@ -MD5 d50a7797c6db4dd845d8862370ab24c2 ChangeLog 486 -MD5 d22d2676f374fe86d534bd8b9acab4cd gwnet-0.1_pre20040928.ebuild 899 +MD5 4088145deaaceec994a7380e7e4fa226 gwnet-0.1_pre20040928.ebuild 940 +MD5 9f07e8605e20828f697c8eaa873232ea ChangeLog 909 MD5 f2392691afe8da10b2b7110b933fd207 metadata.xml 282 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gwnet-0.1_pre20040928 0 diff --git a/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild b/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild index ddfded4bef16..6aa743e0f0a5 100644 --- a/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild +++ b/gnustep-apps/gwnet/gwnet-0.1_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/gwnet/gwnet-0.1_pre20040928.ebuild,v 1.2 2004/10/17 09:41:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild,v 1.3 2004/11/12 03:53:47 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/gwn/GWN}" -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 @@ -28,3 +28,5 @@ DEPEND="${GS_DEPEND} RDEPEND="${GS_RDEPEND} gnustep-libs/smbkit" +egnustep_install_domain "System" + |