summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-21 20:30:26 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-21 20:30:26 +0000
commit3a71006378b465028ed170e74732832b5cd977bc (patch)
tree2a9ba2dbbde6c825e4c6cfac91d1eb561d5b4968 /gnustep-libs/gdl2
parentNew packages, keyworded for ~ppc (diff)
downloadhistorical-3a71006378b465028ed170e74732832b5cd977bc.tar.gz
historical-3a71006378b465028ed170e74732832b5cd977bc.tar.bz2
historical-3a71006378b465028ed170e74732832b5cd977bc.zip
forgot to commit the ChangeLog
Diffstat (limited to 'gnustep-libs/gdl2')
-rw-r--r--gnustep-libs/gdl2/ChangeLog10
-rw-r--r--gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre200411190
-rw-r--r--gnustep-libs/gdl2/gdl2-0.9.2_pre20041119.ebuild38
-rw-r--r--gnustep-libs/gdl2/metadata.xml20
4 files changed, 68 insertions, 0 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog
new file mode 100644
index 000000000000..b393b201c111
--- /dev/null
+++ b/gnustep-libs/gdl2/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*gdl2-0.9.2_pre20041119 (20 Nov 2004)
+
+ 20 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml,
+ +gdl2-0.9.2_pre20041119.ebuild:
+ Original package import; keyworded for ~ppc
+
diff --git a/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041119 b/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041119
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041119
diff --git a/gnustep-libs/gdl2/gdl2-0.9.2_pre20041119.ebuild b/gnustep-libs/gdl2/gdl2-0.9.2_pre20041119.ebuild
new file mode 100644
index 000000000000..fe1329198897
--- /dev/null
+++ b/gnustep-libs/gdl2/gdl2-0.9.2_pre20041119.ebuild
@@ -0,0 +1,38 @@
+# 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_pre20041119.ebuild,v 1.1 2004/11/21 20:30:26 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}
+ dev-db/postgresql"
+RDEPEND="${GS_RDEPEND}
+ 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/gdl2/metadata.xml b/gnustep-libs/gdl2/metadata.xml
new file mode 100644
index 000000000000..20f8f4bde7be
--- /dev/null
+++ b/gnustep-libs/gdl2/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnustep</herd>
+<maintainer>
+ <email>fafhrd@gentoo.org</email>
+</maintainer>
+<longdescription>
+The GNUstep Database Library 2 (GDL2) is a set of libraries to map
+Objective-C objects to rows of relational database management systems
+(RDBMS). It aims to be compatible with Enterprise Objects Framework
+(EOF) as released with WebObjects 4.5 from Apple Inc. It requires the
+GNUstep Make Package 1.9.1 and the Base Library 1.9.1. Alternatively
+it is meant to work with other OpenStep-like implementations like
+Cocoa together with the GNUstep BaseAdditions Library 1.9.1. For UI
+applications which may want to use adaptor specific login panels, you
+should also install the GNUstep GUI Library 0.9.2 and the GNUstep
+Backend Library 0.9.2.
+</longdescription>
+</pkgmetadata>