dev-php/suhosin: Drop package
authorBrian Evans <grknight@gentoo.org>
Mon, 30 Dec 2019 14:57:30 +0000 (09:57 -0500)
committerBrian Evans <grknight@gentoo.org>
Mon, 30 Dec 2019 15:09:13 +0000 (10:09 -0500)
Bug: https://bugs.gentoo.org/651784
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/suhosin/Manifest [deleted file]
dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch [deleted file]
dev-php/suhosin/metadata.xml [deleted file]
dev-php/suhosin/suhosin-0.9.38-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-php/suhosin/Manifest b/dev-php/suhosin/Manifest
deleted file mode 100644 (file)
index 1a6a7bf..0000000
+++ /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 (file)
index 691f70c..0000000
+++ /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 (file)
index b86acf6..0000000
+++ /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 (file)
index 3f2162f..0000000
+++ /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
-}
index 608516ea2dae52a4265299f814943e58362565a4..5586609781385d18c0ad8dc3664fef7941f7db62 100644 (file)
@@ -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)