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.450.0.ebuild
Date: Mon, 31 Oct 2011 04:32:30
Message-Id: 20111031043218.08E282004B@flycatcher.gentoo.org
1 tove 11/10/31 04:32:18
2
3 Modified: ChangeLog
4 Added: GnuPG-Interface-0.450.0.ebuild
5 Log:
6 [bump] dev-perl/GnuPG-Interface-0.450.0
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.43 dev-perl/GnuPG-Interface/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 30 Jul 2011 08:14:58 -0000 1.42
24 +++ ChangeLog 31 Oct 2011 04:32:17 -0000 1.43
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.42 2011/07/30 08:14:58 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.43 2011/10/31 04:32:17 tove Exp $
30 +
31 +*GnuPG-Interface-0.450.0 (31 Oct 2011)
32 +
33 + 31 Oct 2011; Torsten Veller <tove@g.o>
34 + +GnuPG-Interface-0.450.0.ebuild:
35 + Version bump
36
37 30 Jul 2011; Torsten Veller <tove@g.o>
38 -GnuPG-Interface-0.430.0.ebuild:
39
40
41
42 1.1 dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: GnuPG-Interface-0.450.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.450.0.ebuild,v 1.1 2011/10/31 04:32:17 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=ALEXMV
56 MODULE_VERSION=0.45
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"