summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 19:16:22 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 19:16:22 +0000
commit5bd2d34307b145b8f3a1b428c3532c5c12117c34 (patch)
treea5626dd78cbd4f35927472978a50a30e957d31c1 /dev-perl
parentCleanup (diff)
downloadgentoo-2-5bd2d34307b145b8f3a1b428c3532c5c12117c34.tar.gz
gentoo-2-5bd2d34307b145b8f3a1b428c3532c5c12117c34.tar.bz2
gentoo-2-5bd2d34307b145b8f3a1b428c3532c5c12117c34.zip
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Variable-Magic/ChangeLog5
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index d82dee77afad..ad990cbf476d 100644
--- a/dev-perl/Variable-Magic/ChangeLog
+++ b/dev-perl/Variable-Magic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Variable-Magic
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.19 2009/12/10 07:11:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.20 2009/12/24 19:16:22 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.38.ebuild:
+ Cleanup
*Variable-Magic-0.39 (10 Dec 2009)
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild
deleted file mode 100644
index e0ec6220ba0f..000000000000
--- a/dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild
+++ /dev/null
@@ -1,21 +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/Variable-Magic/Variable-Magic-0.38.ebuild,v 1.1 2009/10/06 18:15:24 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=VPIT
-inherit perl-module
-
-DESCRIPTION="Associate user-defined magic to variables from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do