diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:42:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:42:46 +0000 |
commit | 71188046b7ab1ee0f620090d33d52c1d06028e97 (patch) | |
tree | 0a25237c5f3f5d706e29f71c2fe700f9309771c0 /dev-perl/TextToHTML | |
parent | Missing x11-proto/inputproto dep wrt #228233. (diff) | |
download | gentoo-2-71188046b7ab1ee0f620090d33d52c1d06028e97.tar.gz gentoo-2-71188046b7ab1ee0f620090d33d52c1d06028e97.tar.bz2 gentoo-2-71188046b7ab1ee0f620090d33d52c1d06028e97.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/TextToHTML')
-rw-r--r-- | dev-perl/TextToHTML/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/TextToHTML/TextToHTML-2.46.ebuild | 20 |
2 files changed, 5 insertions, 22 deletions
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}" |