diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-05-21 12:12:40 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-05-21 12:12:40 +0000 |
commit | 3c7890ff6d9e6669d56289da048692babd511f8a (patch) | |
tree | 69be71ec877d706133f2f4553e1b2abf751602ad /dev-python/bsddb3 | |
parent | Version bump. Should close #21393 (diff) | |
download | historical-3c7890ff6d9e6669d56289da048692babd511f8a.tar.gz historical-3c7890ff6d9e6669d56289da048692babd511f8a.tar.bz2 historical-3c7890ff6d9e6669d56289da048692babd511f8a.zip |
Version bump. Should close #21383
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r-- | dev-python/bsddb3/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-4.1.3.ebuild | 30 | ||||
-rw-r--r-- | dev-python/bsddb3/files/digest-bsddb3-4.1.3 | 1 |
3 files changed, 38 insertions, 1 deletions
diff --git a/dev-python/bsddb3/ChangeLog b/dev-python/bsddb3/ChangeLog index 1eedf108f6f9..be9c035dcf8e 100644 --- a/dev-python/bsddb3/ChangeLog +++ b/dev-python/bsddb3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/bsddb3 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.4 2003/04/25 01:30:49 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.5 2003/05/21 12:12:40 tantive Exp $ + +*bsddb3-4.1.3 (21 May 2003) + + 21 May 2003; Michael Imhof <tantive@gentoo.org> bsddb3-4.1.3.ebuild: + Version bump. Submitted by Chris Fernandes de Sousa + <cdesousa@faeldryn.net>. *bsddb3-3.4.0 (01 Nov 2002) diff --git a/dev-python/bsddb3/bsddb3-4.1.3.ebuild b/dev-python/bsddb3/bsddb3-4.1.3.ebuild new file mode 100644 index 000000000000..d3410d7fb630 --- /dev/null +++ b/dev-python/bsddb3/bsddb3-4.1.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/05/21 12:12:40 tantive Exp $ + +inherit distutils + +DESCRIPTION="Python bindings for BerkelyDB" +HOMEPAGE="http://pybsddb.sourceforge.net/" +SRC_URI="mirror://sourceforge/pybsddb/${P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="virtual/python + =sys-libs/db-4*" + +S="${WORKDIR}/${P}" + +mydoc="README.txt TODO.txt" + +src_compile() { + distutils_src_compile "--berkeley-db=/usr" +} + +src_install() { + distutils_src_install "--berkeley-db=/usr" + dohtml docs/* +} + diff --git a/dev-python/bsddb3/files/digest-bsddb3-4.1.3 b/dev-python/bsddb3/files/digest-bsddb3-4.1.3 new file mode 100644 index 000000000000..48fa14b9c336 --- /dev/null +++ b/dev-python/bsddb3/files/digest-bsddb3-4.1.3 @@ -0,0 +1 @@ +MD5 a99ceebb787749123a9075a93eb3601b bsddb3-4.1.3.tar.gz 480049 |