grknight    15/02/25 02:53:10

  Modified:             ChangeLog
  Added:                pecl-gnupg-1.3.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.6                  dev-php/pecl-gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Oct 2014 01:49:10 -0000      1.5
+++ ChangeLog   25 Feb 2015 02:53:10 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-gnupg
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.5 
2014/10/10 01:49:10 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.6 
2015/02/25 02:53:10 grknight Exp $
+
+*pecl-gnupg-1.3.6 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans <[email protected]> +pecl-gnupg-1.3.6.ebuild:
+  Version bump
 
 *pecl-gnupg-1.3.3 (30 Sep 2014)
 



1.1                  dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild?rev=1.1&content-type=text/plain

Index: pecl-gnupg-1.3.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild,v 
1.1 2015/02/25 02:53:10 grknight Exp $

EAPI="5"

PHP_EXT_NAME="gnupg"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~amd64 ~x86"
DESCRIPTION="PHP wrapper around the gpgme library"
LICENSE="BSD-2"
SLOT="0"
IUSE=""

DEPEND="app-crypt/gpgme"
RDEPEND="${DEPEND}"

src_prepare() {
        for slot in $(php_get_slots); do
                php_init_slot_env ${slot}
                epatch "${FILESDIR}"/1.3.2/01-large_file_system.patch
        done

        php-ext-source-r2_src_prepare
}




Reply via email to