summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
commit2b8f037a81e29ba4c3a60a1e2be11ad55bea7361 (patch)
tree969fc60489235ebc2b4d6ba4716d96b8a8e3ae5f /gnustep-libs/gdl2
parentStable on ppc64; bug #73279 (Manifest recommit) (diff)
downloadgentoo-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/gdl2')
-rw-r--r--gnustep-libs/gdl2/ChangeLog8
-rw-r--r--gnustep-libs/gdl2/Manifest4
-rw-r--r--gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre200412030
-rw-r--r--gnustep-libs/gdl2/gdl2-0.9.2_pre20041203.ebuild40
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
+}
+