diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:45:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:45:28 +0000 |
commit | 6a166c50aa30006d3ee72f31a5c89a9de0a81e5a (patch) | |
tree | b619b4d4d3cb5a528d7786b6cb600a256125d4e6 /dev-python/bsddb3 | |
parent | don't mess with P (bug #44712); install man pages in /usr/share/man; tidy (Ma... (diff) | |
download | gentoo-2-6a166c50aa30006d3ee72f31a5c89a9de0a81e5a.tar.gz gentoo-2-6a166c50aa30006d3ee72f31a5c89a9de0a81e5a.tar.bz2 gentoo-2-6a166c50aa30006d3ee72f31a5c89a9de0a81e5a.zip |
spelling of Berkeley fixed, thanks to: Martin Rieder <bugs@martinrieder.de> in bug #44927
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r-- | dev-python/bsddb3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-4.1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-4.2.4.ebuild | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/dev-python/bsddb3/ChangeLog b/dev-python/bsddb3/ChangeLog index 3b2852249ccd..a2741c0d0ee2 100644 --- a/dev-python/bsddb3/ChangeLog +++ b/dev-python/bsddb3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/bsddb3 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.9 2004/02/13 10:06:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.10 2004/03/17 09:44:03 seemant Exp $ + + 17 Mar 2004; Seemant Kulleen <seemant@gentoo.org> bsddb3-3.4.0-r1.ebuild, + bsddb3-4.1.3.ebuild, bsddb3-4.2.4.ebuild: + spelling of Berkeley fixed, thanks to: Martin Rieder <bugs@martinrieder.de> in + bug #44927 *bsddb3-4.2.4 (13 Feb 2004) diff --git a/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild b/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild index 95e30b04944f..32415c80f911 100644 --- a/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild +++ b/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild,v 1.6 2003/11/01 14:25:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-3.4.0-r1.ebuild,v 1.7 2004/03/17 09:44:03 seemant Exp $ inherit distutils -DESCRIPTION="Python bindings for BerkelyDB" +DESCRIPTION="Python bindings for BerkeleyDB" HOMEPAGE="http://pybsddb.sourceforge.net/" SRC_URI="mirror://sourceforge/pybsddb/${P}.tar.gz" diff --git a/dev-python/bsddb3/bsddb3-4.1.3.ebuild b/dev-python/bsddb3/bsddb3-4.1.3.ebuild index da3a581375fc..2839464f1b1d 100644 --- a/dev-python/bsddb3/bsddb3-4.1.3.ebuild +++ b/dev-python/bsddb3/bsddb3-4.1.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 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.6 2004/02/13 10:06:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.1.3.ebuild,v 1.7 2004/03/17 09:44:03 seemant Exp $ inherit distutils -DESCRIPTION="Python bindings for BerkelyDB" +DESCRIPTION="Python bindings for BerkeleyDB" HOMEPAGE="http://pybsddb.sourceforge.net/" SRC_URI="mirror://sourceforge/pybsddb/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/bsddb3/bsddb3-4.2.4.ebuild b/dev-python/bsddb3/bsddb3-4.2.4.ebuild index 0114f767a5e7..1f07d1807c62 100644 --- a/dev-python/bsddb3/bsddb3-4.2.4.ebuild +++ b/dev-python/bsddb3/bsddb3-4.2.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.2.4.ebuild,v 1.2 2004/02/17 00:47:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.2.4.ebuild,v 1.3 2004/03/17 09:44:03 seemant Exp $ inherit distutils -DESCRIPTION="Python bindings for BerkelyDB" +DESCRIPTION="Python bindings for BerkeleyDB" HOMEPAGE="http://pybsddb.sourceforge.net/" SRC_URI="mirror://sourceforge/pybsddb/${P}.tar.gz" LICENSE="BSD" |