summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 10:33:47 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 10:33:47 +0000
commitb3cfcac73197439b5a87e8aaceb1e91c7a514c1b (patch)
treee677d5cd570685995fb401f168a5f0018fc3a10b /dev-perl/Sub-Install
parentCleanup (diff)
downloadgentoo-2-b3cfcac73197439b5a87e8aaceb1e91c7a514c1b.tar.gz
gentoo-2-b3cfcac73197439b5a87e8aaceb1e91c7a514c1b.tar.bz2
gentoo-2-b3cfcac73197439b5a87e8aaceb1e91c7a514c1b.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Sub-Install')
-rw-r--r--dev-perl/Sub-Install/ChangeLog5
-rw-r--r--dev-perl/Sub-Install/Sub-Install-0.924.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog
index 610b59c73288..dcff851d6c60 100644
--- a/dev-perl/Sub-Install/ChangeLog
+++ b/dev-perl/Sub-Install/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Sub-Install
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.2 2009/01/16 20:20:19 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.3 2009/05/02 10:33:47 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Sub-Install-0.924.ebuild:
+ Cleanup
*Sub-Install-0.925 (16 Jan 2009)
diff --git a/dev-perl/Sub-Install/Sub-Install-0.924.ebuild b/dev-perl/Sub-Install/Sub-Install-0.924.ebuild
deleted file mode 100644
index 72ab40ce89cf..000000000000
--- a/dev-perl/Sub-Install/Sub-Install-0.924.ebuild
+++ /dev/null
@@ -1,20 +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/Sub-Install/Sub-Install-0.924.ebuild,v 1.1 2009/01/14 09:47:56 tove Exp $
-
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="install subroutines into packages easily"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do