diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 16:49:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 16:49:11 +0000 |
commit | bcd84e019fa3fecc5920452d728e3ae59a22596f (patch) | |
tree | 4f0dffb7eb145533ee3d44a16da7edf3f1ec216c /sys-libs/db | |
parent | small fix (diff) | |
download | gentoo-2-bcd84e019fa3fecc5920452d728e3ae59a22596f.tar.gz gentoo-2-bcd84e019fa3fecc5920452d728e3ae59a22596f.tar.bz2 gentoo-2-bcd84e019fa3fecc5920452d728e3ae59a22596f.zip |
SRC_URI update
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 82cdb70b2a6c..4d69f84768ff 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-libs/db # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.10 2002/10/22 05:28:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.11 2002/10/22 16:49:11 seemant Exp $ db-4.1.24 (08 Oct 2002) @@ -15,6 +15,11 @@ db-4.1.24 (08 Oct 2002) db-3.2.9-r1 (28 Jul 2002) + 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> : db-3.2.9-r1.ebuild : + + Update SRC_URI. Thanks to: zinzarin@ameritech.net (Rob Riemersma) in bug + #9493. + 28 Jul 2002; Martin Schlemmer <azarah@gentoo.org> : Update to get it working with gcc-3.2 (remove config.guess), as well as cleanups. diff --git a/sys-libs/db/db-3.2.9-r1.ebuild b/sys-libs/db/db-3.2.9-r1.ebuild index 61f48a56f914..bc82b9f8af30 100644 --- a/sys-libs/db/db-3.2.9-r1.ebuild +++ b/sys-libs/db/db-3.2.9-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r1.ebuild,v 1.5 2002/10/04 06:36:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r1.ebuild,v 1.6 2002/10/22 16:49:11 seemant Exp $ S=${WORKDIR}/${P}/build_unix DESCRIPTION="Berkeley DB for transaction support in MySQL" -SRC_URI="http://www.sleepycat.com/update/${PV}/${P}.tar.gz" +SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz" HOMEPAGE="http://www.sleepycat.com/" SLOT="3" |