diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:35:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:35:02 +0000 |
commit | abca50f9426448e7591e468d3971c292a886060a (patch) | |
tree | 7e5b34025cfe8be823e217f1ae706e226c1554af /dev-perl/PAR-Dist | |
parent | Stable on sparc, bug #251309 (diff) | |
download | historical-abca50f9426448e7591e468d3971c292a886060a.tar.gz historical-abca50f9426448e7591e468d3971c292a886060a.tar.bz2 historical-abca50f9426448e7591e468d3971c292a886060a.zip |
Cleanup
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.39.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index bc99154c8be7..1fc468931655 100644 --- a/dev-perl/PAR-Dist/ChangeLog +++ b/dev-perl/PAR-Dist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PAR-Dist # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.42 2008/12/19 16:45:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.43 2008/12/30 16:19:44 tove Exp $ + + 30 Dec 2008; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.39.ebuild, + -PAR-Dist-0.40.ebuild: + Cleanup *PAR-Dist-0.41 (19 Dec 2008) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.39.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.39.ebuild deleted file mode 100644 index b5be8cb92ef5..000000000000 --- a/dev-perl/PAR-Dist/PAR-Dist-0.39.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.39.ebuild,v 1.1 2008/10/21 10:13:42 tove Exp $ - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Create and manipulate PAR distributions" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - virtual/perl-File-Spec - virtual/perl-File-Temp - || ( dev-perl/YAML-Syck dev-perl/yaml ) - dev-perl/Archive-Zip" - # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta ) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild deleted file mode 100644 index 71c676215e4e..000000000000 --- a/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild,v 1.1 2008/10/28 08:40:56 tove Exp $ - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Create and manipulate PAR distributions" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - virtual/perl-File-Spec - virtual/perl-File-Temp - || ( dev-perl/YAML-Syck dev-perl/yaml ) - dev-perl/Archive-Zip" - # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta ) |