diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-21 20:30:26 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-21 20:30:26 +0000 |
commit | d5f19ddd8a3592fda72212f2552c5e3ac1a37ed3 (patch) | |
tree | 0e83d5b678521d34fe7fa53c7701bb8e8e143168 /gnustep-libs | |
parent | New packages, keyworded for ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-d5f19ddd8a3592fda72212f2552c5e3ac1a37ed3.tar.gz gentoo-2-d5f19ddd8a3592fda72212f2552c5e3ac1a37ed3.tar.bz2 gentoo-2-d5f19ddd8a3592fda72212f2552c5e3ac1a37ed3.zip |
forgot to commit the ChangeLog
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/gdl2/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/gdl2/Manifest | 3 | ||||
-rw-r--r-- | gnustep-libs/gdl2/files/digest-gdl2-0.9.2_pre20041119 | 0 | ||||
-rw-r--r-- | gnustep-libs/gdl2/gdl2-0.9.2_pre20041119.ebuild | 38 | ||||
-rw-r--r-- | gnustep-libs/gdl2/metadata.xml | 20 |
5 files changed, 71 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/Manifest b/gnustep-libs/gdl2/Manifest new file mode 100644 index 000000000000..62ae1bd68783 --- /dev/null +++ b/gnustep-libs/gdl2/Manifest @@ -0,0 +1,3 @@ +MD5 b634342fe00b366a9a757f87bf9ff925 gdl2-0.9.2_pre20041119.ebuild 954 +MD5 44c534f052d4443cddf1251e5ef12e9e metadata.xml 900 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gdl2-0.9.2_pre20041119 0 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> |