summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-07 09:05:21 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-07 09:05:21 +0000
commit67fe1eb93985c34da1c07ab3fe0dabeeafe0a664 (patch)
treeca856d8e99dde12384fdbde10fb8c9824966518b /dev-perl/XML-LibXSLT
parent[bump] dev-perl/perl-ldap-0.460.0 (diff)
downloadhistorical-67fe1eb93985c34da1c07ab3fe0dabeeafe0a664.tar.gz
historical-67fe1eb93985c34da1c07ab3fe0dabeeafe0a664.tar.bz2
historical-67fe1eb93985c34da1c07ab3fe0dabeeafe0a664.zip
[bump] dev-perl/XML-LibXSLT-1.780.0
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r--dev-perl/XML-LibXSLT/ChangeLog7
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.780.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog
index e78d4f657c15..641f2f8876a9 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.93 2012/08/11 14:12:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.94 2012/09/07 09:05:21 tove Exp $
+
+*XML-LibXSLT-1.780.0 (07 Sep 2012)
+
+ 07 Sep 2012; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.780.0.ebuild:
+ Version bump
11 Aug 2012; Markus Meier <maekke@gentoo.org> XML-LibXSLT-1.770.0.ebuild:
x86 stable, bug #418869
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.780.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.780.0.ebuild
new file mode 100644
index 000000000000..2a8fa703f022
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.780.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 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.780.0.ebuild,v 1.1 2012/09/07 09:05:21 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SHLOMIF
+MODULE_VERSION=1.78
+inherit perl-module
+
+DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~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}
+ virtual/pkgconfig"
+
+SRC_TEST="do"