diff options
author | Brian Evans <grknight@gentoo.org> | 2016-12-02 09:54:11 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-12-06 09:05:04 -0500 |
commit | 4fa89c584b787045caf01318ee449b182d1ba7f1 (patch) | |
tree | d27ba4f11fe5f0dd79150b383fcc9f4e0915b4df /dev-php | |
parent | sys-process/latencytop: Fix build with recent ncurses (diff) | |
download | gentoo-4fa89c584b787045caf01318ee449b182d1ba7f1.tar.gz gentoo-4fa89c584b787045caf01318ee449b182d1ba7f1.tar.bz2 gentoo-4fa89c584b787045caf01318ee449b182d1ba7f1.zip |
dev-php/pecl-ps: Revbump to drop support for php 5.4 and 5.5
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild new file mode 100644 index 000000000000..3e9410216c3d --- /dev/null +++ b/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PHP_EXT_NAME="ps" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="PHP extension for creating PostScript files" +LICENSE="PHP-2.02" +SLOT="0" +IUSE="examples" + +DEPEND="dev-libs/pslib" +RDEPEND="${DEPEND}" |