diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-11 05:33:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-11 05:33:00 +0000 |
commit | 3539732fd4058cc0517adcf058749c861052dff0 (patch) | |
tree | 39773f874c3de5bf55ca9a8f053d96fbe3f33648 | |
parent | Cleanup (diff) | |
download | gentoo-2-3539732fd4058cc0517adcf058749c861052dff0.tar.gz gentoo-2-3539732fd4058cc0517adcf058749c861052dff0.tar.bz2 gentoo-2-3539732fd4058cc0517adcf058749c861052dff0.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Text-Quoted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild | 24 |
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index a0a75dceaab7..d34291b1d56a 100644 --- a/dev-perl/Text-Quoted/ChangeLog +++ b/dev-perl/Text-Quoted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Quoted # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.24 2010/05/08 18:11:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.25 2010/06/11 05:32:59 tove Exp $ + + 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Text-Quoted-2.02.ebuild, + -Text-Quoted-2.05.ebuild: + Cleanup 08 May 2010; Raúl Porcel <armin76@gentoo.org> Text-Quoted-2.06.ebuild: ia64/sparc stable wrt #314467 diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild deleted file mode 100644 index 06e77adeaeb3..000000000000 --- a/dev-perl/Text-Quoted/Text-Quoted-2.02.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/dev-perl/Text-Quoted/Text-Quoted-2.02.ebuild,v 1.5 2009/03/07 11:24:56 tove Exp $ - -# this is an RT dependency - -inherit perl-module - -DESCRIPTION="Extract the structure of a quoted mail message" -SRC_URI="mirror://cpan/authors/id/F/FA/FALCONE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~falcone/" - -IUSE="" -SRC_TEST="do" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ~ppc sparc x86" - -DEPEND="dev-perl/text-autoformat - virtual/perl-Text-Tabs+Wrap - dev-lang/perl" diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild deleted file mode 100644 index 46bb2b90573e..000000000000 --- a/dev-perl/Text-Quoted/Text-Quoted-2.05.ebuild +++ /dev/null @@ -1,24 +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/Text-Quoted/Text-Quoted-2.05.ebuild,v 1.2 2010/01/14 15:45:28 grobian Exp $ - -MODULE_AUTHOR=RUZ -inherit perl-module - -DESCRIPTION="Extract the structure of a quoted mail message" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -DEPEND="dev-perl/text-autoformat - dev-lang/perl" -# Removed: dev-perl/Text-Tabs+Wrap -# # we don't use Text::Tabs anymore as it may segfault on perl 5.8.x with -# # UTF-8 strings and tabs mixed. -# # http://rt.perl.org/rt3/Public/Bug/Display.html?id=40989 -# # This bug unlikely to be fixed in 5.8.x, however we use workaround. -# # As soon as Text::Tabs will be fixed we can return back to it - -SRC_TEST="do" |