Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/enca: ChangeLog enca-1.14-r2.ebuild
Date: Mon, 02 Mar 2015 10:20:03
Message-Id: 20150302101959.1318B12DEC@oystercatcher.gentoo.org
1 dlan 15/03/02 10:19:59
2
3 Modified: ChangeLog enca-1.14-r2.ebuild
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.110 app-i18n/enca/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 15 Sep 2014 08:17:52 -0000 1.109
23 +++ ChangeLog 2 Mar 2015 10:19:59 -0000 1.110
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-i18n/enca
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.109 2014/09/15 08:17:52 ago Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.110 2015/03/02 10:19:59 dlan Exp $
30 +
31 + 02 Mar 2015; Yixun Lan <dlan@g.o> enca-1.14-r2.ebuild:
32 + add arm64 support, tested on A53 board
33
34 15 Sep 2014; Agostino Sarubbo <ago@g.o> enca-1.14-r2.ebuild:
35 Stable for sparc, wrt bug #512012
36
37
38
39 1.8 app-i18n/enca/enca-1.14-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?r1=1.7&r2=1.8
44
45 Index: enca-1.14-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- enca-1.14-r2.ebuild 15 Sep 2014 08:17:52 -0000 1.7
52 +++ enca-1.14-r2.ebuild 2 Mar 2015 10:19:59 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.7 2014/09/15 08:17:52 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.8 2015/03/02 10:19:59 dlan Exp $
59
60 EAPI=5
61
62 @@ -14,7 +14,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
67 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
68 IUSE="doc +recode"
69
70 RDEPEND="recode? ( >=app-text/recode-3.6_p15 )"