diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-08-15 13:35:53 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-08-15 13:35:53 +0000 |
commit | 5aeaa018cf40986746ea4981f5f84504fbc5d96e (patch) | |
tree | 7934a3115b1536736da7b06a65fd18b11932cca6 /dev-php | |
parent | Stable for HPPA (bug #477480). (diff) | |
download | gentoo-2-5aeaa018cf40986746ea4981f5f84504fbc5d96e.tar.gz gentoo-2-5aeaa018cf40986746ea4981f5f84504fbc5d96e.tar.bz2 gentoo-2-5aeaa018cf40986746ea4981f5f84504fbc5d96e.zip |
Revbump. Removing php 5.3 support, adding 5.5 support
(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-libevent/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-php/pecl-libevent/ChangeLog b/dev-php/pecl-libevent/ChangeLog index 8a8ed7979de0..c89f50dd964b 100644 --- a/dev-php/pecl-libevent/ChangeLog +++ b/dev-php/pecl-libevent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-libevent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-libevent/ChangeLog,v 1.2 2013/07/03 21:22:42 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-libevent/ChangeLog,v 1.3 2013/08/15 13:35:53 olemarkus Exp $ + +*pecl-libevent-0.1.0-r1 (15 Aug 2013) + + 15 Aug 2013; Ole Markus With <olemarkus@gentoo.org> + +pecl-libevent-0.1.0-r1.ebuild: + Revbump. Removing php 5.3 support, adding 5.5 support *pecl-libevent-0.1.0 (03 Jul 2013) diff --git a/dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild b/dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild new file mode 100644 index 000000000000..fc17db9147ee --- /dev/null +++ b/dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-libevent/pecl-libevent-0.1.0-r1.ebuild,v 1.1 2013/08/15 13:35:53 olemarkus Exp $ + +EAPI=5 +PHP_EXT_NAME="libevent" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-5 php5-4" +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP wrapper for libevent" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/libevent-1.4.0" +RDEPEND="${DEPEND}" |