grknight    14/09/30 14:10:22

  Modified:             ChangeLog
  Added:                pecl-gnupg-1.3.3.ebuild
  Removed:              pecl-gnupg-1.3.2-r1.ebuild
  Log:
  Version bump; drop old
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Mar 2013 11:14:33 -0000       1.3
+++ ChangeLog   30 Sep 2014 14:10:22 -0000      1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-gnupg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.3 
2013/03/05 11:14:33 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.4 
2014/09/30 14:10:22 grknight Exp $
+
+*pecl-gnupg-1.3.3 (30 Sep 2014)
+
+  30 Sep 2014;  <[email protected]> +pecl-gnupg-1.3.3.ebuild,
+  -pecl-gnupg-1.3.2-r1.ebuild:
+  Version bump; drop old
 
   05 Mar 2013; Ole Markus With <[email protected]>
   pecl-gnupg-1.3.2-r1.ebuild:



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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.3.ebuild?rev=1.1&view=markup
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

Index: pecl-gnupg-1.3.3.ebuild
===================================================================
# Copyright 1999-2014 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.3.ebuild,v 
1.1 2014/09/30 14:10:22 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