diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 17:46:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 17:46:31 +0000 |
commit | 10dca98f3f8de88decefe85474ba0858449fddc0 (patch) | |
tree | e7496d931cf0f63d01f8b5c1ffdaf9cb4d05dafc /dev-libs/libxml | |
parent | updated SRC_URI (diff) | |
download | gentoo-2-10dca98f3f8de88decefe85474ba0858449fddc0.tar.gz gentoo-2-10dca98f3f8de88decefe85474ba0858449fddc0.tar.bz2 gentoo-2-10dca98f3f8de88decefe85474ba0858449fddc0.zip |
SRC_URI fix
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r-- | dev-libs/libxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxml/libxml-1.8.17-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libxml/ChangeLog b/dev-libs/libxml/ChangeLog index 3b6778695d01..c3bcd83dd83c 100644 --- a/dev-libs/libxml/ChangeLog +++ b/dev-libs/libxml/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-libs/libxml # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.4 2002/08/06 03:54:19 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/ChangeLog,v 1.5 2002/10/22 17:46:31 seemant Exp $ *libxml-1.8.17-r2 (25 March 2002) + 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> libxml-1.8.17-r2.ebuild : + + Updated SRC_URI. Closes bug #9501 by prophyro@hotmail.com (Boris Terzic) + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index 04878396772e..aa15e2ef6c6c 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.8 2002/10/04 05:16:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.9 2002/10/22 17:46:31 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Version 1 of the library to manipulate XML files." -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" +SRC_URI="ftp://xmlsoft.org/${P}.tar.gz" +HOMEPAGE="http://www.xmlsoft.org/" SLOT="1" LICENSE="GPL-2 LGPL-2" |