diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:47:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:47:03 +0000 |
commit | af9f222ca160410f227c922f8dde1d42166aec18 (patch) | |
tree | d6fc837b88a7bf2fee7acd5153f85ef764ea3921 | |
parent | Missing x11-proto/inputproto dep wrt #228233. (diff) | |
download | historical-af9f222ca160410f227c922f8dde1d42166aec18.tar.gz historical-af9f222ca160410f227c922f8dde1d42166aec18.tar.bz2 historical-af9f222ca160410f227c922f8dde1d42166aec18.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
-rw-r--r-- | dev-perl/Text-Markdown/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-Shellwords/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/TextToHTML/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/TextToHTML/TextToHTML-2.46.ebuild | 20 |
8 files changed, 21 insertions, 108 deletions
diff --git a/dev-perl/Text-Markdown/ChangeLog b/dev-perl/Text-Markdown/ChangeLog index 91f3346cbd6a..71ce5f38fbd5 100644 --- a/dev-perl/Text-Markdown/ChangeLog +++ b/dev-perl/Text-Markdown/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Markdown -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.3 2008/11/20 14:56:28 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Markdown/ChangeLog,v 1.4 2009/05/02 09:47:03 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -Text-Markdown-1.0.22.ebuild: + Cleanup *Text-Markdown-1.0.24 (20 Nov 2008) diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild deleted file mode 100644 index d96c454ac351..000000000000 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.22.ebuild +++ /dev/null @@ -1,37 +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/Text-Markdown/Text-Markdown-1.0.22.ebuild,v 1.1 2008/10/26 07:56:09 tove Exp $ - -MODULE_AUTHOR=BOBTFISH -MODULE_A=${P}.tgz -inherit perl-module - -DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-lang/perl - virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long - virtual/perl-Text-Balanced" - -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple - dev-perl/Text-Diff - dev-perl/List-MoreUtils - dev-perl/File-Slurp - dev-perl/Test-Exception )" -# dev-perl/Test-Pod -# dev-perl/Test-Pod-Coverage - -SRC_TEST=do -mydoc="Readme.text Todo" - -src_install() { - perl-module_src_install - newbin script/Markdown.pl markdown || die - newbin script/MultiMarkdown.pl multimarkdown || die -} diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index 5a90cd43e6d9..bdafa4f09d4b 100644 --- a/dev-perl/Text-Quoted/ChangeLog +++ b/dev-perl/Text-Quoted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Quoted # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.19 2009/03/07 11:24:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.20 2009/05/02 09:45:42 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Text-Quoted-1.8.ebuild: + Cleanup 07 Mar 2009; Torsten Veller <tove@gentoo.org> Text-Quoted-1.8.ebuild, Text-Quoted-2.02.ebuild: diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild deleted file mode 100644 index 898f54c0f776..000000000000 --- a/dev-perl/Text-Quoted/Text-Quoted-1.8.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-1.8.ebuild,v 1.10 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/J/JE/JESSE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~jesse/" - -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" -IUSE="" diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog index 082cb8ed749c..d70545bf7c31 100644 --- a/dev-perl/Text-Shellwords/ChangeLog +++ b/dev-perl/Text-Shellwords/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Shellwords -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.24 2007/03/05 12:33:41 ticho Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.25 2009/05/02 09:44:16 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -Text-Shellwords-1.07.ebuild: + Cleanup 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Text-Shellwords-1.08.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild deleted file mode 100644 index 8ae627d670ac..000000000000 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ Exp $ - -IUSE="" - -inherit perl-module - -MY_P=Text-Shellwords-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Provides shellwords() routine which parses lines of text and returns a set of tokens using the same rules that the Unix shell does." - -SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~lds/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/TextToHTML/ChangeLog b/dev-perl/TextToHTML/ChangeLog index a940a380083a..52c574e77fda 100644 --- a/dev-perl/TextToHTML/ChangeLog +++ b/dev-perl/TextToHTML/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/TextToHTML -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/ChangeLog,v 1.3 2008/08/02 19:17:44 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/ChangeLog,v 1.4 2009/05/02 09:42:46 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -TextToHTML-2.46.ebuild: + Cleanup *TextToHTML-2.51 (02 Aug 2008) diff --git a/dev-perl/TextToHTML/TextToHTML-2.46.ebuild b/dev-perl/TextToHTML/TextToHTML-2.46.ebuild deleted file mode 100644 index 91d0dfb4daeb..000000000000 --- a/dev-perl/TextToHTML/TextToHTML-2.46.ebuild +++ /dev/null @@ -1,20 +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/TextToHTML/TextToHTML-2.46.ebuild,v 1.2 2008/03/01 23:08:55 hd_brummy Exp $ - -inherit perl-module - -DESCRIPTION="HTML::TextToHTML - convert plain text file to HTML" -SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/txt2html-${PV}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rubykat/txt2html-2.46" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - virtual/perl-Getopt-Long - dev-perl/Getopt-ArgvFile" - -S="${WORKDIR}/txt2html-${PV}" |