Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Class-Singleton: ChangeLog Class-Singleton-1.500.0.ebuild
Date: Fri, 01 May 2015 17:27:19
Message-Id: 20150501172707.156849AC@oystercatcher.gentoo.org
1 dilfridge 15/05/01 17:27:05
2
3 Modified: ChangeLog
4 Added: Class-Singleton-1.500.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.36 dev-perl/Class-Singleton/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 21 Aug 2014 19:31:15 -0000 1.35
24 +++ ChangeLog 1 May 2015 17:27:05 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Class-Singleton
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.35 2014/08/21 19:31:15 axs Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.36 2015/05/01 17:27:05 dilfridge Exp $
31 +
32 +*Class-Singleton-1.500.0 (01 May 2015)
33 +
34 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Class-Singleton-1.500.0.ebuild:
36 + Version bump
37
38 *Class-Singleton-1.400.0-r1 (21 Aug 2014)
39
40
41
42
43 1.1 dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Class-Singleton-1.500.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild,v 1.1 2015/05/01 17:27:05 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=SHAY
57 MODULE_VERSION=1.5
58 inherit perl-module
59
60 DESCRIPTION="Implementation of a Singleton class"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
64 IUSE=""
65
66 DEPEND="
67 virtual/perl-ExtUtils-MakeMaker
68 "
69
70 SRC_TEST=do