Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/vboot-utils: ChangeLog vboot-utils-1.0_p20130222.ebuild
Date: Tue, 25 Feb 2014 08:29:48
Message-Id: 20140225082945.2650D2004C@flycatcher.gentoo.org
1 steev 14/02/25 08:29:45
2
3 Modified: ChangeLog vboot-utils-1.0_p20130222.ebuild
4 Log:
5 Add ~arm keyword. Tested on both Samsung and HP Chromebooks
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 06F34B01)
8
9 Revision Changes Path
10 1.3 sys-boot/vboot-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Jul 2013 19:23:29 -0000 1.2
23 +++ ChangeLog 25 Feb 2014 08:29:44 -0000 1.3
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-boot/vboot-utils
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.2 2013/07/04 19:23:29 zmedico Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.3 2014/02/25 08:29:44 steev Exp $
30 +
31 + 25 Feb 2014; Steev Klimaszewski <steev@g.o>
32 + vboot-utils-1.0_p20130222.ebuild:
33 + Add ~arm keyword. Tested on both Samsung and HP Chromebooks
34
35 04 Jul 2013; Zac Medico <zmedico@g.o> vboot-utils-1.0_p20130222.ebuild:
36 Add xz-utils dep, and slot-operators.
37
38
39
40 1.3 sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild?r1=1.2&r2=1.3
45
46 Index: vboot-utils-1.0_p20130222.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- vboot-utils-1.0_p20130222.ebuild 4 Jul 2013 19:23:29 -0000 1.2
53 +++ vboot-utils-1.0_p20130222.ebuild 25 Feb 2014 08:29:45 -0000 1.3
54 @@ -1,11 +1,11 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.2 2013/07/04 19:23:29 zmedico Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.3 2014/02/25 08:29:45 steev Exp $
60
61 EAPI=5
62 inherit eutils rpm toolchain-funcs
63
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~amd64 ~arm ~x86"
66 DESCRIPTION="Chrome OS verified boot tools"
67 HOMEPAGE="http://git.chromium.org/gitweb/?p=chromiumos/platform/vboot_reference.git"
68 EGIT_COMMIT="e6cf2c21a1cd6fc46b6adcaadc865e2f8bd4874e"