diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-13 17:52:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-13 17:52:23 +0000 |
commit | be0e2640ce3a2245b870e8848658a671c2493674 (patch) | |
tree | 02f1c241be8e30d205a44d106487efcd228849e3 /dev-perl | |
parent | Drop maintainer due retirement, bug #99651 (diff) | |
download | historical-be0e2640ce3a2245b870e8848658a671c2493674.tar.gz historical-be0e2640ce3a2245b870e8848658a671c2493674.tar.bz2 historical-be0e2640ce3a2245b870e8848658a671c2493674.zip |
[bump] dev-perl/XML-LibXSLT-1.710.0
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-LibXSLT/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.710.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog index 09ece427697c..20b024574f89 100644 --- a/dev-perl/XML-LibXSLT/ChangeLog +++ b/dev-perl/XML-LibXSLT/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/XML-LibXSLT # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.74 2011/09/04 11:22:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.75 2011/09/13 17:52:23 tove Exp $ + +*XML-LibXSLT-1.710.0 (13 Sep 2011) + + 13 Sep 2011; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.710.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.70.ebuild: Cleanup diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.710.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.710.0.ebuild new file mode 100644 index 000000000000..b1bf34cd1283 --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.710.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.710.0.ebuild,v 1.1 2011/09/13 17:52:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHLOMIF +MODULE_VERSION=1.71 +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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-libs/libxslt-1.1.8 + >=dev-perl/XML-LibXML-1.70" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +SRC_TEST="do" |