diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 13:57:26 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 13:57:26 +0000 |
commit | 3e6bb6287a812b8f57467280e9d4f48136e08d8a (patch) | |
tree | 86c92188012d6f88a833949293f621c6900dc330 /dev-perl/XML-LibXSLT | |
parent | Version bump (diff) | |
download | gentoo-2-3e6bb6287a812b8f57467280e9d4f48136e08d8a.tar.gz gentoo-2-3e6bb6287a812b8f57467280e9d4f48136e08d8a.tar.bz2 gentoo-2-3e6bb6287a812b8f57467280e9d4f48136e08d8a.zip |
Version bump
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.60.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-1.60 | 3 |
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog index bc88fc873f9f..2ae734e5f06c 100644 --- a/dev-perl/XML-LibXSLT/ChangeLog +++ b/dev-perl/XML-LibXSLT/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/XML-LibXSLT # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.41 2006/08/20 01:36:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.42 2006/09/04 13:57:26 yuval Exp $ + +*XML-LibXSLT-1.60 (04 Sep 2006) + + 04 Sep 2006; Yuval Yaari <yuval@gentoo.org> +XML-LibXSLT-1.60.ebuild: + Version bump *XML-LibXSLT-1.59 (20 Aug 2006) diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.60.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.60.ebuild new file mode 100644 index 000000000000..f5f9303d372d --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.60.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.60.ebuild,v 1.1 2006/09/04 13:57:26 yuval Exp $ + +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" +SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~pajas/${P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +# Disabled for now. The tests generate errors on threaded perls due +# to returns coming back out of sequence. +#SRC_TEST="do" + +DEPEND=">=dev-libs/libxslt-1.1.2 + >=dev-perl/XML-LibXML-1.60 + dev-lang/perl" diff --git a/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-1.60 b/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-1.60 new file mode 100644 index 000000000000..fc22705566ab --- /dev/null +++ b/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-1.60 @@ -0,0 +1,3 @@ +MD5 b420f28d78faf791ceee3d3460c3ed88 XML-LibXSLT-1.60.tar.gz 32995 +RMD160 a5f977303bdfc5aebb1985c1704b6ca5e74a8200 XML-LibXSLT-1.60.tar.gz 32995 +SHA256 f2e708862848f727c6525eb6a344b1e9a7a0d35c2572ecc9546c2584b2764d4e XML-LibXSLT-1.60.tar.gz 32995 |