diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-10-13 14:51:47 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-10-13 14:51:47 +0000 |
commit | e8a4a5e3e22924dae5ef854fb3fb9ec2d0b31e51 (patch) | |
tree | 352e7be7645263197e7992cee7954acfb9c859ca /dev-php | |
parent | Fix build with latest automake (diff) | |
download | gentoo-2-e8a4a5e3e22924dae5ef854fb3fb9ec2d0b31e51.tar.gz gentoo-2-e8a4a5e3e22924dae5ef854fb3fb9ec2d0b31e51.tar.bz2 gentoo-2-e8a4a5e3e22924dae5ef854fb3fb9ec2d0b31e51.zip |
Removing older ebuilds
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-radius/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.2.5-r2.ebuild | 29 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.2.5-r3.ebuild | 38 |
3 files changed, 5 insertions, 68 deletions
diff --git a/dev-php/pecl-radius/ChangeLog b/dev-php/pecl-radius/ChangeLog index cc0047cb6abe..202f74f02245 100644 --- a/dev-php/pecl-radius/ChangeLog +++ b/dev-php/pecl-radius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-radius # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/ChangeLog,v 1.6 2013/09/10 03:13:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/ChangeLog,v 1.7 2013/10/13 14:51:47 olemarkus Exp $ + + 13 Oct 2013; Ole Markus With <olemarkus@gentoo.org> + -pecl-radius-1.2.5-r2.ebuild, -pecl-radius-1.2.5-r3.ebuild: + Removing older ebuilds 10 Sep 2013; Patrick Lauer <patrick@gentoo.org> pecl-radius-1.2.7.ebuild: Whitespace diff --git a/dev-php/pecl-radius/pecl-radius-1.2.5-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.2.5-r2.ebuild deleted file mode 100644 index b3d6dfbc8fda..000000000000 --- a/dev-php/pecl-radius/pecl-radius-1.2.5-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/pecl-radius-1.2.5-r2.ebuild,v 1.2 2013/03/29 20:51:41 olemarkus Exp $ - -EAPI=5 - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-5 php5-3 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)." -LICENSE="BSD BSD-2" -SLOT="0" -IUSE="examples" - -src_prepare() { - # Remove this in the next release - if use php_targets_php5-4 ; then - sed -i -e 's,function_entry,zend_function_entry,' \ - "${WORKDIR}/php5.4/radius.c" - fi - php-ext-source-r2_src_prepare -} diff --git a/dev-php/pecl-radius/pecl-radius-1.2.5-r3.ebuild b/dev-php/pecl-radius/pecl-radius-1.2.5-r3.ebuild deleted file mode 100644 index f80fdbbedb37..000000000000 --- a/dev-php/pecl-radius/pecl-radius-1.2.5-r3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/pecl-radius-1.2.5-r3.ebuild,v 1.1 2013/03/29 20:51:41 olemarkus Exp $ - -EAPI=5 - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-5 php5-3 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)." -LICENSE="BSD BSD-2" -SLOT="0" -IUSE="examples" - -src_prepare() { - # Remove this in the next release - if use php_targets_php5-4 ; then - sed -i -e 's,function_entry,zend_function_entry,' \ - "${WORKDIR}/php5.4/radius.c" - fi - if use php_targets_php5-5 ; then - sed -i -e 's,function_entry,zend_function_entry,' \ - "${WORKDIR}/php5.5/radius.c" - fi - local slot orig_s="${PHP_EXT_S}" - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - epatch "${FILESDIR}/radius_long.patch" - done - php-ext-source-r2_src_prepare -} |