summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 04:14:51 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 04:14:51 +0000
commitfcfe7d4a2b549ab1300023f25937bb5d0ac433bc (patch)
tree5620c075d3e9f94d4923e167dde469718e0a43e0
parentVersion bump (diff)
downloadgentoo-2-fcfe7d4a2b549ab1300023f25937bb5d0ac433bc.tar.gz
gentoo-2-fcfe7d4a2b549ab1300023f25937bb5d0ac433bc.tar.bz2
gentoo-2-fcfe7d4a2b549ab1300023f25937bb5d0ac433bc.zip
Version bump
(Portage version: 2.1.4.4)
-rw-r--r--dev-perl/Class-Singleton/ChangeLog9
-rw-r--r--dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/Class-Singleton/ChangeLog b/dev-perl/Class-Singleton/ChangeLog
index 40b317b701e8..55b7a214b8e7 100644
--- a/dev-perl/Class-Singleton/ChangeLog
+++ b/dev-perl/Class-Singleton/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Class-Singleton
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.17 2007/04/16 06:39:54 corsair Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.18 2008/04/29 04:14:51 yuval Exp $
+
+*Class-Singleton-1.4 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Class-Singleton-1.4.ebuild:
+ Version bump
16 Apr 2007; Markus Rothe <corsair@gentoo.org>
Class-Singleton-1.03.ebuild:
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild
new file mode 100644
index 000000000000..1b4c8af6c633
--- /dev/null
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 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.4.ebuild,v 1.1 2008/04/29 04:14:51 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Implementation of a Singleton class"
+HOMEPAGE="http://search.cpan.org/~abw/"
+SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND="dev-lang/perl"