diff options
author | 2005-01-30 19:39:20 +0000 | |
---|---|---|
committer | 2005-01-30 19:39:20 +0000 | |
commit | f7cb88ee42c15ae928aa1b1557cfe5cec0501045 (patch) | |
tree | 498566e118d634f055552b42aa15f7b6ec09db6d /sys-libs/db/db-4.1.25_p1-r4.ebuild | |
parent | added ability to compile fte on systems without gpm (diff) | |
download | historical-f7cb88ee42c15ae928aa1b1557cfe5cec0501045.tar.gz historical-f7cb88ee42c15ae928aa1b1557cfe5cec0501045.tar.bz2 historical-f7cb88ee42c15ae928aa1b1557cfe5cec0501045.zip |
upstream changed the source location
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-libs/db/db-4.1.25_p1-r4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.1.25_p1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.1.25_p1-r4.ebuild b/sys-libs/db/db-4.1.25_p1-r4.ebuild index d832603e12e2..b57c8239c04d 100644 --- a/sys-libs/db/db-4.1.25_p1-r4.ebuild +++ b/sys-libs/db/db-4.1.25_p1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.16 2005/01/19 13:14:45 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.17 2005/01/30 19:39:20 pauldv Exp $ inherit eutils gnuconfig db @@ -19,7 +19,7 @@ fi S=${WORKDIR}/${MY_P}/build_unix DESCRIPTION="Berkeley DB" HOMEPAGE="http://www.sleepycat.com/" -SRC_URI="http://www.sleepycat.com/update/snapshot/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.sleepycat.com/releases/${MY_P}.tar.gz" for (( i=1 ; i<=$PATCHNO ; i++ )) ; do export SRC_URI="${SRC_URI} http://www.sleepycat.com/update/${MY_PV}/patch.${MY_PV}.${i}" done |