summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-06-03 21:35:13 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-06-03 21:35:13 +0000
commit7fa9ffdf37c8fbe8475955db318c114e8ce1e62a (patch)
tree5f9201bf0824037a5120cf369e831d51b4e1d124 /dev-db/edb
parentGreat xmms plugin check it out (diff)
downloadgentoo-2-7fa9ffdf37c8fbe8475955db318c114e8ce1e62a.tar.gz
gentoo-2-7fa9ffdf37c8fbe8475955db318c114e8ce1e62a.tar.bz2
gentoo-2-7fa9ffdf37c8fbe8475955db318c114e8ce1e62a.zip
Update version and mask. bug 3343
Diffstat (limited to 'dev-db/edb')
-rw-r--r--dev-db/edb/ChangeLog9
-rw-r--r--dev-db/edb/edb-1.0.3.ebuild35
-rw-r--r--dev-db/edb/files/autogen.sh39
-rw-r--r--dev-db/edb/files/digest-edb-1.0.31
4 files changed, 83 insertions, 1 deletions
diff --git a/dev-db/edb/ChangeLog b/dev-db/edb/ChangeLog
index 7c183a0b8f49..d5dbd6517cb8 100644
--- a/dev-db/edb/ChangeLog
+++ b/dev-db/edb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/edb
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/ChangeLog,v 1.1 2002/02/01 21:53:11 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/ChangeLog,v 1.2 2002/06/03 21:35:13 lostlogic Exp $
+
+*edb-1.0.3 (3 Jun 2002)
+
+ 3 Jun 2002; Brandon Low <lostlogic@gentoo.org> ChangeLog :
+
+ Updated to 1.0.3, and added scripts to ensure correct compilation on all
+ compiler versions
*edb-1.0.2-r1 (1 Feb 2002)
diff --git a/dev-db/edb/edb-1.0.3.ebuild b/dev-db/edb/edb-1.0.3.ebuild
new file mode 100644
index 000000000000..15acbb0784b1
--- /dev/null
+++ b/dev-db/edb/edb-1.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Your Name <your email>
+# /space/gentoo/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.2-r1.ebuild,v 1.4 2002/05/27 17:27:37 drobbins Exp
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Enlightment Data Base"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
+HOMEPAGE="http://enlightenment.org"
+
+RDEPEND="virtual/glibc
+ =x11-libs/gtk+-1.2*"
+
+DEPEND="$RDEPEND
+ sys-apps/which"
+
+src_unpack() {
+ unpack ${A}
+ cp ${FILESDIR}/autogen.sh ${S}
+}
+
+src_compile() {
+ ./autogen.sh --host=${CHOST} \
+ --prefix=/usr \
+ --enable-compat185 \
+ --enable-dump185 \
+ --enable-cxx
+ assert
+
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+}
diff --git a/dev-db/edb/files/autogen.sh b/dev-db/edb/files/autogen.sh
new file mode 100644
index 000000000000..4c1a662b02da
--- /dev/null
+++ b/dev-db/edb/files/autogen.sh
@@ -0,0 +1,39 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+THEDIR="`pwd`"
+cd "$srcdir"
+DIE=0
+
+abort () {
+ echo "$1 not found or command failed. Aborting!"
+ exit 1
+}
+
+set -x
+aclocal || abort "aclocal"
+libtoolize --ltdl --force --copy || abort "libtoolize"
+autoheader || abort "autoheader"
+automake --foreign --add-missing || abort "automake"
+autoconf || abort "autoconf"
+
+if test -z "$*"; then
+ echo "I am going to run ./configure with no arguments - if you wish "
+ echo "to pass any to it, please specify them on the $0 command line."
+fi
+
+cd "$THEDIR"
+
+$srcdir/configure "$@" || abort "configure"
+
+set +x
+
+echo "Now type:"
+echo
+echo "make"
+echo "make install"
+echo
+echo "have fun."
+
diff --git a/dev-db/edb/files/digest-edb-1.0.3 b/dev-db/edb/files/digest-edb-1.0.3
new file mode 100644
index 000000000000..5a127e41ae52
--- /dev/null
+++ b/dev-db/edb/files/digest-edb-1.0.3
@@ -0,0 +1 @@
+MD5 eb2a0e0eb8876b817e01427d1f09f838 edb-1.0.3.tar.gz 464253