summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 06:36:17 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 06:36:17 +0000
commit7d9823bc69c38f8df2e95b1d2b6a30b1d31f6f4e (patch)
treee19b4c151f828f3af6567e075b2f722833837c6c /dev-perl/XML-LibXSLT
parentChange version scheme (diff)
downloadgentoo-2-7d9823bc69c38f8df2e95b1d2b6a30b1d31f6f4e.tar.gz
gentoo-2-7d9823bc69c38f8df2e95b1d2b6a30b1d31f6f4e.tar.bz2
gentoo-2-7d9823bc69c38f8df2e95b1d2b6a30b1d31f6f4e.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r--dev-perl/XML-LibXSLT/ChangeLog9
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog
index 31691bc56559..df0a319ed96c 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.71 2010/03/28 07:40:28 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.72 2011/08/28 06:36:17 tove Exp $
+
+*XML-LibXSLT-1.700.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.700.0.ebuild:
+ Change version scheme
28 Mar 2010; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.62.ebuild,
-XML-LibXSLT-1.66.ebuild:
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild
new file mode 100644
index 000000000000..dc1cf75a5b2b
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.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.700.0.ebuild,v 1.1 2011/08/28 06:36:17 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PAJAS
+MODULE_VERSION=1.70
+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"