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-apps/gptfdisk: gptfdisk-0.8.10.ebuild ChangeLog
Date: Tue, 03 Mar 2015 09:50:11
Message-Id: 20150303095006.CA47712F14@oystercatcher.gentoo.org
1 dlan 15/03/03 09:50:06
2
3 Modified: gptfdisk-0.8.10.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.10 sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild?r1=1.9&r2=1.10
15
16 Index: gptfdisk-0.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gptfdisk-0.8.10.ebuild 19 Sep 2014 08:57:22 -0000 1.9
23 +++ gptfdisk-0.8.10.ebuild 3 Mar 2015 09:50:06 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 1.9 2014/09/19 08:57:22 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 1.10 2015/03/03 09:50:06 dlan Exp $
30
31 EAPI=5
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
38 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
39 IUSE="kernel_linux ncurses static"
40
41 LIB_DEPEND="dev-libs/popt[static-libs(+)]
42
43
44
45 1.55 sys-apps/gptfdisk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?rev=1.55&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?rev=1.55&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gptfdisk/ChangeLog?r1=1.54&r2=1.55
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v
54 retrieving revision 1.54
55 retrieving revision 1.55
56 diff -u -r1.54 -r1.55
57 --- ChangeLog 19 Sep 2014 08:57:22 -0000 1.54
58 +++ ChangeLog 3 Mar 2015 09:50:06 -0000 1.55
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-apps/gptfdisk
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.54 2014/09/19 08:57:22 ago Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.55 2015/03/03 09:50:06 dlan Exp $
65 +
66 + 03 Mar 2015; Yixun Lan <dlan@g.o> gptfdisk-0.8.10.ebuild:
67 + add arm64 support, tested on A53 board
68
69 19 Sep 2014; Agostino Sarubbo <ago@g.o> gptfdisk-0.8.10.ebuild:
70 Stable for ppc64, wrt bug #510150