summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-21 09:48:03 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-21 09:48:03 +0000
commite124b4da95169f5049458a49711e91fa40b3f3c3 (patch)
treeaa1d4a3fff578045fefd5e68d303ff645ec35e17 /dev-perl/XML-LibXSLT
parentVersion bump (diff)
downloadhistorical-e124b4da95169f5049458a49711e91fa40b3f3c3.tar.gz
historical-e124b4da95169f5049458a49711e91fa40b3f3c3.tar.bz2
historical-e124b4da95169f5049458a49711e91fa40b3f3c3.zip
Version bump
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-tuxonice i686
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.68.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog
index db8155e451dd..9012c9af2a0a 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.62 2008/08/02 13:25:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.63 2008/11/21 09:43:13 tove Exp $
+
+*XML-LibXSLT-1.68 (21 Nov 2008)
+
+ 21 Nov 2008; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.68.ebuild:
+ Version bump
02 Aug 2008; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.53.ebuild,
-XML-LibXSLT-1.58.ebuild, -XML-LibXSLT-1.60.ebuild,
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild
new file mode 100644
index 000000000000..3131fb243a82
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 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.68.ebuild,v 1.1 2008/11/21 09:43:13 tove Exp $
+
+MODULE_AUTHOR=PAJAS
+inherit perl-module
+
+DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-libs/libxslt-1.1.8
+ >=dev-perl/XML-LibXML-1.67
+ dev-lang/perl"