Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-gnupg: pecl-gnupg-1.3.3.ebuild ChangeLog pecl-gnupg-1.3.2-r1.ebuild
Date: Tue, 30 Sep 2014 14:10:26
Message-Id: 20140930141022.279786978@oystercatcher.gentoo.org
1 grknight 14/09/30 14:10:22
2
3 Modified: ChangeLog
4 Added: pecl-gnupg-1.3.3.ebuild
5 Removed: pecl-gnupg-1.3.2-r1.ebuild
6 Log:
7 Version bump; drop old
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
10
11 Revision Changes Path
12 1.4 dev-php/pecl-gnupg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 5 Mar 2013 11:14:33 -0000 1.3
25 +++ ChangeLog 30 Sep 2014 14:10:22 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-gnupg
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.3 2013/03/05 11:14:33 olemarkus Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.4 2014/09/30 14:10:22 grknight Exp $
32 +
33 +*pecl-gnupg-1.3.3 (30 Sep 2014)
34 +
35 + 30 Sep 2014; <grknight@g.o> +pecl-gnupg-1.3.3.ebuild,
36 + -pecl-gnupg-1.3.2-r1.ebuild:
37 + Version bump; drop old
38
39 05 Mar 2013; Ole Markus With <olemarkus@g.o>
40 pecl-gnupg-1.3.2-r1.ebuild:
41
42
43
44 1.1 dev-php/pecl-gnupg/pecl-gnupg-1.3.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-gnupg-1.3.3.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.3.ebuild,v 1.1 2014/09/30 14:10:22 grknight Exp $
54
55 EAPI="5"
56
57 PHP_EXT_NAME="gnupg"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60
61 USE_PHP="php5-6 php5-5 php5-4"
62
63 inherit php-ext-pecl-r2
64
65 KEYWORDS="~amd64 ~x86"
66 DESCRIPTION="PHP wrapper around the gpgme library"
67 LICENSE="BSD-2"
68 SLOT="0"
69 IUSE=""
70
71 DEPEND="app-crypt/gpgme"
72 RDEPEND="${DEPEND}"
73
74 src_prepare() {
75 for slot in $(php_get_slots); do
76 php_init_slot_env ${slot}
77 epatch "${FILESDIR}"/1.3.2/01-large_file_system.patch
78 done
79
80 php-ext-source-r2_src_prepare
81 }