diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-11 22:54:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-11 22:54:32 +0000 |
commit | 4efdd2571b1b8bf7e8ffa13b78de13ec82953ed2 (patch) | |
tree | c7662c96ff7a1860411555f2295838ad83676386 /dev-libs | |
parent | small fix0r (diff) | |
download | historical-4efdd2571b1b8bf7e8ffa13b78de13ec82953ed2.tar.gz historical-4efdd2571b1b8bf7e8ffa13b78de13ec82953ed2.tar.bz2 historical-4efdd2571b1b8bf7e8ffa13b78de13ec82953ed2.zip |
descriptions for libxml
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml/libxml-1.8.17-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.23.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index 4b17f678b02f..add95ff6ba04 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.5 2002/08/06 03:54:19 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.6 2002/08/11 22:54:32 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="XML version 1 parser for Gnome" +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/" diff --git a/dev-libs/libxml2/libxml2-2.4.23.ebuild b/dev-libs/libxml2/libxml2-2.4.23.ebuild index 22a091836505..7ed48ef3d243 100644 --- a/dev-libs/libxml2/libxml2-2.4.23.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.23.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.4 2002/08/02 03:24:39 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.5 2002/08/11 22:54:32 seemant Exp $ inherit libtool S=${WORKDIR}/${P} -DESCRIPTION="libxml2" +DESCRIPTION="Version 2 of the library to manipulate XML files" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" |