diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:55:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:55:11 +0000 |
commit | e8e0e6bab4fcd3fd1ad73e0ead31ff94d06662cd (patch) | |
tree | 034c3f88419033915be690a245904438142e60df /dev-perl | |
parent | version bump (diff) | |
download | gentoo-2-e8e0e6bab4fcd3fd1ad73e0ead31ff94d06662cd.tar.gz gentoo-2-e8e0e6bab4fcd3fd1ad73e0ead31ff94d06662cd.tar.bz2 gentoo-2-e8e0e6bab4fcd3fd1ad73e0ead31ff94d06662cd.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/text-autoformat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.12.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index b0809478875e..4a9cc5706634 100644 --- a/dev-perl/text-autoformat/ChangeLog +++ b/dev-perl/text-autoformat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/text-autoformat # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.26 2009/04/17 20:52:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.27 2009/05/02 08:55:11 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -text-autoformat-1.12.ebuild: + Cleanup *text-autoformat-1.666.0 (17 Apr 2009) diff --git a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild deleted file mode 100644 index 34b2b0d9bb69..000000000000 --- a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild +++ /dev/null @@ -1,20 +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-autoformat/text-autoformat-1.12.ebuild,v 1.16 2007/01/19 16:55:34 mcummings Exp $ - -inherit perl-module - -MY_P=Text-Autoformat-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Automatic text wrapping and reformatting" -SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~dconway/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-perl/text-reform - dev-lang/perl" |