summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-10-15 23:00:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-10-15 23:00:47 +0000
commit8d3a6f460078b345c2666736479a01cea982dfdb (patch)
treeb09ab81e3a39e0b30bbf6e326171c343d67673c7 /dev-perl/Text-Tabs+Wrap
parentFixing crash after gcc-4 update. Bug #149004 (diff)
downloadgentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.tar.gz
gentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.tar.bz2
gentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.zip
Marking amd64, sparc stable; cleaning up ebuilds
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Text-Tabs+Wrap')
-rw-r--r--dev-perl/Text-Tabs+Wrap/ChangeLog7
-rw-r--r--dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild6
-rw-r--r--dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild5
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Text-Tabs+Wrap/ChangeLog b/dev-perl/Text-Tabs+Wrap/ChangeLog
index 8e2c1bccd1bb..6da799d5c0e1 100644
--- a/dev-perl/Text-Tabs+Wrap/ChangeLog
+++ b/dev-perl/Text-Tabs+Wrap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-Tabs+Wrap
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/ChangeLog,v 1.15 2006/08/06 00:30:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/ChangeLog,v 1.16 2006/10/15 23:00:47 mcummings Exp $
+
+ 15 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+ Text-Tabs+Wrap-2001.0929.ebuild, -Text-Tabs+Wrap-2005.0824.ebuild,
+ -Text-Tabs+Wrap-2006.0705.ebuild, Text-Tabs+Wrap-2006.0711.ebuild:
+ Marking amd64, sparc stable; cleaning up ebuilds
06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Text-Tabs+Wrap-2001.0929.ebuild, Text-Tabs+Wrap-2005.0824.ebuild,
diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild
index 7d932b97ddfe..e3b4aaf7c99a 100644
--- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild
+++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.13 2006/08/06 00:30:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.14 2006/10/15 23:00:47 mcummings Exp $
inherit perl-module
@@ -15,11 +15,11 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
+DEPEND="dev-lang/perl"
+
src_compile() {
perl-module_src_compile
perl-module_src_test || die "test failed"
}
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild
index cc154a374c4d..72924c5fddc6 100644
--- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild
+++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild,v 1.2 2006/08/06 00:30:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild,v 1.3 2006/10/15 23:00:47 mcummings Exp $
inherit perl-module
@@ -10,10 +10,9 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${P}.readme"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"