diff options
author | 2004-12-04 20:21:54 +0000 | |
---|---|---|
committer | 2004-12-04 20:21:54 +0000 | |
commit | 1f6c73a45775720fa21149c4656a2eb7f8296e43 (patch) | |
tree | d7e6f9951511f5075e65ac937172e53d6beca12c /gnustep-libs/gdl2 | |
parent | Lots of general version bumps all related to GNUstep (diff) | |
download | historical-1f6c73a45775720fa21149c4656a2eb7f8296e43.tar.gz historical-1f6c73a45775720fa21149c4656a2eb7f8296e43.tar.bz2 historical-1f6c73a45775720fa21149c4656a2eb7f8296e43.zip |
Lots of general version bumps all related to GNUstep
Diffstat (limited to 'gnustep-libs/gdl2')
-rw-r--r-- | gnustep-libs/gdl2/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-libs/gdl2/Manifest | 4 | ||||
-rw-r--r-- | gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041203 | 0 | ||||
-rw-r--r-- | gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild | 40 |
4 files changed, 50 insertions, 2 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 +} + |