diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 15:29:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 15:29:57 +0000 |
commit | 52d511b820a06da6c8146d5d0fc00e6d3828bbde (patch) | |
tree | 3844997ae7541c03a11a4bda65dbf0d75e1f16ec /dev-perl/Test-LongString | |
parent | stable on amd64 wrt security bug 238180 (diff) | |
download | historical-52d511b820a06da6c8146d5d0fc00e6d3828bbde.tar.gz historical-52d511b820a06da6c8146d5d0fc00e6d3828bbde.tar.bz2 historical-52d511b820a06da6c8146d5d0fc00e6d3828bbde.zip |
Cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.07.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.09.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.11.ebuild | 7 |
4 files changed, 10 insertions, 40 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index d2fba5a5de19..d8ad2b58a028 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-LongString -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.21 2007/05/05 18:06:01 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.22 2008/09/30 15:11:43 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> + -Test-LongString-0.07.ebuild, -Test-LongString-0.09.ebuild, + Test-LongString-0.11.ebuild: + Cleanup 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> Test-LongString-0.11.ebuild: diff --git a/dev-perl/Test-LongString/Test-LongString-0.07.ebuild b/dev-perl/Test-LongString/Test-LongString-0.07.ebuild deleted file mode 100644 index 81a9a6008eb3..000000000000 --- a/dev-perl/Test-LongString/Test-LongString-0.07.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.07.ebuild,v 1.8 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="A library to test long strings." -HOMEPAGE="http://search.cpan.org/~rgarcia/${PN}/" -SRC_URI="mirror://cpan/authors/id/R/RG/RGARCIA/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Test-LongString/Test-LongString-0.09.ebuild b/dev-perl/Test-LongString/Test-LongString-0.09.ebuild deleted file mode 100644 index d935a3237318..000000000000 --- a/dev-perl/Test-LongString/Test-LongString-0.09.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.09.ebuild,v 1.10 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="A library to test long strings." -HOMEPAGE="http://search.cpan.org/~rgarcia/${PN}/" -SRC_URI="mirror://cpan/authors/id/R/RG/RGARCIA/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc ~x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild b/dev-perl/Test-LongString/Test-LongString-0.11.ebuild index b8eefd5d5fe6..1bd2f426d698 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.11.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.11.ebuild,v 1.7 2007/07/10 23:33:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.11.ebuild,v 1.8 2008/09/30 15:11:43 tove Exp $ +MODULE_AUTHOR=RGARCIA inherit perl-module DESCRIPTION="A library to test long strings." -HOMEPAGE="http://search.cpan.org/~rgarcia/${PN}/" -SRC_URI="mirror://cpan/authors/id/R/RG/RGARCIA/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" |