Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/ntdb: ntdb-1.0-r1.ebuild ChangeLog
Date: Tue, 03 Mar 2015 10:06:40
Message-Id: 20150303100634.E26CF12F11@oystercatcher.gentoo.org
1 dlan 15/03/03 10:06:34
2
3 Modified: ntdb-1.0-r1.ebuild ChangeLog
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.3 sys-libs/ntdb/ntdb-1.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: ntdb-1.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ntdb-1.0-r1.ebuild 3 Jan 2015 13:14:16 -0000 1.2
23 +++ ntdb-1.0-r1.ebuild 3 Mar 2015 10:06:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.2 2015/01/03 13:14:16 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.3 2015/03/03 10:06:34 dlan Exp $
29
30 EAPI=5
31
32 @@ -15,7 +15,7 @@
33
34 LICENSE="GPL-3"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~x86"
37 +KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
38 IUSE="python"
39
40 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
41
42
43
44 1.7 sys-libs/ntdb/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 3 Jan 2015 13:14:16 -0000 1.6
57 +++ ChangeLog 3 Mar 2015 10:06:34 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-libs/ntdb
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.6 2015/01/03 13:14:16 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.7 2015/03/03 10:06:34 dlan Exp $
63 +
64 + 03 Mar 2015; Yixun Lan <dlan@g.o> ntdb-1.0-r1.ebuild:
65 + add arm64 support, tested on A53 board
66
67 03 Jan 2015; Michał Górny <mgorny@g.o> ntdb-1.0-r1.ebuild,
68 ntdb-1.0.ebuild: