grknight    14/10/08 13:39:30

  Modified:             ChangeLog
  Added:                suhosin-0.9.36.ebuild
  Log:
  Version bump wrt bug 520178
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 67C78E1D)

Revision  Changes    Path
1.16                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Aug 2014 21:06:05 -0000      1.15
+++ ChangeLog   8 Oct 2014 13:39:30 -0000       1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.15 2014/08/10 
21:06:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.16 2014/10/08 
13:39:30 grknight Exp $
+
+*suhosin-0.9.36 (08 Oct 2014)
+
+  08 Oct 2014;  <[email protected]> +files/suhosin-0.9.36-libcrypt.patch,
+  +suhosin-0.9.36.ebuild, -files/suhosin-0.9.32.1-libcrypt.patch:
+  Version bump wrt bug 520178
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> suhosin-0.9.33.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-php/suhosin/suhosin-0.9.36.ebuild

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

Index: suhosin-0.9.36.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.36.ebuild,v 1.1 
2014/10/08 13:39:30 grknight Exp $

EAPI="5"

PHP_EXT_NAME="suhosin"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
USE_PHP="php5-5 php5-4"

inherit php-ext-source-r2

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"

DESCRIPTION="Suhosin is an advanced protection system for PHP installations"
HOMEPAGE="http://www.suhosin.org/";
SRC_URI="http://download.suhosin.org/${P}.tgz";
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php[unicode]"
RDEPEND="${DEPEND}"

src_prepare() {
        local slot
        for slot in $(php_get_slots); do
                php_init_slot_env ${slot}
                epatch "${FILESDIR}"/${P}-libcrypt.patch
        done
        php-ext-source-r2_src_prepare
}

src_install() {
        php-ext-source-r2_src_install
        dodoc CREDITS

        local slot
        for slot in $(php_get_slots); do
                php_init_slot_env ${slot}
                for inifile in ${PHPINIFILELIST} ; do
                        insinto "${inifile/${PHP_EXT_NAME}.ini/}"
                        insopts -m644
                        doins "suhosin.ini"
                done
        done
}

src_test() {
        # Makefile passes a hard-coded -d extension_dir=./modules, we move the 
lib
        # away from there in src_compile
        for slot in `php_get_slots`; do
                php_init_slot_env ${slot}
                NO_INTERACTION="yes" emake test || die "emake test failed for 
slot ${slot}"
        done
}




Reply via email to