summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/SRU')
-rw-r--r--dev-perl/SRU/ChangeLog5
-rw-r--r--dev-perl/SRU/SRU-0.99.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-perl/SRU/ChangeLog b/dev-perl/SRU/ChangeLog
index d05a8cb34dba..acf8e9044787 100644
--- a/dev-perl/SRU/ChangeLog
+++ b/dev-perl/SRU/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SRU
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.5 2011/08/29 09:35:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.6 2011/09/04 11:24:02 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -SRU-0.99.ebuild:
+ Cleanup
*SRU-0.990.0 (29 Aug 2011)
diff --git a/dev-perl/SRU/SRU-0.99.ebuild b/dev-perl/SRU/SRU-0.99.ebuild
deleted file mode 100644
index 4a0ecd8bb0cd..000000000000
--- a/dev-perl/SRU/SRU-0.99.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/SRU-0.99.ebuild,v 1.1 2009/12/10 08:03:18 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="BRICAS"
-inherit perl-module
-
-DESCRIPTION="Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/URI
- dev-perl/XML-LibXML
- dev-perl/XML-Simple
- dev-perl/Class-Accessor
- >=dev-perl/CQL-Parser-1.0"
-DEPEND="
- test? ( ${RDEPEND}
- dev-perl/Test-Exception )"
-
-SRC_TEST=do