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 05:09:53
Message-Id: 20110901050943.B34302004C@flycatcher.gentoo.org
1 tomjbe 11/09/01 05:09:43
2
3 Modified: ChangeLog hexedit-1.2.12.ebuild
4 Log:
5 depends on sys-libs/ncurses now (bug #381019)
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 app-editors/hexedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 3 Apr 2011 08:52:00 -0000 1.45
23 +++ ChangeLog 1 Sep 2011 05:09:43 -0000 1.46
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.45 2011/04/03 08:52:00 tomjbe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.46 2011/09/01 05:09:43 tomjbe Exp $
29 +
30 + 01 Sep 2011; Thomas Beierlein <tomjbe@g.o> hexedit-1.2.12.ebuild:
31 + depends on sys-libs/ncurses now (bug #381019)
32
33 03 Apr 2011; Thomas Beierlein <tomjbe@g.o> metadata.xml:
34 Take maintainership
35
36
37
38 1.15 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.15&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?r1=1.14&r2=1.15
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.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- hexedit-1.2.12.ebuild 22 Feb 2011 08:15:03 -0000 1.14
51 +++ hexedit-1.2.12.ebuild 1 Sep 2011 05:09:43 -0000 1.15
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.14 2011/02/22 08:15:03 kumba Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.15 2011/09/01 05:09:43 tomjbe Exp $
57
58 DESCRIPTION="View and edit files in hex or ASCII"
59 HOMEPAGE="http://rigaux.org/hexedit.html"
60 @@ -11,7 +11,7 @@
61 KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
62 IUSE=""
63
64 -DEPEND=""
65 +DEPEND="sys-libs/ncurses"
66 RDEPEND=""
67
68 S="${WORKDIR}/${PN}"