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.42.ebuild
Date: Tue, 06 Oct 2009 21:28:10
Message-Id: E1MvHZo-0005UL-KC@stork.gentoo.org
1 tove 09/10/06 21:28:08
2
3 Modified: ChangeLog
4 Added: GnuPG-Interface-0.42.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.28 dev-perl/GnuPG-Interface/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 30 Sep 2008 13:22:56 -0000 1.27
23 +++ ChangeLog 6 Oct 2009 21:28:08 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/GnuPG-Interface
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.27 2008/09/30 13:22:56 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.28 2009/10/06 21:28:08 tove Exp $
30 +
31 +*GnuPG-Interface-0.42 (06 Oct 2009)
32 +
33 + 06 Oct 2009; Torsten Veller <tove@g.o>
34 + +GnuPG-Interface-0.42.ebuild:
35 + Version bump
36
37 30 Sep 2008; Torsten Veller <tove@g.o>
38 -GnuPG-Interface-0.34.ebuild, -GnuPG-Interface-0.35.ebuild,
39
40
41
42 1.1 dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.42.ebuild?rev=1.1&content-type=text/plain
46
47 Index: GnuPG-Interface-0.42.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.42.ebuild,v 1.1 2009/10/06 21:28:08 tove Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=JESSE
56 inherit perl-module
57
58 DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG."
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND=">=app-crypt/gnupg-1.2.1-r1
65 dev-perl/Any-Moose"
66 DEPEND="${RDEPEND}"
67
68 SRC_TEST="do"