summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2005-01-30 19:39:20 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2005-01-30 19:39:20 +0000
commit4bbd59b85307c59156bfe3d55b7e407a2f52a256 (patch)
tree9141e485e6bdf2cb3deec2d0f0da4293e47a0a86 /sys-libs/db/db-4.1.25_p1-r4.ebuild
parentadded ability to compile fte on systems without gpm (diff)
downloadgentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.tar.gz
gentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.tar.bz2
gentoo-2-4bbd59b85307c59156bfe3d55b7e407a2f52a256.zip
upstream changed the source location
(Portage version: 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.ebuild4
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