Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/eject: eject-0.ebuild ChangeLog
Date: Tue, 03 Mar 2015 10:12:14
Message-Id: 20150303101210.4302512F18@oystercatcher.gentoo.org
1 dlan 15/03/03 10:12:10
2
3 Modified: eject-0.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.9 virtual/eject/eject-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?r1=1.8&r2=1.9
15
16 Index: eject-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- eject-0.ebuild 4 Jun 2012 22:32:58 -0000 1.8
23 +++ eject-0.ebuild 3 Mar 2015 10:12:10 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 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/virtual/eject/eject-0.ebuild,v 1.8 2012/06/04 22:32:58 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.9 2015/03/03 10:12:10 dlan Exp $
30
31 DESCRIPTION="Virtual for the eject command"
32 HOMEPAGE=""
33 @@ -8,7 +8,7 @@
34
35 LICENSE=""
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
38 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
39 IUSE=""
40
41 RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject sys-block/eject-bsd )"
42
43
44
45 1.8 virtual/eject/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 4 Jun 2012 22:32:58 -0000 1.7
58 +++ ChangeLog 3 Mar 2015 10:12:10 -0000 1.8
59 @@ -1,6 +1,9 @@
60 # ChangeLog for virtual/eject
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.7 2012/06/04 22:32:58 alexxy Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.8 2015/03/03 10:12:10 dlan Exp $
65 +
66 + 03 Mar 2015; Yixun Lan <dlan@g.o> eject-0.ebuild:
67 + add arm64 support, tested on A53 board
68
69 04 Jun 2012; Alexey Shvetsov <alexxy@g.o> eject-0.ebuild:
70 [virtual/eject] Works on ~amd64-fbsd