summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 14:52:58 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 14:52:58 +0000
commit7bee638fdad77d99200504a973f4be3dc2045bb5 (patch)
treed951a99ff60e2aade9873f630fe664f47195cee1 /dev-perl/text-autoformat
parentConvert ebuild version. Maintenance. Force stable keywords (diff)
downloadgentoo-2-7bee638fdad77d99200504a973f4be3dc2045bb5.tar.gz
gentoo-2-7bee638fdad77d99200504a973f4be3dc2045bb5.tar.bz2
gentoo-2-7bee638fdad77d99200504a973f4be3dc2045bb5.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r--dev-perl/text-autoformat/ChangeLog6
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.13.ebuild20
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.669001.ebuild24
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog
index 9be06b173285..2cc5d10e8624 100644
--- a/dev-perl/text-autoformat/ChangeLog
+++ b/dev-perl/text-autoformat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/text-autoformat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.39 2011/01/13 17:07:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.40 2011/01/14 14:52:58 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -text-autoformat-1.13.ebuild,
+ -text-autoformat-1.669001.ebuild:
+ Cleanup
13 Jan 2011; Brent Baude <ranger@gentoo.org>
text-autoformat-1.669002.ebuild:
diff --git a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild
deleted file mode 100644
index 15e6325b7b6c..000000000000
--- a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild
+++ /dev/null
@@ -1,20 +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-autoformat/text-autoformat-1.13.ebuild,v 1.14 2010/12/03 00:58:10 xmw 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 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-perl/text-reform-1.11
- dev-lang/perl"
diff --git a/dev-perl/text-autoformat/text-autoformat-1.669001.ebuild b/dev-perl/text-autoformat/text-autoformat-1.669001.ebuild
deleted file mode 100644
index 58f453575529..000000000000
--- a/dev-perl/text-autoformat/text-autoformat-1.669001.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-autoformat/text-autoformat-1.669001.ebuild,v 1.2 2010/12/03 00:58:10 xmw Exp $
-
-EAPI=2
-
-MY_PN=Text-Autoformat
-MY_P=${MY_PN}-${PV}
-MODULE_AUTHOR=DCONWAY
-inherit perl-module
-
-DESCRIPTION="Automatic text wrapping and reformatting"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-perl/text-reform-1.11
- virtual/perl-version"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-S=${WORKDIR}/${MY_P}
-SRC_TEST=do