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: ChangeLog GnuPG-Interface-0.440.0.ebuild
Date: Tue, 03 May 2011 18:44:25
Message-Id: 20110503184415.A997420054@flycatcher.gentoo.org
1 tove 11/05/03 18:44:15
2
3 Modified: ChangeLog
4 Added: GnuPG-Interface-0.440.0.ebuild
5 Log:
6 [bump] dev-perl/GnuPG-Interface-0.440.0
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 dev-perl/GnuPG-Interface/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 9 Mar 2011 07:50:52 -0000 1.40
24 +++ ChangeLog 3 May 2011 18:44:15 -0000 1.41
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/GnuPG-Interface
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.40 2011/03/09 07:50:52 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.41 2011/05/03 18:44:15 tove Exp $
30 +
31 +*GnuPG-Interface-0.440.0 (03 May 2011)
32 +
33 + 03 May 2011; Torsten Veller <tove@g.o>
34 + +GnuPG-Interface-0.440.0.ebuild:
35 + Version bump
36
37 *GnuPG-Interface-0.430.0 (09 Mar 2011)
38
39
40
41
42 1.1 dev-perl/GnuPG-Interface/GnuPG-Interface-0.440.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.440.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.440.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: GnuPG-Interface-0.440.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.440.0.ebuild,v 1.1 2011/05/03 18:44:15 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=JESSE
56 MODULE_VERSION=0.44
57 inherit perl-module
58
59 DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG."
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-macos"
63 IUSE=""
64
65 RDEPEND=">=app-crypt/gnupg-1.2.1-r1
66 >=virtual/perl-Math-BigInt-1.78
67 dev-perl/Any-Moose"
68 DEPEND="${RDEPEND}"
69
70 SRC_TEST="do"