diff options
author | 2010-01-17 15:02:23 +0000 | |
---|---|---|
committer | 2010-01-17 15:02:23 +0000 | |
commit | 66036ca73f16e1e5d9e83c14aed0295cf6b340df (patch) | |
tree | e965c5d79ad917c1c23003dd69a8050442a8d9c7 /perl-core/Test-Simple | |
parent | Drop dependency on libxcrypt, provide better upgrade path by supporting (diff) | |
download | historical-66036ca73f16e1e5d9e83c14aed0295cf6b340df.tar.gz historical-66036ca73f16e1e5d9e83c14aed0295cf6b340df.tar.bz2 historical-66036ca73f16e1e5d9e83c14aed0295cf6b340df.zip |
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Test-Simple')
-rw-r--r-- | perl-core/Test-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.70.ebuild | 21 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.80.ebuild | 21 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.86.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.88.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.90.ebuild | 17 |
6 files changed, 6 insertions, 96 deletions
diff --git a/perl-core/Test-Simple/ChangeLog b/perl-core/Test-Simple/ChangeLog index 5492416f21ca..6c4688705765 100644 --- a/perl-core/Test-Simple/ChangeLog +++ b/perl-core/Test-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Test-Simple # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.69 2010/01/05 19:23:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.70 2010/01/17 15:00:48 tove Exp $ + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Test-Simple-0.70.ebuild, + -Test-Simple-0.80.ebuild, -Test-Simple-0.86.ebuild, + -Test-Simple-0.88.ebuild, -Test-Simple-0.90.ebuild: + Cleanup 05 Jan 2010; nixnut <nixnut@gentoo.org> Test-Simple-0.92.ebuild: ppc stable #288026 diff --git a/perl-core/Test-Simple/Test-Simple-0.70.ebuild b/perl-core/Test-Simple/Test-Simple-0.70.ebuild deleted file mode 100644 index d323801d6689..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.70.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.70.ebuild,v 1.9 2008/03/28 07:02:42 jer Exp $ - -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" -HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/perl-5.8.0-r12" - -SRC_TEST="do" - -mydoc="rfc*.txt" -myconf="INSTALLDIRS=vendor" diff --git a/perl-core/Test-Simple/Test-Simple-0.80.ebuild b/perl-core/Test-Simple/Test-Simple-0.80.ebuild deleted file mode 100644 index c81c5494bcb3..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.80.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.80.ebuild,v 1.5 2009/07/07 02:27:31 jer Exp $ - -MODULE_AUTHOR=MSCHWERN - -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/perl-5.8.0-r12" - -SRC_TEST="do" - -mydoc="rfc*.txt" -myconf="INSTALLDIRS=vendor" diff --git a/perl-core/Test-Simple/Test-Simple-0.86.ebuild b/perl-core/Test-Simple/Test-Simple-0.86.ebuild deleted file mode 100644 index 60937404c0ae..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.86.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.86.ebuild,v 1.1 2008/11/21 08:16:01 tove Exp $ - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl" - -SRC_TEST="do" - -mydoc="rfc*.txt" diff --git a/perl-core/Test-Simple/Test-Simple-0.88.ebuild b/perl-core/Test-Simple/Test-Simple-0.88.ebuild deleted file mode 100644 index 12beb0560a6d..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.88.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.88.ebuild,v 1.2 2009/12/16 21:58:38 abcd Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" -mydoc="rfc*.txt" diff --git a/perl-core/Test-Simple/Test-Simple-0.90.ebuild b/perl-core/Test-Simple/Test-Simple-0.90.ebuild deleted file mode 100644 index da9a286da7fd..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.90.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.90.ebuild,v 1.1 2009/07/03 05:09:32 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -SRC_TEST="do" -mydoc="rfc*.txt" |