Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@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: Tue, 22 Feb 2011 08:15:14
Message-Id: 20110222081503.EE96C20054@flycatcher.gentoo.org
1 kumba 11/02/22 08:15:03
2
3 Modified: ChangeLog hexedit-1.2.12.ebuild
4 Log:
5 Added ~mips to KEYWORDS
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 app-editors/hexedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 22 Jan 2010 20:06:46 -0000 1.43
23 +++ ChangeLog 22 Feb 2011 08:15:03 -0000 1.44
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/hexedit
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.43 2010/01/22 20:06:46 darkside Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.44 2011/02/22 08:15:03 kumba Exp $
30 +
31 + 22 Feb 2011; Joshua Kinard <kumba@g.o> hexedit-1.2.12.ebuild:
32 + Added ~mips to KEYWORDS
33
34 22 Jan 2010; Jeremy Olexa <darkside@g.o> hexedit-1.2.12.ebuild:
35 Add ~x86-macos, as tested in bug 301534
36
37
38
39 1.14 app-editors/hexedit/hexedit-1.2.12.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild?r1=1.13&r2=1.14
44
45 Index: hexedit-1.2.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- hexedit-1.2.12.ebuild 22 Jan 2010 20:06:46 -0000 1.13
52 +++ hexedit-1.2.12.ebuild 22 Feb 2011 08:15:03 -0000 1.14
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.13 2010/01/22 20:06:46 darkside Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.14 2011/02/22 08:15:03 kumba Exp $
59
60 DESCRIPTION="View and edit files in hex or ASCII"
61 HOMEPAGE="http://rigaux.org/hexedit.html"
62 @@ -8,7 +8,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
67 +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"
68 IUSE=""
69
70 DEPEND=""