summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-15 15:00:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-15 15:00:37 +0000
commit85ce7ebdbd62fe2faa48ee752593ebb6c6ef7438 (patch)
treedd6a505d83b7d33ad50ddeb35f25abd948e7e290 /dev-perl/Class-Singleton
parentEbuild maintenance (diff)
downloadgentoo-2-85ce7ebdbd62fe2faa48ee752593ebb6c6ef7438.tar.gz
gentoo-2-85ce7ebdbd62fe2faa48ee752593ebb6c6ef7438.tar.bz2
gentoo-2-85ce7ebdbd62fe2faa48ee752593ebb6c6ef7438.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Class-Singleton')
-rw-r--r--dev-perl/Class-Singleton/ChangeLog8
-rw-r--r--dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Class-Singleton/ChangeLog b/dev-perl/Class-Singleton/ChangeLog
index 7b85d96ce820..532500293803 100644
--- a/dev-perl/Class-Singleton/ChangeLog
+++ b/dev-perl/Class-Singleton/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-Singleton
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.15 2006/12/01 21:09:54 corsair Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.16 2007/01/15 15:00:37 mcummings Exp $
+
+ 15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Class-Singleton-1.03.ebuild:
+ Ebuild maintenance
01 Dec 2006; Markus Rothe <corsair@gentoo.org>
Class-Singleton-1.03.ebuild:
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild
index 0a1a508c6e49..5547ebf6c364 100644
--- a/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.03.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/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.15 2006/12/01 21:09:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.16 2007/01/15 15:00:37 mcummings Exp $
inherit perl-module
DESCRIPTION="Implementation of a Singleton class"
-HOMEPAGE="http://search.cpan.org/~abw/${P}/"
+HOMEPAGE="http://search.cpan.org/~abw/"
SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
LICENSE="GPL-2"
@@ -13,4 +13,3 @@ SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"