summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
commit3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch)
treeb0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /sys-libs/db
parentSome cleanup (diff)
downloadgentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip
*** empty log message ***
Diffstat (limited to 'sys-libs/db')
-rw-r--r--sys-libs/db/db-3.2.3h-r2.ebuild69
-rw-r--r--sys-libs/db/files/digest-db-3.2.3h-r11
-rw-r--r--sys-libs/db/files/digest-db-3.2.3h-r21
3 files changed, 0 insertions, 71 deletions
diff --git a/sys-libs/db/db-3.2.3h-r2.ebuild b/sys-libs/db/db-3.2.3h-r2.ebuild
deleted file mode 100644
index 4bbeb7b7c73a..000000000000
--- a/sys-libs/db/db-3.2.3h-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r2.ebuild,v 1.1 2001/04/29 02:15:57 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}/build_unix
-DESCRIPTION="Berkeley DB for transaction support in MySQL"
-SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${A}
- http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${A}"
-HOMEPAGE="http://www.mysql.com"
-
-RDEPEND="virtual/glibc"
-DEPEND="$RDEPEND
- =sys-libs/db-1.85-r1"
-
-src_compile() {
-
- try ../dist/configure \
- --enable-compat185 --enable-dump185 \
- --prefix=/usr --host=${CHOST} --target=${CHOST} --build=${CHOST} \
- --enable-shared --enable-static \
- --enable-cxx
- #--enable-rpc does not work
-
- echo
- # Parallel make does not work
- echo "Building static libs..."
- make libdb=libdb-3.2.a libdb-3.2.a
- make libcxx=libdb_cxx-3.2.a libdb_cxx-3.2.a
-
- echo
- echo "Building db_dump185..."
-
- try /bin/sh ./libtool --mode=compile cc -c ${CFLAGS} -I/usr/include/db1 -I../dist/../include -D_REENTRANT ../dist/../db_dump185/db_dump185.c
- try gcc -s -static -o db_dump185 db_dump185.lo -L/usr/lib -ldb1
-
- echo
- echo "Building everything else..."
- try make libdb=libdb-3.2.a libcxx=libdb_cxx-3.2.a
-
-}
-
-src_install () {
-
- try make libdb=libdb-3.2.a libcxx=libcxx_3.2.a prefix=${D}/usr install
- dolib.a libdb-3.2.a libdb_cxx-3.2.a
- dolib libdb-3.2.la libdb_cxx-3.2.la
-
- dodir usr/include/db3
- cd ${D}/usr/include
- mv *.h db3
- ln db3/db.h db.h
-
- cd ${D}/usr/lib
- ln -s libdb.3.so libdb.so.3
-
- cd ${S}/..
- dodoc README LICENSE
- if [ -d ${D}/usr/share/doc/${PF} ]
- then
- mv ${D}/usr/docs ${D}/usr/share/doc/${PF}/html
- else
- mv ${D}/usr/docs ${D}/usr/doc/${PF}/html
- fi
- prepalldocs
-
-}
-
diff --git a/sys-libs/db/files/digest-db-3.2.3h-r1 b/sys-libs/db/files/digest-db-3.2.3h-r1
deleted file mode 100644
index 42617da0179b..000000000000
--- a/sys-libs/db/files/digest-db-3.2.3h-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a4a88daa29268eebb57ff2ed58dff53 db-3.2.3h.tar.gz
diff --git a/sys-libs/db/files/digest-db-3.2.3h-r2 b/sys-libs/db/files/digest-db-3.2.3h-r2
deleted file mode 100644
index 42617da0179b..000000000000
--- a/sys-libs/db/files/digest-db-3.2.3h-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a4a88daa29268eebb57ff2ed58dff53 db-3.2.3h.tar.gz