Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/suhosin/files/, dev-php/suhosin/, profiles/
Date: Mon, 30 Dec 2019 15:09:38
Message-Id: 1577718553.f02c74a649c71d840524b9f3c658108b6652666b.grknight@gentoo
1 commit: f02c74a649c71d840524b9f3c658108b6652666b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:57:30 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02c74a6
7
8 dev-php/suhosin: Drop package
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/suhosin/Manifest | 1 -
14 .../suhosin/files/suhosin-0.9.38-libcrypt.patch | 12 -----
15 dev-php/suhosin/metadata.xml | 8 ----
16 dev-php/suhosin/suhosin-0.9.38-r1.ebuild | 56 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 78 deletions(-)
19
20 diff --git a/dev-php/suhosin/Manifest b/dev-php/suhosin/Manifest
21 deleted file mode 100644
22 index 1a6a7bf24b6..00000000000
23 --- a/dev-php/suhosin/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST suhosin-0.9.38.tar.gz 122800 BLAKE2B e016091e370bbcfdaad91d10858541cd730951be1032e95b4d372b5a77fce719e300cfa0638bf3ebde68e91d76b95c94ca56ce239997da69fc7ce5068b26ab49 SHA512 cc4eb38b5d6673cc3f2dc395e5a8b5461d3221019ac9849b747b6d5bae423cd5bd01a75b9432414dc7c26c78bab9f2381a5414712a6906a999f3ec9dc77ebc45
27
28 diff --git a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch b/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch
29 deleted file mode 100644
30 index 691f70c1b4c..00000000000
31 --- a/dev-php/suhosin/files/suhosin-0.9.38-libcrypt.patch
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -Index: suhosin-0.9.32.1/config.m4
35 -===================================================================
36 ---- suhosin-0.9.33.orig/config.m4
37 -+++ suhosin-0.9.33/config.m4
38 -@@ -6,4 +6,7 @@ PHP_ARG_ENABLE(suhosin, whether to enabl
39 -
40 - if test "$PHP_SUHOSIN" != "no"; then
41 - 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)
42 -+ PHP_CHECK_LIBRARY(crypt, crypt,
43 -+ [PHP_ADD_LIBRARY(crypt,, SUHOSIN_SHARED_LIBADD)])
44 -+ PHP_SUBST(SUHOSIN_SHARED_LIBADD)
45 - fi
46
47 diff --git a/dev-php/suhosin/metadata.xml b/dev-php/suhosin/metadata.xml
48 deleted file mode 100644
49 index b86acf66c75..00000000000
50 --- a/dev-php/suhosin/metadata.xml
51 +++ /dev/null
52 @@ -1,8 +0,0 @@
53 -<?xml version="1.0" encoding="UTF-8"?>
54 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 -<pkgmetadata>
56 - <maintainer type="project">
57 - <email>php-bugs@g.o</email>
58 - <name>PHP</name>
59 - </maintainer>
60 -</pkgmetadata>
61
62 diff --git a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild b/dev-php/suhosin/suhosin-0.9.38-r1.ebuild
63 deleted file mode 100644
64 index 3f2162f1716..00000000000
65 --- a/dev-php/suhosin/suhosin-0.9.38-r1.ebuild
66 +++ /dev/null
67 @@ -1,56 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI="6"
72 -
73 -PHP_EXT_NAME="suhosin"
74 -PHP_EXT_INI="no"
75 -PHP_EXT_ZENDEXT="no"
76 -USE_PHP="php5-6"
77 -
78 -inherit php-ext-source-r3
79 -
80 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
81 -
82 -DESCRIPTION="Suhosin is an advanced protection system for PHP installations"
83 -HOMEPAGE="https://www.suhosin.org/"
84 -SRC_URI="https://download.suhosin.org/${P}.tar.gz"
85 -LICENSE="PHP-3.01"
86 -SLOT="0"
87 -IUSE=""
88 -
89 -for target in ${USE_PHP}; do
90 - slot=${target/php}
91 - slot=${slot/-/.}
92 - PHPUSEDEPEND="${PHPUSEDEPEND}
93 - php_targets_${target}? ( dev-lang/php:${slot}[unicode] )"
94 -done
95 -
96 -DEPEND="${PHPUSEDEPEND}"
97 -RDEPEND="${DEPEND}"
98 -
99 -PATCHES=( "${FILESDIR}"/${P}-libcrypt.patch )
100 -DOCS=( CREDITS )
101 -
102 -src_install() {
103 - php-ext-source-r3_src_install
104 -
105 - local slot inifile
106 - for slot in $(php_get_slots); do
107 - php_init_slot_env ${slot}
108 - for inifile in $(php_slot_ini_files "${slot}") ; do
109 - insinto "${inifile/${PHP_EXT_NAME}.ini/}"
110 - insopts -m644
111 - doins "suhosin.ini"
112 - done
113 - done
114 -}
115 -
116 -src_test() {
117 - # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib
118 - # away from there in src_compile
119 - for slot in `php_get_slots`; do
120 - php_init_slot_env ${slot}
121 - NO_INTERACTION="yes" emake test
122 - done
123 -}
124
125 diff --git a/profiles/package.mask b/profiles/package.mask
126 index 608516ea2da..55866097813 100644
127 --- a/profiles/package.mask
128 +++ b/profiles/package.mask
129 @@ -780,7 +780,6 @@ virtual/httpd-php:5.6
130 # Brian Evans <grknight@g.o> (2019-10-01)
131 # Old extensions which only work with PHP <7
132 # Removal in 90 days. Bug 651784
133 -dev-php/suhosin
134 dev-php/xcache
135
136 # Stefan Strogin <steils@g.o> (2019-09-27)