projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa89c5
)
dev-php/pecl-ps: Drop old
author
Brian Evans
<grknight@gentoo.org>
Fri, 2 Dec 2016 14:54:53 +0000
(09:54 -0500)
committer
Brian Evans
<grknight@gentoo.org>
Tue, 6 Dec 2016 14:05:13 +0000
(09:05 -0500)
Package-Manager: portage-2.3.2
dev-php/pecl-ps/pecl-ps-1.3.7.ebuild
[deleted file]
patch
|
blob
|
history
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
(file)
index
9d8bce2
..0000000
--- 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}"