summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 16:51:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 16:51:26 +0000
commitc2157b4ea472efa5d37028b6e1fdeb6c53c86e3b (patch)
tree178dbf8f0c8e165d570d02f336b4a0aa7b8c5822 /dev-perl/Test-SimpleUnit
parentEbuild maintenance (diff)
downloadgentoo-2-c2157b4ea472efa5d37028b6e1fdeb6c53c86e3b.tar.gz
gentoo-2-c2157b4ea472efa5d37028b6e1fdeb6c53c86e3b.tar.bz2
gentoo-2-c2157b4ea472efa5d37028b6e1fdeb6c53c86e3b.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Test-SimpleUnit')
-rw-r--r--dev-perl/Test-SimpleUnit/ChangeLog8
-rw-r--r--dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Test-SimpleUnit/ChangeLog b/dev-perl/Test-SimpleUnit/ChangeLog
index dbe134c94997..2e9af53e6394 100644
--- a/dev-perl/Test-SimpleUnit/ChangeLog
+++ b/dev-perl/Test-SimpleUnit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-SimpleUnit
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SimpleUnit/ChangeLog,v 1.11 2006/08/18 01:34:48 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SimpleUnit/ChangeLog,v 1.12 2007/01/19 16:51:26 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Test-SimpleUnit-1.21.ebuild:
+ Ebuild maintenance
18 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Test-SimpleUnit-1.21.ebuild:
diff --git a/dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.ebuild b/dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.ebuild
index ebc047838df6..2f2cb0ec56f9 100644
--- a/dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.ebuild
+++ b/dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.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-SimpleUnit/Test-SimpleUnit-1.21.ebuild,v 1.12 2006/08/18 01:34:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SimpleUnit/Test-SimpleUnit-1.21.ebuild,v 1.13 2007/01/19 16:51:26 mcummings Exp $
inherit perl-module
DESCRIPTION="Simplified Perl unit-testing framework"
-HOMEPAGE="http://search.cpan.org/~ged/${P}/"
+HOMEPAGE="http://search.cpan.org/~ged/"
SRC_URI="mirror://cpan/authors/id/G/GE/GED/${P}.tar.gz"
LICENSE="GPL-2"
@@ -17,5 +17,3 @@ SRC_TEST="do"
DEPEND="dev-perl/ExtUtils-AutoInstall
dev-perl/Data-Compare
dev-lang/perl"
-RDEPEND="${DEPEND}"
-