summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 19:13:55 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 19:13:55 +0000
commit51a3b3c5464561e2ea3a85086a1bcd685fa649d0 (patch)
tree7d187cdbfdd58d11af49cc579d15d8b2a63a0903
parentCleanup (diff)
downloadgentoo-2-51a3b3c5464561e2ea3a85086a1bcd685fa649d0.tar.gz
gentoo-2-51a3b3c5464561e2ea3a85086a1bcd685fa649d0.tar.bz2
gentoo-2-51a3b3c5464561e2ea3a85086a1bcd685fa649d0.zip
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r--dev-perl/XML-LibXSLT/ChangeLog5
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog
index 15f9b4414964..2cb6a74527ea 100644
--- a/dev-perl/XML-LibXSLT/ChangeLog
+++ b/dev-perl/XML-LibXSLT/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/XML-LibXSLT
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.64 2009/10/10 13:23:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.65 2009/12/24 19:13:55 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.68.ebuild:
+ Cleanup
*XML-LibXSLT-1.70 (10 Oct 2009)
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild
deleted file mode 100644
index 3131fb243a82..000000000000
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.68.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"