summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-29 18:46:13 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-29 18:46:13 +0000
commit2b0c73b8155bc96fbc96fe8a2e0dd0ffcaafa4e8 (patch)
treea2ffffbbdcd5197a0a17b5bf29b674b3b06eb05a /dev-perl/Variable-Magic
parentCleanup (diff)
downloadgentoo-2-2b0c73b8155bc96fbc96fe8a2e0dd0ffcaafa4e8.tar.gz
gentoo-2-2b0c73b8155bc96fbc96fe8a2e0dd0ffcaafa4e8.tar.bz2
gentoo-2-2b0c73b8155bc96fbc96fe8a2e0dd0ffcaafa4e8.zip
Cleanup
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r--dev-perl/Variable-Magic/ChangeLog6
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild22
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild22
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index 331fb39495ee..9854993e7871 100644
--- a/dev-perl/Variable-Magic/ChangeLog
+++ b/dev-perl/Variable-Magic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.46 2012/06/26 19:06:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.47 2012/07/29 18:46:13 tove Exp $
+
+ 29 Jul 2012; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.460.0.ebuild,
+ -Variable-Magic-0.480.0.ebuild:
+ Cleanup
*Variable-Magic-0.500.0 (26 Jun 2012)
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild
deleted file mode 100644
index 790fa1d8afcf..000000000000
--- a/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild,v 1.3 2011/09/24 13:12:48 grobian Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.46
-inherit perl-module
-
-DESCRIPTION="Associate user-defined magic to variables from Perl"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild
deleted file mode 100644
index cca9eb1c8fc2..000000000000
--- a/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild
+++ /dev/null
@@ -1,22 +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/Variable-Magic/Variable-Magic-0.480.0.ebuild,v 1.1 2012/02/19 11:44:38 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.48
-inherit perl-module
-
-DESCRIPTION="Associate user-defined magic to variables from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do