diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 13:17:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 13:17:48 +0000 |
commit | 350357387ddda00852ab64c7621d8a10189fe2e9 (patch) | |
tree | 25d82d8324765d6447d528dc1fd05078ea497c1f /dev-perl/PAR-Dist | |
parent | Initial import (diff) | |
download | historical-350357387ddda00852ab64c7621d8a10189fe2e9.tar.gz historical-350357387ddda00852ab64c7621d8a10189fe2e9.tar.bz2 historical-350357387ddda00852ab64c7621d8a10189fe2e9.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux 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.41.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.42.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild | 22 |
4 files changed, 5 insertions, 67 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 3aebaa9c8511..0603f710b5e3 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.46 2009/02/03 08:08:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.47 2009/03/13 13:00:52 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.41.ebuild, + -PAR-Dist-0.42.ebuild, -PAR-Dist-0.43.ebuild: + Cleanup *PAR-Dist-0.44 (03 Feb 2009) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.41.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.41.ebuild deleted file mode 100644 index 5c126041e019..000000000000 --- a/dev-perl/PAR-Dist/PAR-Dist-0.41.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.41.ebuild,v 1.1 2008/12/19 16:45:44 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="" - -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 ) - -SRC_TEST="do" diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.42.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.42.ebuild deleted file mode 100644 index 6773a0c9919c..000000000000 --- a/dev-perl/PAR-Dist/PAR-Dist-0.42.ebuild +++ /dev/null @@ -1,22 +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/PAR-Dist/PAR-Dist-0.42.ebuild,v 1.1 2009/01/04 10:38:37 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="" - -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 ) - -SRC_TEST="do" diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild deleted file mode 100644 index c398c6cea403..000000000000 --- a/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild +++ /dev/null @@ -1,22 +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/PAR-Dist/PAR-Dist-0.43.ebuild,v 1.1 2009/01/23 10:09:09 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="" - -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 ) - -SRC_TEST="do" |