diff options
author | Brian Evans <grknight@gentoo.org> | 2016-12-02 09:54:53 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-12-06 09:05:13 -0500 |
commit | a238b8fc5ae684fd5c5efc8461c3b0535b18c654 (patch) | |
tree | 7bf01656958a790d78358d601723ab146681836b /dev-php/pecl-ps | |
parent | dev-php/pecl-ps: Revbump to drop support for php 5.4 and 5.5 (diff) | |
download | gentoo-a238b8fc5ae684fd5c5efc8461c3b0535b18c654.tar.gz gentoo-a238b8fc5ae684fd5c5efc8461c3b0535b18c654.tar.bz2 gentoo-a238b8fc5ae684fd5c5efc8461c3b0535b18c654.zip |
dev-php/pecl-ps: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-ps')
-rw-r--r-- | dev-php/pecl-ps/pecl-ps-1.3.7.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild deleted file mode 100644 index 9d8bce299b31..000000000000 --- a/dev-php/pecl-ps/pecl-ps-1.3.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="ps" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -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}" |