diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2014-09-19 14:15:05 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2014-09-19 14:15:05 +0000 |
commit | 4a178ebeb45afba1e1a14427add28052f7552d25 (patch) | |
tree | cedae0f8a4124c6337c75c983198ee25a8e645c1 /dev-php | |
parent | dev-php/xcache add 3.0.4, 3.1.2 and 3.2.0 releases - fixes bug 491358. (diff) | |
download | gentoo-2-4a178ebeb45afba1e1a14427add28052f7552d25.tar.gz gentoo-2-4a178ebeb45afba1e1a14427add28052f7552d25.tar.bz2 gentoo-2-4a178ebeb45afba1e1a14427add28052f7552d25.zip |
dev-php/xcache: drop old versions
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xcache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/xcache/xcache-3.0.1.ebuild | 55 | ||||
-rw-r--r-- | dev-php/xcache/xcache-3.0.3-r1.ebuild | 57 |
3 files changed, 5 insertions, 113 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog index 3e221dfb04f2..e37e00f44a6c 100644 --- a/dev-php/xcache/ChangeLog +++ b/dev-php/xcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/xcache # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.20 2014/09/19 14:12:32 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.21 2014/09/19 14:15:05 jmbsvicetto Exp $ + + 19 Sep 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + -xcache-3.0.1.ebuild, -xcache-3.0.3-r1.ebuild: + dev-php/xcache: drop old versions *xcache-3.1.2 (19 Sep 2014) *xcache-3.0.4 (19 Sep 2014) diff --git a/dev-php/xcache/xcache-3.0.1.ebuild b/dev-php/xcache/xcache-3.0.1.ebuild deleted file mode 100644 index c3af1ea4f7d3..000000000000 --- a/dev-php/xcache/xcache-3.0.1.ebuild +++ /dev/null @@ -1,55 +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/xcache/xcache-3.0.1.ebuild,v 1.3 2013/04/16 16:53:39 ago Exp $ - -EAPI="4" -PHP_EXT_NAME="xcache" -PHP_EXT_INI="yes" -PHPSAPILIST="apache2 cgi fpm" - -USE_PHP="php5-3 php5-4" -inherit php-ext-source-r2 confutils - -DESCRIPTION="A fast and stable PHP opcode cacher" -HOMEPAGE="http://xcache.lighttpd.net/" -SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# make test would just run php's test and as such need the full php source -RESTRICT="test" - -DEPEND="virtual/httpd-php -!dev-php/eaccelerator !dev-php/pecl-apc" -RDEPEND="${DEPEND}" - -src_configure() { - - my_conf="--enable-xcache=shared \ - --enable-xcache-constant \ - --enable-xcache-optimizer \ - --enable-xcache-coverager \ - --enable-xcache-assembler \ - --enable-xcache-encoder \ - --enable-xcache-decoder" - - php-ext-source-r2_src_configure -} - -src_install() { - php-ext-source-r2_src_install - dodoc AUTHORS ChangeLog NEWS README THANKS - - insinto "${PHP_EXT_SHARED_DIR}" - doins lib/Decompiler.class.php - insinto "${PHP_EXT_SHARED_DIR}" - doins -r htdocs -} - -pkg_postinst() { - elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this" - elog "release were installed into ${PHP_EXT_SHARED_DIR}." -} diff --git a/dev-php/xcache/xcache-3.0.3-r1.ebuild b/dev-php/xcache/xcache-3.0.3-r1.ebuild deleted file mode 100644 index 87bb94fc1b3c..000000000000 --- a/dev-php/xcache/xcache-3.0.3-r1.ebuild +++ /dev/null @@ -1,57 +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/xcache/xcache-3.0.3-r1.ebuild,v 1.2 2013/08/25 02:46:00 patrick Exp $ - -EAPI="5" -PHP_EXT_NAME="xcache" -PHP_EXT_INI="yes" -PHPSAPILIST="apache2 cgi fpm" - -USE_PHP="php5-4 php5-5" -inherit php-ext-source-r2 confutils - -DESCRIPTION="A fast and stable PHP opcode cacher" -HOMEPAGE="http://xcache.lighttpd.net/" -SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# make test would just run php's test and as such need the full php source -RESTRICT="test" - -DEPEND="virtual/httpd-php -!dev-php/eaccelerator !dev-php/pecl-apc -php_targets_php5-5? ( !dev-lang/php:5.5[opcache] ) -" -RDEPEND="${DEPEND}" - -src_configure() { - - my_conf="--enable-xcache=shared \ - --enable-xcache-constant \ - --enable-xcache-optimizer \ - --enable-xcache-coverager \ - --enable-xcache-assembler \ - --enable-xcache-encoder \ - --enable-xcache-decoder" - - php-ext-source-r2_src_configure -} - -src_install() { - php-ext-source-r2_src_install - dodoc AUTHORS ChangeLog NEWS README THANKS - - insinto "${PHP_EXT_SHARED_DIR}" - doins lib/Decompiler.class.php - insinto "${PHP_EXT_SHARED_DIR}" - doins -r htdocs -} - -pkg_postinst() { - elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this" - elog "release were installed into ${PHP_EXT_SHARED_DIR}." -} |