summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-02-10 16:43:43 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-02-10 16:43:43 +0000
commitdf37bafab2df4dc1aa0a0791b69d4d5b441ff023 (patch)
tree20046437923674a3cf9d628f7b08e66cb0e4d582 /sys-libs
parentnew revision which fixes a bug that chown'ed / to root.lp, and (diff)
downloadgentoo-2-df37bafab2df4dc1aa0a0791b69d4d5b441ff023.tar.gz
gentoo-2-df37bafab2df4dc1aa0a0791b69d4d5b441ff023.tar.bz2
gentoo-2-df37bafab2df4dc1aa0a0791b69d4d5b441ff023.zip
added SLOT's
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/db-1.85-r1.ebuild15
-rw-r--r--sys-libs/db/db-3.2.3h-r4.ebuild8
-rw-r--r--sys-libs/db/db-3.2.9.ebuild4
3 files changed, 13 insertions, 14 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild
index aacf9669307a..e856d190db23 100644
--- a/sys-libs/db/db-1.85-r1.ebuild
+++ b/sys-libs/db/db-1.85-r1.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.4 2001/08/07 16:57:37 darks Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.5 2002/02/10 16:43:43 verwilst Exp $
-A=db.${PV}.tar.gz
S=${WORKDIR}/db.${PV}
DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it."
-SRC_URI="http://www.sleepycat.com/update/${PV}/${A}"
+SRC_URI="http://www.sleepycat.com/update/${PV}/db.${PV}.tar.gz"
HOMEPAGE="http://www.sleepycat.com"
DEPEND="virtual/glibc"
RDEPEND=$DEPEND
-
+SLOT="1"
src_unpack() {
- unpack ${A}
+ unpack db.${PV}.tar.gz
cd ${S}
patch -p1 < ${FILESDIR}/db.${PV}.patch
@@ -22,7 +21,7 @@ src_unpack() {
src_compile() {
cd ${S}/PORT/linux
- try make ${MAKEOPTS} OORG="${CFLAGS} -fomit-frame-pointer" prefix=/usr
+ make ${MAKEOPTS} OORG="${CFLAGS} -fomit-frame-pointer" prefix=/usr || die
}
diff --git a/sys-libs/db/db-3.2.3h-r4.ebuild b/sys-libs/db/db-3.2.3h-r4.ebuild
index 7ee9955bc1c6..75a30fdbb50f 100644
--- a/sys-libs/db/db-3.2.3h-r4.ebuild
+++ b/sys-libs/db/db-3.2.3h-r4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
# Maintainer: System Team <system@gentoo.org>
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.3 2001/08/26 23:37:36 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.4 2002/02/10 16:43:43 verwilst Exp $
S=${WORKDIR}/${P}/build_unix
DESCRIPTION="Berkeley DB for transaction support in MySQL"
SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${P}.tar.gz http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${P}.tar.gz"
HOMEPAGE="http://www.mysql.com"
-
+SLOT=2"
RDEPEND="virtual/glibc"
DEPEND="$RDEPEND =sys-libs/db-1.85-r1"
diff --git a/sys-libs/db/db-3.2.9.ebuild b/sys-libs/db/db-3.2.9.ebuild
index 67bf6c224b92..ebe25c91ed70 100644
--- a/sys-libs/db/db-3.2.9.ebuild
+++ b/sys-libs/db/db-3.2.9.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: System Team <system@gentoo.org>
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.1 2001/09/24 18:35:12 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.2 2002/02/10 16:43:43 verwilst Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}/build_unix
DESCRIPTION="Berkeley DB for transaction support in MySQL"
SRC_URI="http://www.sleepycat.com/update/${PV}/${A}"
HOMEPAGE="http://www.sleepycat.com/"
-
+SLOT="2"
RDEPEND="virtual/glibc"
DEPEND="$RDEPEND =sys-libs/db-1.85-r1"