summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 16:53:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 16:53:01 +0000
commit80e3d6a4342795ed23f21c89d114c094fdb37cee (patch)
tree35bdd79d6527c60774c58a0521c6ae74573f3b2d /dev-perl/Test-Warn
parentVersion bump, thanks seemant (diff)
downloadgentoo-2-80e3d6a4342795ed23f21c89d114c094fdb37cee.tar.gz
gentoo-2-80e3d6a4342795ed23f21c89d114c094fdb37cee.tar.bz2
gentoo-2-80e3d6a4342795ed23f21c89d114c094fdb37cee.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r--dev-perl/Test-Warn/ChangeLog8
-rw-r--r--dev-perl/Test-Warn/Test-Warn-0.08.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog
index 13662e5dc0ef..2bc396ee6dda 100644
--- a/dev-perl/Test-Warn/ChangeLog
+++ b/dev-perl/Test-Warn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Warn
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.8 2006/08/18 01:52:47 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.9 2007/01/19 16:53:01 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Test-Warn-0.08.ebuild:
+ Ebuild maintenance
18 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Test-Warn-0.08.ebuild:
diff --git a/dev-perl/Test-Warn/Test-Warn-0.08.ebuild b/dev-perl/Test-Warn/Test-Warn-0.08.ebuild
index e097ec8aa262..5a833868678f 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.08.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.08.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.08.ebuild,v 1.9 2006/08/18 01:52:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.08.ebuild,v 1.10 2007/01/19 16:53:01 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl extension to test methods for warnings"
-HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+HOMEPAGE="http://search.cpan.org/~bigj/"
SRC_URI="mirror://cpan/authors/id/B/BI/BIGJ/${P}.tar.gz"
LICENSE="Artistic"
@@ -20,5 +20,3 @@ DEPEND="dev-perl/Test-Exception
dev-perl/Array-Compare
dev-perl/Tree-DAG_Node
dev-lang/perl"
-
-RDEPEND="${DEPEND}"