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/GnuPG-Interface: GnuPG-Interface-0.460.0.ebuild metadata.xml ChangeLog
Date: Sun, 04 Nov 2012 15:07:38
Message-Id: 20121104150722.5EF47215F3@flycatcher.gentoo.org
1 tove 12/11/04 15:07:22
2
3 Modified: metadata.xml ChangeLog
4 Added: GnuPG-Interface-0.460.0.ebuild
5 Log:
6 [bump] dev-perl/GnuPG-Interface-0.460.0
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
9
10 Revision Changes Path
11 1.4 dev-perl/GnuPG-Interface/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 24 Jun 2012 12:58:50 -0000 1.3
24 +++ metadata.xml 4 Nov 2012 15:07:22 -0000 1.4
25 @@ -7,6 +7,7 @@
26 <remote-id type="cpan-module">GnuPG::Fingerprint</remote-id>
27 <remote-id type="cpan-module">GnuPG::Handles</remote-id>
28 <remote-id type="cpan-module">GnuPG::HashInit</remote-id>
29 + <remote-id type="cpan-module">GnuPG::Interface</remote-id>
30 <remote-id type="cpan-module">GnuPG::Key</remote-id>
31 <remote-id type="cpan-module">GnuPG::Options</remote-id>
32 <remote-id type="cpan-module">GnuPG::PrimaryKey</remote-id>
33
34
35
36 1.51 dev-perl/GnuPG-Interface/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.51&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.51&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.50&r2=1.51
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
45 retrieving revision 1.50
46 retrieving revision 1.51
47 diff -u -r1.50 -r1.51
48 --- ChangeLog 24 Jun 2012 12:58:50 -0000 1.50
49 +++ ChangeLog 4 Nov 2012 15:07:22 -0000 1.51
50 @@ -1,6 +1,12 @@
51 # ChangeLog for dev-perl/GnuPG-Interface
52 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.50 2012/06/24 12:58:50 tove Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.51 2012/11/04 15:07:22 tove Exp $
55 +
56 +*GnuPG-Interface-0.460.0 (04 Nov 2012)
57 +
58 + 04 Nov 2012; Torsten Veller <tove@g.o>
59 + +GnuPG-Interface-0.460.0.ebuild, metadata.xml:
60 + Version bump
61
62 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
63 Update CPAN upstream info
64
65
66
67 1.1 dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild?rev=1.1&content-type=text/plain
71
72 Index: GnuPG-Interface-0.460.0.ebuild
73 ===================================================================
74 # Copyright 1999-2012 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0.ebuild,v 1.1 2012/11/04 15:07:22 tove Exp $
77
78 EAPI=4
79
80 MODULE_AUTHOR=ALEXMV
81 MODULE_VERSION=0.46
82 inherit perl-module
83
84 DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG."
85
86 SLOT="0"
87 KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-macos"
88 IUSE=""
89
90 RDEPEND=">=app-crypt/gnupg-1.2.1-r1
91 >=virtual/perl-Math-BigInt-1.78
92 dev-perl/Any-Moose"
93 DEPEND="${RDEPEND}"
94
95 SRC_TEST="do"