Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ncurses/
Date: Thu, 01 Dec 2016 15:47:11
Message-Id: 1480607209.8269fa92d1093e05d7681ddf66ac60ec477f2778.grknight@gentoo
1 commit: 8269fa92d1093e05d7681ddf66ac60ec477f2778
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 15:24:51 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 15:46:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8269fa92
7
8 dev-php/pecl-ncurses: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r2.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r2.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r2.ebuild
16 deleted file mode 100644
17 index 9ecc187..00000000
18 --- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r2.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_PHP="php5-6 php5-5 php5-4"
28 -
29 -inherit php-ext-pecl-r2
30 -
31 -DESCRIPTION="Terminal screen handling and optimization package"
32 -
33 -LICENSE="PHP-3.01"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
36 -IUSE=""
37 -
38 -DEPEND="sys-libs/ncurses:0="
39 -RDEPEND="${DEPEND}"
40 -
41 -my_conf="--enable-ncursesw"