diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-10 13:23:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-10 13:23:03 +0000 |
commit | 227d48da18f46c421836afcde6516b7755954d3c (patch) | |
tree | 9c1dd71ac10a705fd509b40ace94cde18fdf2ef3 /dev-perl/XML-LibXSLT | |
parent | Version bump (diff) | |
download | gentoo-2-227d48da18f46c421836afcde6516b7755954d3c.tar.gz gentoo-2-227d48da18f46c421836afcde6516b7755954d3c.tar.bz2 gentoo-2-227d48da18f46c421836afcde6516b7755954d3c.zip |
Version bump
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.70.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog index 9012c9af2a0a..15f9b4414964 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.63 2008/11/21 09:43:13 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.64 2009/10/10 13:23:03 tove Exp $ + +*XML-LibXSLT-1.70 (10 Oct 2009) + + 10 Oct 2009; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.70.ebuild: + Version bump *XML-LibXSLT-1.68 (21 Nov 2008) diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.70.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.70.ebuild new file mode 100644 index 000000000000..9aa090299f2d --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.70.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.70.ebuild,v 1.1 2009/10/10 13:23:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PAJAS +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/libxslt-1.1.8 + >=dev-perl/XML-LibXML-1.70" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +SRC_TEST="do" |