Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/hexedit: ChangeLog hexedit-1.2.12.ebuild
Date: Thu, 01 Sep 2011 14:32:50
Message-Id: 20110901143239.721BE2004C@flycatcher.gentoo.org
1 tomjbe 11/09/01 14:32:39
2
3 Modified: ChangeLog hexedit-1.2.12.ebuild
4 Log:
5 Add RDEPEND
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.47 app-editors/hexedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 1 Sep 2011 05:09:43 -0000 1.46
23 +++ ChangeLog 1 Sep 2011 14:32:39 -0000 1.47
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/hexedit
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.46 2011/09/01 05:09:43 tomjbe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.47 2011/09/01 14:32:39 tomjbe Exp $
29 +
30 + 01 Sep 2011; Thomas Beierlein <tomjbe@g.o> hexedit-1.2.12.ebuild:
31 + Add RDEPEND
32
33 01 Sep 2011; Thomas Beierlein <tomjbe@g.o> hexedit-1.2.12.ebuild:
34 depends on sys-libs/ncurses now (bug #381019)
35
36
37
38 1.16 app-editors/hexedit/hexedit-1.2.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?rev=1.16&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?rev=1.16&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?r1=1.15&r2=1.16
43
44 Index: hexedit-1.2.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v
47 retrieving revision 1.15
48 retrieving revision 1.16
49 diff -u -r1.15 -r1.16
50 --- hexedit-1.2.12.ebuild 1 Sep 2011 05:09:43 -0000 1.15
51 +++ hexedit-1.2.12.ebuild 1 Sep 2011 14:32:39 -0000 1.16
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.15 2011/09/01 05:09:43 tomjbe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.16 2011/09/01 14:32:39 tomjbe Exp $
57
58 DESCRIPTION="View and edit files in hex or ASCII"
59 HOMEPAGE="http://rigaux.org/hexedit.html"
60 @@ -12,7 +12,7 @@
61 IUSE=""
62
63 DEPEND="sys-libs/ncurses"
64 -RDEPEND=""
65 +RDEPEND="${DEPEND}"
66
67 S="${WORKDIR}/${PN}"