Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-OpenPGP: Crypt-OpenPGP-1.60.0-r1.ebuild ChangeLog Crypt-OpenPGP-1.60.0.ebuild
Date: Sun, 24 Aug 2014 02:34:46
Message-Id: 20140824023442.7FDB43C45@oystercatcher.gentoo.org
1 axs 14/08/24 02:34:42
2
3 Modified: ChangeLog
4 Added: Crypt-OpenPGP-1.60.0-r1.ebuild
5 Removed: Crypt-OpenPGP-1.60.0.ebuild
6 Log:
7 bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.28 dev-perl/Crypt-OpenPGP/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog?rev=1.28&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog?rev=1.28&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog?r1=1.27&r2=1.28
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v
21 retrieving revision 1.27
22 retrieving revision 1.28
23 diff -u -r1.27 -r1.28
24 --- ChangeLog 29 Jun 2014 12:21:23 -0000 1.27
25 +++ ChangeLog 24 Aug 2014 02:34:42 -0000 1.28
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-perl/Crypt-OpenPGP
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.27 2014/06/29 12:21:23 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.28 2014/08/24 02:34:42 axs Exp $
31 +
32 +*Crypt-OpenPGP-1.60.0-r1 (24 Aug 2014)
33 +
34 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
35 + +Crypt-OpenPGP-1.60.0-r1.ebuild, -Crypt-OpenPGP-1.60.0.ebuild:
36 + bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no
37 + other changes present and revbump helps stable systems to keep from dieing on
38 + perl-5.18 upgrade
39
40 *Crypt-OpenPGP-1.70.0 (29 Jun 2014)
41
42
43
44
45 1.1 dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: Crypt-OpenPGP-1.60.0-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.60.0-r1.ebuild,v 1.1 2014/08/24 02:34:42 axs Exp $
55
56 EAPI=5
57
58 MODULE_AUTHOR=BTROTT
59 MODULE_VERSION=1.06
60 inherit perl-module
61
62 DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
63
64 LICENSE="Artistic"
65 #LICENSE="|| ( Artistic GPL-2 )"
66 SLOT="0"
67 KEYWORDS="amd64 x86 ~x86-solaris"
68 IUSE="test"
69
70 # Core dependancies are:
71 # >=Data-Buffer 0.04
72 # MIME-Base64
73 # Math-Pari
74 # Compress-Zlib
75 # LWP-UserAgent
76 # URI-Escape
77
78 RDEPEND="
79 >=dev-perl/data-buffer-0.04
80 virtual/perl-MIME-Base64
81 virtual/perl-Math-BigInt
82 virtual/perl-IO-Compress
83 dev-perl/libwww-perl
84 dev-perl/URI
85 dev-perl/crypt-dsa
86 dev-perl/crypt-rsa
87 dev-perl/File-HomeDir
88
89 dev-perl/crypt-idea
90 virtual/perl-Digest-MD5
91
92 dev-perl/crypt-des-ede3
93 dev-perl/Digest-SHA1
94
95 dev-perl/Crypt-Rijndael
96 dev-perl/Crypt-CAST5_PP
97 dev-perl/Crypt-RIPEMD160
98
99 dev-perl/Crypt-Blowfish
100 >=dev-perl/Crypt-Twofish-2.00
101 "
102 DEPEND="${RDEPEND}
103 test? (
104 dev-perl/Test-Exception
105 )"
106
107 SRC_TEST="do"