diff options
-rw-r--r-- | dev-php/suhosin/Manifest | 1 | ||||
-rw-r--r-- | dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch | 12 | ||||
-rw-r--r-- | dev-php/suhosin/metadata.xml | 8 | ||||
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.38-r1.ebuild | 56 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
5 files changed, 0 insertions, 78 deletions
diff --git a/dev-php/suhosin/Manifest b/dev-php/suhosin/Manifest deleted file mode 100644 index 1a6a7bf24b6e..000000000000 --- a/dev-php/suhosin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST suhosin-0.9.38.tar.gz 122800 BLAKE2B e016091e370bbcfdaad91d10858541cd730951be1032e95b4d372b5a77fce719e300cfa0638bf3ebde68e91d76b95c94ca56ce239997da69fc7ce5068b26ab49 SHA512 cc4eb38b5d6673cc3f2dc395e5a8b5461d3221019ac9849b747b6d5bae423cd5bd01a75b9432414dc7c26c78bab9f2381a5414712a6906a999f3ec9dc77ebc45 diff --git a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch b/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch deleted file mode 100644 index 691f70c1b4c5..000000000000 --- a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: suhosin-0.9.32.1/config.m4 -=================================================================== ---- suhosin-0.9.33.orig/config.m4 -+++ suhosin-0.9.33/config.m4 -@@ -6,4 +6,7 @@ PHP_ARG_ENABLE(suhosin, whether to enabl - - if test "$PHP_SUHOSIN" != "no"; then - PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c, $ext_shared) -+ PHP_CHECK_LIBRARY(crypt, crypt, -+ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)]) -+ PHP_SUBST(SUHOSIN_SHARED_LIBADD) - fi diff --git a/dev-php/suhosin/metadata.xml b/dev-php/suhosin/metadata.xml deleted file mode 100644 index b86acf66c756..000000000000 --- a/dev-php/suhosin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> diff --git a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild b/dev-php/suhosin/suhosin-0.9.38-r1.ebuild deleted file mode 100644 index 3f2162f1716d..000000000000 --- a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PHP_EXT_NAME="suhosin" -PHP_EXT_INI="no" -PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6" - -inherit php-ext-source-r3 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DESCRIPTION="Suhosin is an advanced protection system for PHP installations" -HOMEPAGE="https://www.suhosin.org/" -SRC_URI="https://download.suhosin.org/${P}.tar.gz" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="" - -for target in ${USE_PHP}; do - slot=${target/php} - slot=${slot/-/.} - PHPUSEDEPEND="${PHPUSEDEPEND} - php_targets_${target}? ( dev-lang/php:${slot}[unicode] )" -done - -DEPEND="${PHPUSEDEPEND}" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-libcrypt.patch ) -DOCS=( CREDITS ) - -src_install() { - php-ext-source-r3_src_install - - local slot inifile - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - for inifile in $(php_slot_ini_files "${slot}") ; 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 - done -} diff --git a/profiles/package.mask b/profiles/package.mask index 608516ea2dae..558660978138 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -780,7 +780,6 @@ virtual/httpd-php:5.6 # Brian Evans <grknight@gentoo.org> (2019-10-01) # Old extensions which only work with PHP <7 # Removal in 90 days. Bug 651784 -dev-php/suhosin dev-php/xcache # Stefan Strogin <steils@gentoo.org> (2019-09-27) |