diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-03-02 17:27:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-03-02 17:27:15 +0000 |
commit | d45c76aa17546f8f39fac75e8960c50accb8d09e (patch) | |
tree | aa4381f9cc48d832fab82e2ce9700d143b1071a9 /sys-libs | |
parent | Fix compilation with linux-headers-2.6.20, patch from Andreas Jochens, thanks... (diff) | |
download | gentoo-2-d45c76aa17546f8f39fac75e8960c50accb8d09e.tar.gz gentoo-2-d45c76aa17546f8f39fac75e8960c50accb8d09e.tar.bz2 gentoo-2-d45c76aa17546f8f39fac75e8960c50accb8d09e.zip |
Add myself to the metadata
(Portage version: 2.1.2-r12)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.4.20_p4.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/metadata.xml | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.4.20_p4.ebuild b/sys-libs/db/db-4.4.20_p4.ebuild index 52dbfc7ca2c5..7d387fded979 100644 --- a/sys-libs/db/db-4.4.20_p4.ebuild +++ b/sys-libs/db/db-4.4.20_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.2 2007/02/28 13:22:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.3 2007/03/02 17:27:15 caleb Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 @@ -21,7 +21,7 @@ DESCRIPTION="Oracle Berkeley DB" HOMEPAGE="http://www.oracle.com/technology/software/products/berkeley-db/index.html" SRC_URI="http://download-west.oracle.com/berkeley-db/${MY_P}.tar.gz" for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do - export SRC_URI="${SRC_URI} http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" + export SRC_URI="${SRC_URI} http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" done LICENSE="OracleDB" diff --git a/sys-libs/db/metadata.xml b/sys-libs/db/metadata.xml index 7b8605845847..17ef00803a73 100644 --- a/sys-libs/db/metadata.xml +++ b/sys-libs/db/metadata.xml @@ -9,6 +9,12 @@ <name>Paul de Vrieze</name> <description>Making db4 work with gentoo</description> </maintainer> +<maintainer restrict=">=sys-libs/db-3.2.9-r5"> + <!-- Helping to maintain db 4, especially the newer versions --> + <email>caleb@gentoo.org</email> + <name>Caleb Tennis</name> +</maintainer> + <longdescription>The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server |