Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sub-Install: ChangeLog Sub-Install-0.926.0.ebuild
Date: Tue, 28 Feb 2012 15:03:00
Message-Id: 20120228150245.7C5912004B@flycatcher.gentoo.org
1 tove 12/02/28 15:02:45
2
3 Modified: ChangeLog
4 Added: Sub-Install-0.926.0.ebuild
5 Log:
6 [bump] dev-perl/Sub-Install-0.926.0
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-perl/Sub-Install/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Install/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Install/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Install/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 7 Nov 2011 07:58:02 -0000 1.16
24 +++ ChangeLog 28 Feb 2012 15:02:45 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Sub-Install
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.16 2011/11/07 07:58:02 grobian Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.17 2012/02/28 15:02:45 tove Exp $
31 +
32 +*Sub-Install-0.926.0 (28 Feb 2012)
33 +
34 + 28 Feb 2012; Torsten Veller <tove@g.o> +Sub-Install-0.926.0.ebuild:
35 + Version bump
36
37 07 Nov 2011; Fabian Groffen <grobian@g.o> Sub-Install-0.925.0.ebuild:
38 Added Prefix keywords, bug #389001
39
40
41
42 1.1 dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Sub-Install-0.926.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild,v 1.1 2012/02/28 15:02:45 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=RJBS
56 MODULE_VERSION=0.926
57 inherit perl-module
58
59 DESCRIPTION="install subroutines into packages easily"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 test? (
68 dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage
70 )"
71
72 SRC_TEST=do