Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/hexcurse: hexcurse-1.55.ebuild ChangeLog
Date: Mon, 27 Oct 2014 23:25:32
Message-Id: 20141027232527.6E7958E33@oystercatcher.gentoo.org
1 jer 14/10/27 23:25:27
2
3 Modified: hexcurse-1.55.ebuild ChangeLog
4 Log:
5 Fix building against sys-libs/ncurses[tinfo] (bug #527160).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.16 app-editors/hexcurse/hexcurse-1.55.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?r1=1.15&r2=1.16
15
16 Index: hexcurse-1.55.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- hexcurse-1.55.ebuild 1 Jan 2010 20:59:18 -0000 1.15
23 +++ hexcurse-1.55.ebuild 27 Oct 2014 23:25:27 -0000 1.16
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.15 2010/01/01 20:59:18 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.16 2014/10/27 23:25:27 jer Exp $
30
31 -inherit eutils
32 +EAPI=5
33 +inherit autotools eutils
34
35 DESCRIPTION="ncurses based hex editor"
36 HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse"
37 @@ -11,14 +12,18 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="alpha amd64 arm hppa ppc s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
41 -IUSE=""
42
43 -DEPEND=">=sys-libs/ncurses-5.2"
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 - epatch "${FILESDIR}"/${PV}-gcc.patch
49 +RDEPEND=">=sys-libs/ncurses-5.2"
50 +DEPEND="
51 + ${RDEPEND}
52 + virtual/pkgconfig
53 +"
54 +
55 +src_prepare() {
56 + epatch \
57 + "${FILESDIR}"/${PV}-gcc.patch \
58 + "${FILESDIR}"/${PV}-tinfo.patch
59 + eautoreconf
60 }
61
62 src_install() {
63
64
65
66 1.12 app-editors/hexcurse/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.12&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.12&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?r1=1.11&r2=1.12
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v
75 retrieving revision 1.11
76 retrieving revision 1.12
77 diff -u -r1.11 -r1.12
78 --- ChangeLog 1 Jan 2010 20:59:18 -0000 1.11
79 +++ ChangeLog 27 Oct 2014 23:25:27 -0000 1.12
80 @@ -1,6 +1,10 @@
81 # ChangeLog for app-editors/hexcurse
82 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.11 2010/01/01 20:59:18 fauli Exp $
84 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.12 2014/10/27 23:25:27 jer Exp $
86 +
87 + 27 Oct 2014; Jeroen Roovers <jer@g.o> hexcurse-1.55.ebuild,
88 + files/1.55-gcc.patch, +files/1.55-tinfo.patch:
89 + Fix building against sys-libs/ncurses[tinfo] (bug #527160).
90
91 01 Jan 2010; Christian Faulhammer <fauli@g.o> hexcurse-1.55.ebuild:
92 Transfer Prefix keywords