diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-12-04 20:23:35 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-12-04 20:23:35 +0000 |
commit | 2b8f037a81e29ba4c3a60a1e2be11ad55bea7361 (patch) | |
tree | 969fc60489235ebc2b4d6ba4716d96b8a8e3ae5f /gnustep-libs | |
parent | Stable on ppc64; bug #73279 (Manifest recommit) (diff) | |
download | gentoo-2-2b8f037a81e29ba4c3a60a1e2be11ad55bea7361.tar.gz gentoo-2-2b8f037a81e29ba4c3a60a1e2be11ad55bea7361.tar.bz2 gentoo-2-2b8f037a81e29ba4c3a60a1e2be11ad55bea7361.zip |
Lots of general version bumps all related to GNUstep
Diffstat (limited to 'gnustep-libs')
21 files changed, 301 insertions, 6 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog index b393b201c111..8634622d79b0 100644 --- a/gnustep-libs/gdl2/ChangeLog +++ b/gnustep-libs/gdl2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/gdl2 # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.1 2004/11/21 20:30:26 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.2 2004/12/04 20:20:31 fafhrd Exp $ + +*gdl2-0.9.2_pre20041203 (03 Dec 2004) + + 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> + +gdl2-0.9.2_pre20041203.ebuild: + General version bump *gdl2-0.9.2_pre20041119 (20 Nov 2004) diff --git a/gnustep-libs/gdl2/Manifest b/gnustep-libs/gdl2/Manifest index a32f31bbf105..4f392484bc73 100644 --- a/gnustep-libs/gdl2/Manifest +++ b/gnustep-libs/gdl2/Manifest @@ -1,4 +1,6 @@ MD5 27bb41fe5252832ac2a9b436aa056047 gdl2-0.9.2_pre20041119.ebuild 1063 -MD5 5429e1394a39ba5d612f09cdaa4c3bd0 ChangeLog 395 +MD5 8fc9581c8224d2f68fdd79c239f9d430 gdl2-0.9.2_pre20041203.ebuild 994 +MD5 f781c7b73645572e53f3f194c404b6e7 ChangeLog 545 MD5 44c534f052d4443cddf1251e5ef12e9e metadata.xml 900 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gdl2-0.9.2_pre20041119 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gdl2-0.9.2_pre20041203 0 diff --git a/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041203 b/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041203 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041203 diff --git a/gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild b/gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild new file mode 100644 index 000000000000..dd7ec43883cd --- /dev/null +++ b/gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild,v 1.1 2004/12/04 20:20:31 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}" +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 eutils + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="The GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS)." +HOMEPAGE="http://www.gnustep.org" + +KEYWORDS="~ppc" +LICENSE="LGPL-2.1" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + !gnustep-apps/sope + dev-db/postgresql" +RDEPEND="${GS_RDEPEND} + !gnustep-apps/sope + dev-db/postgresql" + +egnustep_install_domain "System" + +src_compile() { + cd ${S} + egnustep_env + econf "--prefix=$(egnustep_prefix)" || die "./configure failed" + egnustep_make || die +} + diff --git a/gnustep-libs/gsweb/ChangeLog b/gnustep-libs/gsweb/ChangeLog index 546f5f9f0243..48976a606f83 100644 --- a/gnustep-libs/gsweb/ChangeLog +++ b/gnustep-libs/gsweb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/gsweb # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/ChangeLog,v 1.1 2004/11/21 20:28:36 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/ChangeLog,v 1.2 2004/12/04 20:20:48 fafhrd Exp $ + +*gsweb-1.1.1_pre20041203 (03 Dec 2004) + + 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> + +files/1.1.1_pre-build-fixes.patch, +gsweb-1.1.1_pre20041203.ebuild: + General version bump *gsweb-1.1.1_pre20041119 (21 Nov 2004) diff --git a/gnustep-libs/gsweb/Manifest b/gnustep-libs/gsweb/Manifest index 3ff24aec678d..4b042e5e10bb 100644 --- a/gnustep-libs/gsweb/Manifest +++ b/gnustep-libs/gsweb/Manifest @@ -1,10 +1,15 @@ +MD5 8d8164734b429dc41978eb210c3daf6a gsweb-1.1.1_pre20041126.ebuild 2105 MD5 8f78510f6eef22ad57ca248882daa0b8 gsweb-1.1.1_pre20041119.ebuild 2218 +MD5 8d8164734b429dc41978eb210c3daf6a gsweb-1.1.1_pre20041203.ebuild 2105 MD5 bd941b0f0c4107ee4572db68685e309a ChangeLog 576 MD5 793863b2ae98803d7c254bed889178b3 metadata.xml 429 MD5 078dd66c0d30dc9af62ed1cad6519a0e files/apache1-make.patch 333 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gsweb-1.1.1_pre20041119 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gsweb-1.1.1_pre20041126 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gsweb-1.1.1_pre20041203 0 MD5 41b18945839f51f5ab48c20ab9a60b2c files/apache2-make.patch 334 MD5 9f675b264d05d148a25d5cbf4e28001e files/1.1.1_pre20041119-build-fixes.patch 374 +MD5 9f675b264d05d148a25d5cbf4e28001e files/1.1.1_pre-build-fixes.patch 374 MD5 b2bed5fd63f7b0ac88c29357e81e52d3 files/gsweb.conf 2267 MD5 e9be862ba0ae4a1d47a54daf5f386ff3 files/1/90_mod_gsweb.conf 256 MD5 bfb17f39dbc561ab65918f5bedebbf4c files/2/90_mod_gsweb.conf 255 diff --git a/gnustep-libs/gsweb/files/1.1.1_pre-build-fixes.patch b/gnustep-libs/gsweb/files/1.1.1_pre-build-fixes.patch new file mode 100644 index 000000000000..5f3adef3eab6 --- /dev/null +++ b/gnustep-libs/gsweb/files/1.1.1_pre-build-fixes.patch @@ -0,0 +1,10 @@ +--- GSWAction.h.orig 2004-11-19 01:00:10.682762424 -0500 ++++ GSWAction.h 2004-11-19 01:00:14.788138312 -0500 +@@ -56,7 +56,6 @@ + /** Returns YES if self reponds to actionName **/ + -(BOOL)isActionNamed:(NSString*)actionName; + +--(id)existingSession; + -(NSString*)sessionIDForRequest:(GSWRequest*)aRequest; + -(void)_initializeRequestSessionIDInContext:(GSWContext*)aContext; + diff --git a/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041203 b/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041203 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041203 diff --git a/gnustep-libs/gsweb/gsweb-1.1.1_pre20041203.ebuild b/gnustep-libs/gsweb/gsweb-1.1.1_pre20041203.ebuild new file mode 100644 index 000000000000..03cfc5c070dc --- /dev/null +++ b/gnustep-libs/gsweb/gsweb-1.1.1_pre20041203.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gsweb/gsweb-1.1.1_pre20041203.ebuild,v 1.1 2004/12/04 20:20:48 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}" +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 eutils depend.apache + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="GNUstepWeb is a library which was designed to be compatible with WebObjects 4.x (developed by NeXT (now Apple) Inc.)." +HOMEPAGE="http://www.gnustep.org" + +KEYWORDS="~ppc" +LICENSE="LGPL-2.1" +SLOT="0" + +DEPEND="${GS_DEPEND} + gnustep-libs/gdl2 + x11-libs/libPropList" +RDEPEND="${GS_RDEPEND} + gnustep-libs/gdl2 + x11-libs/libPropList + net-www/apache" +need_apache2 +IUSE="${IUSE}" + +egnustep_install_domain "System" + +src_unpack() { + cvs_src_unpack + cd ${S}/GSWeb.framework + epatch ${FILESDIR}/1.1.1_pre-build-fixes.patch + cd ${S}/GSWAdaptors/Apache + epatch ${FILESDIR}/apache1-make.patch + cd ${S}/GSWAdaptors/Apache + epatch ${FILESDIR}/apache2-make.patch + cd ${S} +} + +src_compile() { + cd ${S} + egnustep_env + econf "--prefix=$(egnustep_prefix)" || die "./configure failed" + egnustep_make || die + cd ${S}/GSWAdaptors/Apache + pwd + einfo "emake -f GNUmakefile-Apache${APACHE_VERSION}x all" + emake -f GNUmakefile-Apache${APACHE_VERSION}x all + ls -la + cd ${S} + pwd +} + +src_install() { + gnustep_src_install + cd ${S}/GSWAdaptors/Apache + insinto /usr/lib/apache${APACHE_VERSION#1}-extramodules + insopts -m0755 + doins mod_gsweb.so + cd ${S} + + insinto /etc/apache${APACHE_VERSION#1}/conf/modules.d + doins ${FILESDIR}/${APACHE_VERSION}/90_mod_gsweb.conf + + insinto /etc/apache${APACHE_VERSION#1}/conf + doins ${FILESDIR}/gsweb.conf + + dodir $(egnustep_system_domain)/Library/Documentation/GSWeb + insinto $(egnustep_system_domain)/Library/Documentation/GSWeb + doins GSWAdaptors/Doc/ConfigurationFile.html +} + +pkg_postinst() { + gnustep_pkg_postinst + einfo "Edit /etc/conf.d/apache${APACHE_VERSION#1} and add \"-D GSWeb\" to APACHE${APACHE_VERSION#1}_OPTS" +} + diff --git a/gnustep-libs/pantomime/ChangeLog b/gnustep-libs/pantomime/ChangeLog index 7bc6c8328571..cdae5cb89803 100644 --- a/gnustep-libs/pantomime/ChangeLog +++ b/gnustep-libs/pantomime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/pantomime # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/ChangeLog,v 1.8 2004/11/12 03:52:29 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/ChangeLog,v 1.9 2004/12/04 20:21:54 fafhrd Exp $ + +*pantomime-1.2.0_pre20041203 (03 Dec 2004) + + 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> + +pantomime-1.2.0_pre20041203.ebuild: + General version bump *pantomime-1.2.0_pre20041108 (11 Nov 2004) diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest index 4b6d889b7ce1..d871aba8812b 100644 --- a/gnustep-libs/pantomime/Manifest +++ b/gnustep-libs/pantomime/Manifest @@ -1,6 +1,12 @@ +MD5 b8afdc236d31a07383d59ff734eedbf9 pantomime-1.2.0_pre20041126.ebuild 760 MD5 fa1ec0ede5817d457de96c6d478218d6 pantomime-1.2.0_pre20041108.ebuild 879 +MD5 b8afdc236d31a07383d59ff734eedbf9 pantomime-1.2.0_pre20041128.ebuild 760 +MD5 b8afdc236d31a07383d59ff734eedbf9 pantomime-1.2.0_pre20041203.ebuild 760 MD5 de738f8c6093ef860faa52f62f41c0ab ChangeLog 2975 MD5 b40c9c911848ed51e3087c4ccbc7a1e4 pantomime-1.2.0_pre20041030.ebuild 846 MD5 e7c6a4ecebe301f312dc1f6c496ab97e metadata.xml 344 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pantomime-1.2.0_pre20041030 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pantomime-1.2.0_pre20041108 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pantomime-1.2.0_pre20041126 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pantomime-1.2.0_pre20041128 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pantomime-1.2.0_pre20041203 0 diff --git a/gnustep-libs/pantomime/files/digest-pantomime-1.2.0_pre20041203 b/gnustep-libs/pantomime/files/digest-pantomime-1.2.0_pre20041203 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-libs/pantomime/files/digest-pantomime-1.2.0_pre20041203 diff --git a/gnustep-libs/pantomime/pantomime-1.2.0_pre20041203.ebuild b/gnustep-libs/pantomime/pantomime-1.2.0_pre20041203.ebuild new file mode 100644 index 000000000000..a94abf20d103 --- /dev/null +++ b/gnustep-libs/pantomime/pantomime-1.2.0_pre20041203.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/pantomime-1.2.0_pre20041203.ebuild,v 1.1 2004/12/04 20:21:54 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="Sophos.ca:/opt/cvsroot" +ECVS_USER="anoncvs" +ECVS_PASS="anoncvs" +ECVS_AUTH="pserver" +ECVS_MODULE="${PN/p/P}" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/Sophos.ca-collaborationworld" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="A set of Objective-C classes that model a mail system." +HOMEPAGE="http://www.collaboration-world.com/pantomime/" + +LICENSE="LGPL-2.1 Elm" +KEYWORDS="~x86 ~ppc" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + dev-libs/openssl" +RDEPEND="${GS_RDEPEND} + dev-libs/openssl" + +egnustep_install_domain "Local" + diff --git a/gnustep-libs/smbkit/ChangeLog b/gnustep-libs/smbkit/ChangeLog index c75b9055b8f3..19a9bfc4bdb4 100644 --- a/gnustep-libs/smbkit/ChangeLog +++ b/gnustep-libs/smbkit/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2004/11/12 03:54:04 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/smbkit/ChangeLog,v 1.4 2004/12/04 20:21:21 fafhrd Exp $ + +*smbkit-0.0.1_pre20041203 (03 Dec 2004) + + 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> + +smbkit-0.0.1_pre20041203.ebuild: + General version bump 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> smbkit-0.0.1_pre20041004.ebuild: diff --git a/gnustep-libs/smbkit/Manifest b/gnustep-libs/smbkit/Manifest index 632bfa002465..64aa0580caae 100644 --- a/gnustep-libs/smbkit/Manifest +++ b/gnustep-libs/smbkit/Manifest @@ -1,4 +1,8 @@ +MD5 bb31f28437eec1dd657e4c74380a7bb8 smbkit-0.0.1_pre20041126.ebuild 738 +MD5 bb31f28437eec1dd657e4c74380a7bb8 smbkit-0.0.1_pre20041203.ebuild 738 MD5 bd6eba9979c20bff86caa909af0a086d smbkit-0.0.1_pre20041004.ebuild 851 MD5 d310dfd11a13a2657a5fcf0df2bed792 ChangeLog 931 MD5 aea9d4f697ff79da9ab1d1abf5a13926 metadata.xml 308 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-smbkit-0.0.1_pre20041004 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-smbkit-0.0.1_pre20041126 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-smbkit-0.0.1_pre20041203 0 diff --git a/gnustep-libs/smbkit/files/digest-smbkit-0.0.1_pre20041203 b/gnustep-libs/smbkit/files/digest-smbkit-0.0.1_pre20041203 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-libs/smbkit/files/digest-smbkit-0.0.1_pre20041203 diff --git a/gnustep-libs/smbkit/smbkit-0.0.1_pre20041203.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1_pre20041203.ebuild new file mode 100644 index 000000000000..c3f33760f7cc --- /dev/null +++ b/gnustep-libs/smbkit/smbkit-0.0.1_pre20041203.ebuild @@ -0,0 +1,31 @@ +# 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_pre20041203.ebuild,v 1.1 2004/12/04 20:21:21 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="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="SMBKit offers a samba library and headers for GNUstep." +HOMEPAGE="http://www.gnustep.org" + +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + net-fs/samba" +RDEPEND="${GS_RDEPEND} + net-fs/samba" + +egnustep_install_domain "System" + diff --git a/gnustep-libs/steptalk/ChangeLog b/gnustep-libs/steptalk/ChangeLog index a7ab0d29a444..4465851698cf 100644 --- a/gnustep-libs/steptalk/ChangeLog +++ b/gnustep-libs/steptalk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/steptalk # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/ChangeLog,v 1.3 2004/11/12 03:56:25 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/ChangeLog,v 1.4 2004/12/04 20:21:04 fafhrd Exp $ + +*steptalk-0.8.3_pre20041203 (03 Dec 2004) + + 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> + +steptalk-0.8.3_pre20041203.ebuild: + General version bump 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> steptalk-0.8.3_pre20040927.ebuild: diff --git a/gnustep-libs/steptalk/Manifest b/gnustep-libs/steptalk/Manifest index e3f7426563c1..9d5cfd38c9ec 100644 --- a/gnustep-libs/steptalk/Manifest +++ b/gnustep-libs/steptalk/Manifest @@ -1,4 +1,8 @@ MD5 a9932920f86bb61fc2af8242bf78240e steptalk-0.8.3_pre20040927.ebuild 1284 +MD5 1f5730bc6932b127b99f4b6c15867c75 steptalk-0.8.3_pre20041126.ebuild 1167 +MD5 1f5730bc6932b127b99f4b6c15867c75 steptalk-0.8.3_pre20041203.ebuild 1167 MD5 4c28dd44e61b31f06924a302653ffb67 ChangeLog 912 MD5 2306f8060e1888706195402ce19e8bed metadata.xml 2189 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-steptalk-0.8.3_pre20040927 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-steptalk-0.8.3_pre20041126 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-steptalk-0.8.3_pre20041203 0 diff --git a/gnustep-libs/steptalk/files/digest-steptalk-0.8.3_pre20041203 b/gnustep-libs/steptalk/files/digest-steptalk-0.8.3_pre20041203 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-libs/steptalk/files/digest-steptalk-0.8.3_pre20041203 diff --git a/gnustep-libs/steptalk/steptalk-0.8.3_pre20041203.ebuild b/gnustep-libs/steptalk/steptalk-0.8.3_pre20041203.ebuild new file mode 100644 index 000000000000..609aa82dba92 --- /dev/null +++ b/gnustep-libs/steptalk/steptalk-0.8.3_pre20041203.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/steptalk-0.8.3_pre20041203.ebuild,v 1.1 2004/12/04 20:21: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/stept/StepT}" +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 + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="StepTalk is the official GNUstep scripting framework." +HOMEPAGE="http://www.gnustep.org/experience/StepTalk.html" + +KEYWORDS="~x86 ~ppc" +LICENSE="LGPL-2.1" +SLOT="0" + +IUSE="${IUSE} doc" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "System" + +src_install() { + cd ${S} + egnustep_env + egnustep_install || die + + if use doc ; then + egnustep_env + cd Documentation + mkdir -p ${TMP}/tmpdocs + mv *.* ${TMP}/tmpdocs + mv Reference ${TMP}/tmpdocs + mkdir -p ${D}$(egnustep_install_domain)/Library/Documentation/Developer/${PN/stept/StepT} + mv ${TMP}/tmpdocs/* ${D}$(egnustep_install_domain)/Library/Documentation/Developer/${PN/stept/StepT} + cd .. + fi + egnustep_package_config +} + |