Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/jove: ChangeLog jove-4.16.0.73.ebuild
Date: Thu, 28 Feb 2013 07:12:45
Message-Id: 20130228071241.53A572171D@flycatcher.gentoo.org
1 ulm 13/02/28 07:12:41
2
3 Modified: ChangeLog jove-4.16.0.73.ebuild
4 Log:
5 Fix build failure with separate tinfo library, bug 459486.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.35 app-editors/jove/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/jove/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 26 Sep 2012 04:49:12 -0000 1.34
23 +++ ChangeLog 28 Feb 2013 07:12:41 -0000 1.35
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/jove
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/ChangeLog,v 1.34 2012/09/26 04:49:12 ulm Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/ChangeLog,v 1.35 2013/02/28 07:12:41 ulm Exp $
30 +
31 + 28 Feb 2013; Ulrich Müller <ulm@g.o> jove-4.16.0.73.ebuild:
32 + Fix build failure with separate tinfo library, bug 459486.
33
34 26 Sep 2012; Ulrich Müller <ulm@g.o> jove-4.16.0.73.ebuild:
35 Specify LICENSE more precisely. Bump ebuild to EAPI 4.
36
37
38
39 1.7 app-editors/jove/jove-4.16.0.73.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild?r1=1.6&r2=1.7
44
45 Index: jove-4.16.0.73.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- jove-4.16.0.73.ebuild 26 Sep 2012 04:49:12 -0000 1.6
52 +++ jove-4.16.0.73.ebuild 28 Feb 2013 07:12:41 -0000 1.7
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild,v 1.6 2012/09/26 04:49:12 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/jove-4.16.0.73.ebuild,v 1.7 2013/02/28 07:12:41 ulm Exp $
59
60 EAPI=4
61
62 @@ -16,7 +16,8 @@
63 IUSE="doc"
64
65 RDEPEND="sys-libs/ncurses"
66 -DEPEND="${RDEPEND}"
67 +DEPEND="${RDEPEND}
68 + virtual/pkgconfig"
69
70 S="${WORKDIR}/${PN}${PV}"
71
72 @@ -30,7 +31,9 @@
73 src_compile() {
74 tc-export CC
75
76 - emake OPTFLAGS="${CFLAGS}" SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500"
77 + emake OPTFLAGS="${CFLAGS}" \
78 + SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500" \
79 + TERMCAPLIB="$(pkg-config --libs ncurses)"
80
81 if use doc; then
82 # Full manual (*not* man page)