Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses: ChangeLog ncurses-5.6-r2.ebuild
Date: Sun, 20 Apr 2008 10:35:00
Message-Id: E1JnWsr-0002gJ-4D@stork.gentoo.org
1 vapier 08/04/20 10:34:57
2
3 Modified: ChangeLog ncurses-5.6-r2.ebuild
4 Log:
5 Drop USE="bootstrap build".
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.155 sys-libs/ncurses/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.155&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.155&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ChangeLog?r1=1.154&r2=1.155
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v
18 retrieving revision 1.154
19 retrieving revision 1.155
20 diff -u -r1.154 -r1.155
21 --- ChangeLog 2 Jan 2008 07:09:57 -0000 1.154
22 +++ ChangeLog 20 Apr 2008 10:34:56 -0000 1.155
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-libs/ncurses
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.154 2008/01/02 07:09:57 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.155 2008/04/20 10:34:56 vapier Exp $
28 +
29 + 20 Apr 2008; Mike Frysinger <vapier@g.o> ncurses-5.6-r2.ebuild:
30 + Drop USE="bootstrap build".
31
32 02 Jan 2008; Jeroen Roovers <jer@g.o> ncurses-5.6-r2.ebuild:
33 Stable for HPPA (bug #203575).
34
35
36
37 1.10 sys-libs/ncurses/ncurses-5.6-r2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild?r1=1.9&r2=1.10
42
43 Index: ncurses-5.6-r2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- ncurses-5.6-r2.ebuild 2 Jan 2008 07:09:57 -0000 1.9
50 +++ ncurses-5.6-r2.ebuild 20 Apr 2008 10:34:56 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild,v 1.9 2008/01/02 07:09:57 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.6-r2.ebuild,v 1.10 2008/04/20 10:34:56 vapier Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs
58
59 @@ -15,7 +15,7 @@
60 LICENSE="MIT"
61 SLOT="5"
62 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
63 -IUSE="bootstrap build debug doc gpm minimal nocxx profile trace unicode"
64 +IUSE="debug doc gpm minimal nocxx profile trace unicode"
65
66 DEPEND="gpm? ( sys-libs/gpm )"
67
68 @@ -36,13 +36,8 @@
69 # Protect the user from themselves #115036
70 unset TERMINFO
71
72 - # From version 5.3, ncurses also build c++ bindings, and as
73 - # we do not have a c++ compiler during bootstrap, disable
74 - # building it. We will rebuild ncurses after gcc's second
75 - # build in bootstrap.sh.
76 local myconf=""
77 - ( use build || use bootstrap || use nocxx ) \
78 - && myconf="${myconf} --without-cxx --without-cxx-binding --without-ada"
79 + use nocxx && myconf="${myconf} --without-cxx --without-cxx-binding --without-ada"
80
81 # First we build the regular ncurses ...
82 mkdir "${WORKDIR}"/narrowc
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list