summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.400.0.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Class-Singleton/ChangeLog b/dev-perl/Class-Singleton/ChangeLog
index 58875fb3befd..705bea645bba 100644
--- a/dev-perl/Class-Singleton/ChangeLog
+++ b/dev-perl/Class-Singleton/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Class-Singleton
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.26 2011/05/29 18:28:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.27 2011/09/01 11:02:24 tove Exp $
+
+*Class-Singleton-1.400.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org>
+ +Class-Singleton-1.400.0.ebuild:
+ Change version scheme
29 May 2011; Fabian Groffen <grobian@gentoo.org> Class-Singleton-1.4.ebuild:
Marked ~x64-macos, bug #368553
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.400.0.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.400.0.ebuild
new file mode 100644
index 000000000000..e9fddd89f061
--- /dev/null
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.400.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 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.400.0.ebuild,v 1.1 2011/09/01 11:02:25 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ABW
+MODULE_VERSION=1.4
+inherit perl-module
+
+DESCRIPTION="Implementation of a Singleton class"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""