grknight    14/09/30 23:03:47

  Modified:             ChangeLog
  Added:                pecl-pam-1.0.3-r1.ebuild
  Removed:              pecl-pam-1.0.3.ebuild
  Log:
  Revbump to add current PHP versions; drop 5.3 support
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Aug 2014 21:03:09 -0000      1.3
+++ ChangeLog   30 Sep 2014 23:03:47 -0000      1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-pam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v 1.3 2014/08/10 
21:03:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v 1.4 2014/09/30 
23:03:47 grknight Exp $
+
+*pecl-pam-1.0.3-r1 (30 Sep 2014)
+
+  30 Sep 2014; Brian Evans <[email protected]> +pecl-pam-1.0.3-r1.ebuild,
+  -pecl-pam-1.0.3.ebuild:
+  Revbump to add current PHP versions; drop 5.3 support
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> pecl-pam-1.0.3.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-php/pecl-pam/pecl-pam-1.0.3-r1.ebuild

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

Index: pecl-pam-1.0.3-r1.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-pam/pecl-pam-1.0.3-r1.ebuild,v 
1.1 2014/09/30 23:03:47 grknight Exp $

EAPI=5

PHP_EXT_NAME="pam"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

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

inherit php-ext-pecl-r2 pam

KEYWORDS="~amd64 ~x86"

DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) 
integration"
LICENSE="PHP-2.02"
SLOT="0"
IUSE="debug"

DEPEND="sys-libs/pam"
RDEPEND="${DEPEND}"

src_configure() {
        my_conf="--with-pam=/usr $(use_enable debug)"
        php-ext-source-r2_src_configure
}

src_install() {
        pamd_mimic_system php auth account password
        php-ext-pecl-r2_src_install
}




Reply via email to