summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-09-03 19:45:31 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-09-03 19:45:31 +0000
commit7696d599b506a28a09b5c90cf80a8cf77e590333 (patch)
treea62337de8093bf3e4e1656407d97ec9c206953de /sys-libs
parentKeyword modification, see changelog for details (Manifest recommit) (diff)
downloadgentoo-2-7696d599b506a28a09b5c90cf80a8cf77e590333.tar.gz
gentoo-2-7696d599b506a28a09b5c90cf80a8cf77e590333.tar.bz2
gentoo-2-7696d599b506a28a09b5c90cf80a8cf77e590333.zip
Removing package.masked version
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/ChangeLog5
-rw-r--r--sys-libs/db/db-3.3.11.ebuild93
-rw-r--r--sys-libs/db/files/digest-db-3.3.111
3 files changed, 4 insertions, 95 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog
index 42c3ae04e8e5..6ee84ffc1a5d 100644
--- a/sys-libs/db/ChangeLog
+++ b/sys-libs/db/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-libs/db
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.101 2004/09/03 18:24:07 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.102 2004/09/03 19:45:31 caleb Exp $
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
db-3.2.9-r10.ebuild, db-4.0.14-r2.ebuild:
@@ -10,6 +10,9 @@
db-3.2.9-r10.ebuild:
Masked db-3.2.9-r10.ebuild stable for ppc
+ 03 Sep 2004; Caleb Tennis <caleb@gentoo.org> -db-3.3.11.ebuild:
+ Removing package.masked version
+
02 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> :
fix missing digest bug #62562.
diff --git a/sys-libs/db/db-3.3.11.ebuild b/sys-libs/db/db-3.3.11.ebuild
deleted file mode 100644
index e0d695e04ae9..000000000000
--- a/sys-libs/db/db-3.3.11.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.3.11.ebuild,v 1.23 2004/08/23 11:54:09 pauldv Exp $
-
-S=${WORKDIR}/${P}/build_unix
-DESCRIPTION="Berkeley DB for transaction support in MySQL"
-SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz"
-HOMEPAGE="http://www.sleepycat.com/"
-
-IUSE=""
-SLOT="3"
-LICENSE="DB"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ia64 s390"
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- =sys-libs/db-1.85-r1
- sys-devel/libtool
- sys-devel/m4"
-# We need m4 to else build fails without config.guess
-
-# this doesnt build without exceptions
-export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}"
-
-src_unpack() {
- unpack ${A}
-
- # fix invalid .la files
- cd ${WORKDIR}/${P}/dist
- rm -f ltversion.sh
- cp ${ROOT}/usr/share/libtool/ltmain.sh . || \
- die "Could not update ltmain.sh"
- # remove config.guess else we have problems with gcc-3.2
- rm -f config.guess
-}
-
-src_compile() {
- ../dist/configure --host=${CHOST} \
- --build=${CHOST} \
- --enable-compat185 \
- --enable-dump185 \
- --prefix=/usr \
- --enable-shared \
- --enable-static \
- --enable-cxx || die
-
- #--enable-rpc does not work
- echo
- # Parallel make does not work
- einfo "Building static libs..."
- make libdb=libdb-3.2.a libdb-3.2.a || die
- make libcxx=libdb_cxx-3.2.a libdb_cxx-3.2.a || die
- echo
- einfo "Building db_dump185..."
- /bin/sh ./libtool --mode=compile cc -c ${CFLAGS} -D_GNU_SOURCE \
- -I/usr/include/db1 -I../dist/../include -D_REENTRANT \
- ../dist/../db_dump185/db_dump185.c || die
- gcc -s -static -o db_dump185 db_dump185.lo -L/usr/lib -ldb1 || die
- echo
- einfo "Building everything else..."
- make libdb=libdb-3.2.a libcxx=libdb_cxx-3.2.a || die
-}
-
-src_install () {
- make libdb=libdb-3.2.a \
- libcxx=libcxx_3.2.a \
- prefix=${D}/usr \
- install || die
-
- dolib.a libdb-3.2.a libdb_cxx-3.2.a
-
- 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.2.so libdb.so.3
-
- #for some reason, db.so's are *not* readable by group or others, resulting in no one
- #but root being able to use them!!! This fixes it -- DR 15 Jun 2001
- cd ${D}/usr/lib
- chmod go+rx *.so
- #.la's aren't go readable either
- chmod go+r *.la
-
- cd ${S}/..
- dodoc README LICENSE
-
- dodir /usr/share/doc/${PF}/html
- mv ${D}/usr/docs/* ${D}/usr/share/doc/${PF}/html
- rm -rf ${D}/usr/docs
-}
diff --git a/sys-libs/db/files/digest-db-3.3.11 b/sys-libs/db/files/digest-db-3.3.11
deleted file mode 100644
index d2294f41b763..000000000000
--- a/sys-libs/db/files/digest-db-3.3.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b6ae24fa55713f17a9ac3219d987722c db-3.3.11.tar.gz 2343243