diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-06-26 21:22:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-06-26 21:22:04 +0000 |
commit | b2aa9ee785fd4b569003c243c3799126a6068b97 (patch) | |
tree | 15e7fc4aab885abe48cc982e9c0285e739f24658 /dev-python/bsddb3 | |
parent | fixed python hack with DISPLAY is empty (#46563) (diff) | |
download | historical-b2aa9ee785fd4b569003c243c3799126a6068b97.tar.gz historical-b2aa9ee785fd4b569003c243c3799126a6068b97.tar.bz2 historical-b2aa9ee785fd4b569003c243c3799126a6068b97.zip |
fix bsddb3 to use the stable db4.1 (#51951)
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r-- | dev-python/bsddb3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bsddb3/Manifest | 4 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-4.1.3.ebuild | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/dev-python/bsddb3/ChangeLog b/dev-python/bsddb3/ChangeLog index 777b1ea37e4c..c0d87c89115c 100644 --- a/dev-python/bsddb3/ChangeLog +++ b/dev-python/bsddb3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bsddb3 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.12 2004/06/25 01:26:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.13 2004/06/26 21:22:04 liquidx Exp $ + + 26 Jun 2004; Alastair Tse <liquidx@gentoo.org> bsddb3-4.1.3.ebuild: + fix bsddb3 to use the stable db4.1 (#51951) 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> bsddb3-4.1.3.ebuild: Adding amd64 keyword. Closing #43595. diff --git a/dev-python/bsddb3/Manifest b/dev-python/bsddb3/Manifest index 6c52e5c2e5d5..aab04255d5a6 100644 --- a/dev-python/bsddb3/Manifest +++ b/dev-python/bsddb3/Manifest @@ -1,7 +1,7 @@ MD5 0ddc38ed4490cda7988e02391240d0cd bsddb3-4.2.4.ebuild 740 MD5 aed66a3ae086948bf2af3989f4cf8456 bsddb3-3.4.0-r1.ebuild 647 -MD5 0a93d5292829dbfebf4e5bc2bea04819 bsddb3-4.1.3.ebuild 744 -MD5 b1cc35b6b6240890372228869a934c70 ChangeLog 1920 +MD5 f5241bad8ee0f6aea04b6d72d715cf67 bsddb3-4.1.3.ebuild 666 +MD5 893965fd08dc4218d8f607b07377168b ChangeLog 2036 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 9505fe6263c8c1d042f80d802f25c038 files/digest-bsddb3-4.1.3 64 MD5 72d6a2d3e135d9e4ed16fac296a9a803 files/digest-bsddb3-4.2.4 64 diff --git a/dev-python/bsddb3/bsddb3-4.1.3.ebuild b/dev-python/bsddb3/bsddb3-4.1.3.ebuild index f1b29da2fa95..b6bd28dddb6e 100644 --- a/dev-python/bsddb3/bsddb3-4.1.3.ebuild +++ b/dev-python/bsddb3/bsddb3-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.1.3.ebuild,v 1.10 2004/06/25 01:26:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.1.3.ebuild,v 1.11 2004/06/26 21:22:04 liquidx Exp $ inherit distutils eutils @@ -14,16 +14,10 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="" DEPEND="virtual/python - =sys-libs/db-4.0*" + =sys-libs/db-4.1*" DOCS="README.txt TODO.txt" -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-db4.0.patch -} - src_compile() { distutils_src_compile "--berkeley-db=/usr" } |