summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-02 19:07:45 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-02 19:07:45 +0000
commit467202c88942094300f14436ba698e2244eb58fa (patch)
treecc85b1408ac28186d57ec81825908beeac4f7d83 /dev-perl/text-wrapper
parentVersion bump (diff)
downloadgentoo-2-467202c88942094300f14436ba698e2244eb58fa.tar.gz
gentoo-2-467202c88942094300f14436ba698e2244eb58fa.tar.bz2
gentoo-2-467202c88942094300f14436ba698e2244eb58fa.zip
Cleanup
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/text-wrapper')
-rw-r--r--dev-perl/text-wrapper/ChangeLog5
-rw-r--r--dev-perl/text-wrapper/text-wrapper-1.000.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/text-wrapper/ChangeLog b/dev-perl/text-wrapper/ChangeLog
index 2af277c3cf39..9a080fde9fc3 100644
--- a/dev-perl/text-wrapper/ChangeLog
+++ b/dev-perl/text-wrapper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/text-wrapper
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-wrapper/ChangeLog,v 1.24 2008/08/02 19:05:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-wrapper/ChangeLog,v 1.25 2008/08/02 19:07:45 tove Exp $
+
+ 02 Aug 2008; Torsten Veller <tove@gentoo.org> -text-wrapper-1.000.ebuild:
+ Cleanup
*text-wrapper-1.02 (02 Aug 2008)
diff --git a/dev-perl/text-wrapper/text-wrapper-1.000.ebuild b/dev-perl/text-wrapper/text-wrapper-1.000.ebuild
deleted file mode 100644
index aa987cda1bfe..000000000000
--- a/dev-perl/text-wrapper/text-wrapper-1.000.ebuild
+++ /dev/null
@@ -1,19 +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-wrapper/text-wrapper-1.000.ebuild,v 1.19 2007/07/10 23:33:29 mr_bones_ Exp $
-
-inherit perl-module
-
-MY_P=Text-Wrapper-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="The Perl Text::Wrapper Module"
-SRC_URI="mirror://cpan/authors/id/C/CJ/CJM/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~cjm/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"