summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 14:46:30 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 14:46:30 +0000
commite721c6e535ba727a9fbed7cfdc1a82de0a99c804 (patch)
tree1d1d7469c0916a1601417f105fe6988c6a5e330b /dev-perl/XML-LibXML-Simple
parentCleanup (diff)
downloadgentoo-2-e721c6e535ba727a9fbed7cfdc1a82de0a99c804.tar.gz
gentoo-2-e721c6e535ba727a9fbed7cfdc1a82de0a99c804.tar.bz2
gentoo-2-e721c6e535ba727a9fbed7cfdc1a82de0a99c804.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/XML-LibXML-Simple')
-rw-r--r--dev-perl/XML-LibXML-Simple/ChangeLog8
-rw-r--r--dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.910.0.ebuild28
2 files changed, 6 insertions, 30 deletions
diff --git a/dev-perl/XML-LibXML-Simple/ChangeLog b/dev-perl/XML-LibXML-Simple/ChangeLog
index 396aba5e370d..54a0b488a872 100644
--- a/dev-perl/XML-LibXML-Simple/ChangeLog
+++ b/dev-perl/XML-LibXML-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-LibXML-Simple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.3 2012/12/25 11:48:44 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.4 2013/01/06 14:46:30 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -XML-LibXML-Simple-0.910.0.ebuild:
+ Cleanup
*XML-LibXML-Simple-0.920.0 (25 Dec 2012)
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.910.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.910.0.ebuild
deleted file mode 100644
index d3d1e875c15e..000000000000
--- a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.910.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.910.0.ebuild,v 1.1 2012/05/03 18:31:38 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=MARKOV
-MODULE_VERSION=0.91
-inherit perl-module
-
-DESCRIPTION="XML::LibXML based XML::Simple clone"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/File-Slurp
- >=dev-perl/XML-LibXML-1.640.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-Pod-1.0.0
- )
-"
-
-SRC_TEST=do