Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ncurses: pecl-ncurses-1.0.2.ebuild ChangeLog
Date: Sat, 04 Jan 2014 19:28:57
Message-Id: 20140104192851.C77212004C@flycatcher.gentoo.org
1 mabi 14/01/04 19:28:51
2
3 Modified: ChangeLog
4 Added: pecl-ncurses-1.0.2.ebuild
5 Log:
6 version bump, compiles and tests fine against newer php versions - indicate that in USE_PHP
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
9
10 Revision Changes Path
11 1.2 dev-php/pecl-ncurses/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ncurses/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ncurses/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ncurses/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ncurses/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Jan 2012 00:05:02 -0000 1.1
24 +++ ChangeLog 4 Jan 2014 19:28:51 -0000 1.2
25 @@ -1,10 +1,15 @@
26 # ChangeLog for dev-php/pecl-ncurses
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ncurses/ChangeLog,v 1.1 2012/01/22 00:05:02 mabi Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ncurses/ChangeLog,v 1.2 2014/01/04 19:28:51 mabi Exp $
31 +
32 +*pecl-ncurses-1.0.2 (04 Jan 2014)
33 +
34 + 04 Jan 2014; Matti Bickel <mabi@g.o> +pecl-ncurses-1.0.2.ebuild:
35 + version bump, compiles and tests fine against newer php versions - indicate
36 + that in USE_PHP
37
38 *pecl-ncurses-1.0.1 (22 Jan 2012)
39
40 22 Jan 2012; Matti Bickel <mabi@g.o> +metadata.xml,
41 +pecl-ncurses-1.0.1.ebuild:
42 New pkg pecl-ncurses, thanks to Mike Thompson for the ebuild (bug #325163)
43 -
44
45
46
47 1.1 dev-php/pecl-ncurses/pecl-ncurses-1.0.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ncurses/pecl-ncurses-1.0.2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ncurses/pecl-ncurses-1.0.2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pecl-ncurses-1.0.2.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ncurses/pecl-ncurses-1.0.2.ebuild,v 1.1 2014/01/04 19:28:51 mabi Exp $
57
58 EAPI=5
59
60 USE_PHP="php5-3 php5-4 php5-5"
61
62 inherit php-ext-pecl-r2
63
64 DESCRIPTION="Terminal screen handling and optimization package"
65
66 LICENSE="PHP-3.01"
67 SLOT="0"
68 KEYWORDS="~amd64"
69 IUSE=""
70
71 DEPEND="sys-libs/ncurses"
72 RDEPEND="${DEPEND}"
73
74 my_conf="--enable-ncursesw"