diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:45:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:45:43 +0000 |
commit | 80b47cb7d4d8effb9d356c01cba36e7a8f769f9e (patch) | |
tree | 35c7e1949161159c2d974ab752fe6c3a2a3117fc /dev-perl/Variable-Magic | |
parent | Cleanup (diff) | |
download | gentoo-2-80b47cb7d4d8effb9d356c01cba36e7a8f769f9e.tar.gz gentoo-2-80b47cb7d4d8effb9d356c01cba36e7a8f769f9e.tar.bz2 gentoo-2-80b47cb7d4d8effb9d356c01cba36e7a8f769f9e.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 9cd5381a08d3..06bf448a9a32 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.29 2010/11/22 15:27:36 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.30 2011/01/14 15:45:42 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.44.ebuild: + Cleanup *Variable-Magic-0.45 (22 Nov 2010) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild deleted file mode 100644 index 23885e6a0b38..000000000000 --- a/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 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.44.ebuild,v 1.1 2010/09/26 07:21:29 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 |