diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:56:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:56:04 +0000 |
commit | 135c301b1f667d8b9f7054d0359127a8c3d9ccf0 (patch) | |
tree | b685572fc21ec84fef6c85e82402c64ecfffef57 /dev-perl/Test-Unit-Lite | |
parent | Cleanup (diff) | |
download | gentoo-2-135c301b1f667d8b9f7054d0359127a8c3d9ccf0.tar.gz gentoo-2-135c301b1f667d8b9f7054d0359127a8c3d9ccf0.tar.bz2 gentoo-2-135c301b1f667d8b9f7054d0359127a8c3d9ccf0.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Test-Unit-Lite')
-rw-r--r-- | dev-perl/Test-Unit-Lite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild | 18 |
2 files changed, 6 insertions, 20 deletions
diff --git a/dev-perl/Test-Unit-Lite/ChangeLog b/dev-perl/Test-Unit-Lite/ChangeLog index d8e9fabd5a4f..e66a684bc01e 100644 --- a/dev-perl/Test-Unit-Lite/ChangeLog +++ b/dev-perl/Test-Unit-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Unit-Lite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Unit-Lite/ChangeLog,v 1.9 2012/12/25 11:52:05 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Unit-Lite/ChangeLog,v 1.10 2013/01/06 14:56:04 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -Test-Unit-Lite-0.120.100.ebuild: + Cleanup *Test-Unit-Lite-0.120.200 (25 Dec 2012) diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild deleted file mode 100644 index d84e4aa697f4..000000000000 --- a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild +++ /dev/null @@ -1,18 +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/Test-Unit-Lite/Test-Unit-Lite-0.120.100.ebuild,v 1.1 2012/05/08 17:46:58 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DEXTER -MODULE_VERSION=0.1201 -inherit perl-module - -DESCRIPTION="Unit testing without external dependencies" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="virtual/perl-Module-Build" |