[bump] dev-perl/XML-LibXSLT-1.710.0
authorTorsten Veller <tove@gentoo.org>
Tue, 13 Sep 2011 17:52:23 +0000 (17:52 +0000)
committerTorsten Veller <tove@gentoo.org>
Tue, 13 Sep 2011 17:52:23 +0000 (17:52 +0000)
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64

dev-perl/XML-LibXSLT/ChangeLog
dev-perl/XML-LibXSLT/XML-LibXSLT-1.710.0.ebuild [new file with mode: 0644]

index 09ece427697cf731e313f9cbab4527742693cfcf..20b024574f89a3b77fc1cd1c80e95f2f2ad89720 100644 (file)
@@ -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 (file)
index 0000000..b1bf34c
--- /dev/null
@@ -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"