From 45ec0c28dc308bee8c1b16d1f5c4b3e5902eb1b7 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 7 Jun 2019 11:25:31 -0400 Subject: dev-php/pecl-ncurses: Drop old Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Brian Evans --- dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r4.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r4.ebuild diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r4.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r4.ebuild deleted file mode 100644 index eb953b941e90..000000000000 --- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_PHP="php5-6 php7-0 php7-1 php7-2" - -inherit php-ext-pecl-r3 - -SRC_URI+=" https://dev.gentoo.org/~grknight/distfiles/${P}-php7.patch.xz" - -DESCRIPTION="Terminal screen handling and optimization package" - -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-libs/ncurses:0=" -RDEPEND="${DEPEND}" - -PHP_EXT_ECONF_ARGS=( --enable-ncursesw ) -PATCHES=( "${WORKDIR}/${P}-php7.patch" ) -- cgit v1.2.3-65-gdbad