diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:08:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-12-30 17:08:48 +0000 |
commit | f3d7ceacd63b8a248d52708928b129b9c26b2c52 (patch) | |
tree | edcfbda8ad7ca48e0d0c9f6513592ea5cd58c342 /dev-perl | |
parent | whitespace fix (diff) | |
download | gentoo-2-f3d7ceacd63b8a248d52708928b129b9c26b2c52.tar.gz gentoo-2-f3d7ceacd63b8a248d52708928b129b9c26b2c52.tar.bz2 gentoo-2-f3d7ceacd63b8a248d52708928b129b9c26b2c52.zip |
tested on sparc
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-LibXML-Common/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-LibXML-Common/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/XML-LibXML-Common/ChangeLog b/dev-perl/XML-LibXML-Common/ChangeLog index f4656ffbcc85..35cfd5bacc92 100644 --- a/dev-perl/XML-LibXML-Common/ChangeLog +++ b/dev-perl/XML-LibXML-Common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-LibXML-Common # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.4 2003/06/08 08:07:02 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.5 2003/12/30 17:08:41 mcummings Exp $ + + 30 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org> + XML-LibXML-Common-0.13.ebuild: + Tested on sparc *XML-LibXML-Common-0.13 (08 Jun 2003) diff --git a/dev-perl/XML-LibXML-Common/Manifest b/dev-perl/XML-LibXML-Common/Manifest index 87a8b1a4e088..87fc63371bf5 100644 --- a/dev-perl/XML-LibXML-Common/Manifest +++ b/dev-perl/XML-LibXML-Common/Manifest @@ -1,4 +1,4 @@ -MD5 faf68f9fb2885ebddca8b10f210d3540 ChangeLog 567 -MD5 60765b1d505e340192dd69437ca5004e XML-LibXML-Common-0.13.ebuild 607 +MD5 ce7c3ae90378a035f854feaf581a24f3 ChangeLog 683 +MD5 9dfa3f0b2f978f1fc859c6207c9f9a4a XML-LibXML-Common-0.13.ebuild 607 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 cac292b8eab4e5fb9fadfc77fb671b8f files/digest-XML-LibXML-Common-0.13 73 diff --git a/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild index 77d5ba2cf8de..8bef4d946c2b 100644 --- a/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild +++ b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v 1.3 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v 1.4 2003/12/30 17:08:41 mcummings Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/XML/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" +KEYWORDS="x86 amd64 ~ppc sparc ~alpha" DEPEND="${DEPEND} >=dev-libs/libxml2-2.4.1" |