diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/File-Stat-Moose | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Stat-Moose')
-rw-r--r-- | dev-perl/File-Stat-Moose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-perl/File-Stat-Moose/ChangeLog b/dev-perl/File-Stat-Moose/ChangeLog index 7fb93c00d740..f88d02c5da02 100644 --- a/dev-perl/File-Stat-Moose/ChangeLog +++ b/dev-perl/File-Stat-Moose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Stat-Moose # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.5 2011/08/30 15:40:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.6 2011/09/04 11:20:42 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -File-Stat-Moose-0.06.ebuild: + Cleanup *File-Stat-Moose-0.60.0 (30 Aug 2011) diff --git a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild deleted file mode 100644 index 8c16cffe53d3..000000000000 --- a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild +++ /dev/null @@ -1,29 +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/File-Stat-Moose/File-Stat-Moose-0.06.ebuild,v 1.4 2010/02/03 11:36:40 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Status info for a file - Moose-based" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/DateTime - virtual/perl-parent - dev-perl/Sub-Exporter - >=dev-perl/Exception-Warning-0.03 - >=dev-perl/Test-Unit-Lite-0.12 - >=dev-perl/Fatal-Exception-0.05 - >=dev-perl/Exception-Died-0.06 - dev-perl/constant-boolean - >=dev-perl/Test-Assert-0.0501 - >=dev-perl/Exception-Base-0.22.01 - >=dev-perl/Exception-System-0.11 - dev-perl/Moose" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" |