summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-08-22 06:59:33 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-08-22 06:59:33 +0000
commit8202616c9f2b514cff794eb51bd913a40657dd90 (patch)
treeadb74517239a45b6dfb29379620a63445fdb2676 /dev-php5
parentDoc fix: @MAINTAINER doesn't support paragraphs any more. (diff)
downloadgentoo-2-8202616c9f2b514cff794eb51bd913a40657dd90.tar.gz
gentoo-2-8202616c9f2b514cff794eb51bd913a40657dd90.tar.bz2
gentoo-2-8202616c9f2b514cff794eb51bd913a40657dd90.zip
Remove older versions of suhosin
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/suhosin/ChangeLog6
-rw-r--r--dev-php5/suhosin/suhosin-0.9.31.ebuild36
-rw-r--r--dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild54
-rw-r--r--dev-php5/suhosin/suhosin-0.9.32.1.ebuild45
4 files changed, 5 insertions, 136 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog
index 3dcb891c1d24..d5fecc092648 100644
--- a/dev-php5/suhosin/ChangeLog
+++ b/dev-php5/suhosin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/suhosin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.66 2011/01/30 16:41:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.67 2011/08/22 06:59:33 olemarkus Exp $
+
+ 22 Aug 2011; Ole Markus With <olemarkus@gentoo.org> -suhosin-0.9.31.ebuild,
+ -suhosin-0.9.32.1.ebuild, -suhosin-0.9.32.1-r1.ebuild:
+ Remove older versions of suhosin
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
ia64/s390/sh/sparc stable
diff --git a/dev-php5/suhosin/suhosin-0.9.31.ebuild b/dev-php5/suhosin/suhosin-0.9.31.ebuild
deleted file mode 100644
index c158a825429e..000000000000
--- a/dev-php5/suhosin/suhosin-0.9.31.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.31.ebuild,v 1.2 2010/07/04 13:48:00 mabi Exp $
-
-EAPI="2"
-
-PHP_EXT_NAME="suhosin"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-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"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lang/php[unicode]"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_install() {
- php-ext-source-r1_src_install
- dodoc-php CREDITS
-
- for inifile in ${PHPINIFILELIST} ; do
- insinto "${inifile/${PHP_EXT_NAME}.ini/}"
- insopts -m644
- doins "suhosin.ini"
- done
-}
diff --git a/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild b/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild
deleted file mode 100644
index b9e6162058e5..000000000000
--- a/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r1.ebuild,v 1.3 2010/11/26 16:11:23 jer Exp $
-
-EAPI="2"
-
-PHP_EXT_NAME="suhosin"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1 eutils
-
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
-DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
-HOMEPAGE="http://www.suhosin.org/"
-SRC_URI="http://download.suhosin.org/${P}.tar.gz"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lang/php[unicode]"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_unpack() {
- PHP_EXT_SKIP_PHPIZE=yes php-ext-source-r1_src_unpack
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libcrypt.patch
- php-ext-source-r1_phpize
-}
-
-src_install() {
- php-ext-source-r1_src_install
- dodoc-php CREDITS
-
- for inifile in ${PHPINIFILELIST} ; do
- insinto "${inifile/${PHP_EXT_NAME}.ini/}"
- insopts -m644
- doins "suhosin.ini"
- done
-}
-
-src_test() {
- # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib
- # away from there in src_compile
- ln -s "${WORKDIR}/${PHP_EXT_NAME}-default.so" "${S}/modules/${PHP_EXT_NAME}.so"
-
- NO_INTERACTION="yes" emake test
-
-}
diff --git a/dev-php5/suhosin/suhosin-0.9.32.1.ebuild b/dev-php5/suhosin/suhosin-0.9.32.1.ebuild
deleted file mode 100644
index 836ba67ea782..000000000000
--- a/dev-php5/suhosin/suhosin-0.9.32.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1.ebuild,v 1.3 2010/09/19 22:35:25 mr_bones_ Exp $
-
-EAPI="2"
-
-PHP_EXT_NAME="suhosin"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
-DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
-HOMEPAGE="http://www.suhosin.org/"
-SRC_URI="http://download.suhosin.org/${P}.tar.gz"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lang/php[unicode]"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_install() {
- php-ext-source-r1_src_install
- dodoc-php CREDITS
-
- for inifile in ${PHPINIFILELIST} ; do
- insinto "${inifile/${PHP_EXT_NAME}.ini/}"
- insopts -m644
- doins "suhosin.ini"
- done
-}
-
-src_test() {
- # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib
- # away from there in src_compile
- ln -s "${WORKDIR}/${PHP_EXT_NAME}-default.so" "${S}/modules/${PHP_EXT_NAME}.so"
-
- NO_INTERACTION="yes" emake test
-
-}