Gentoo Archives: gentoo-commits

From: "Richard Yao (ryao)" <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/hteditor: hteditor-2.0.20.ebuild ChangeLog
Date: Wed, 06 Jun 2012 06:37:07
Message-Id: 20120606063650.9498C2004B@flycatcher.gentoo.org
1 ryao 12/06/06 06:36:50
2
3 Modified: hteditor-2.0.20.ebuild ChangeLog
4 Log:
5 Add ~amd64-fbsd keyword; fix ~amd64-fbsd build failure
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/hteditor/hteditor-2.0.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild?r1=1.1&r2=1.2
15
16 Index: hteditor-2.0.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hteditor-2.0.20.ebuild 24 Mar 2012 11:54:34 -0000 1.1
23 +++ hteditor-2.0.20.ebuild 6 Jun 2012 06:36:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.1 2012/03/24 11:54:34 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.2 2012/06/06 06:36:50 ryao Exp $
29
30 EAPI=4
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
37 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 IUSE="X"
39
40 RDEPEND="sys-libs/ncurses
41 @@ -37,6 +37,7 @@
42 }
43
44 src_install() {
45 + chmod u+x "${S}/install-sh"
46 emake DESTDIR="${D}" install
47 dodoc AUTHORS ChangeLog KNOWNBUGS README TODO
48 dohtml doc/*.html
49
50
51
52 1.50 app-editors/hteditor/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/ChangeLog?rev=1.50&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/ChangeLog?rev=1.50&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hteditor/ChangeLog?r1=1.49&r2=1.50
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v
61 retrieving revision 1.49
62 retrieving revision 1.50
63 diff -u -r1.49 -r1.50
64 --- ChangeLog 24 Mar 2012 11:54:34 -0000 1.49
65 +++ ChangeLog 6 Jun 2012 06:36:50 -0000 1.50
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-editors/hteditor
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.49 2012/03/24 11:54:34 pacho Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.50 2012/06/06 06:36:50 ryao Exp $
71 +
72 + 06 Jun 2012; Richard Yao <ryao@g.o> hteditor-2.0.20.ebuild:
73 + Add ~amd64-fbsd keyword; fix ~amd64-fbsd build failure
74
75 *hteditor-2.0.20 (24 Mar 2012)