diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 03:46:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 03:46:59 +0000 |
commit | edeb777a08ba7b9389a0ece681e9ce286f63d45e (patch) | |
tree | 39743ec786c70d1a95c4bc708977e4832f007455 /sys-libs/db/db-1.85-r3.ebuild | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-edeb777a08ba7b9389a0ece681e9ce286f63d45e.tar.gz gentoo-2-edeb777a08ba7b9389a0ece681e9ce286f63d45e.tar.bz2 gentoo-2-edeb777a08ba7b9389a0ece681e9ce286f63d45e.zip |
Remove old 1.85 ebuild, plus clean up 1.85 for downloading from Oracle.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'sys-libs/db/db-1.85-r3.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-libs/db/db-1.85-r3.ebuild b/sys-libs/db/db-1.85-r3.ebuild index f553efdcebce..e666b34e778c 100644 --- a/sys-libs/db/db-1.85-r3.ebuild +++ b/sys-libs/db/db-1.85-r3.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r3.ebuild,v 1.13 2007/11/19 06:48:19 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r3.ebuild,v 1.14 2008/08/16 03:46:59 robbat2 Exp $ inherit eutils toolchain-funcs multilib DESCRIPTION="old berk db kept around for really old packages" -HOMEPAGE="http://www.sleepycat.com/" -SRC_URI="ftp://ftp.sleepycat.com/releases/db.${PV}.tar.gz - mirror://gentoo/${PF}.1.patch.bz2" +HOMEPAGE="http://www.oracle.com/technology/software/products/berkeley-db/db/index.html" +SRC_URI="http://download.oracle.com/berkeley-db/db.${PV}.tar.gz + mirror://gentoo/${PF}.1.patch.bz2" +# The patch used by Gentoo is from Fedora, and includes all 5 patches found on +# the Oracle page, plus others. LICENSE="DB" SLOT="1" |