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-admin/eselect-notify-send: ChangeLog eselect-notify-send-0.1.ebuild
Date: Tue, 03 Mar 2015 05:31:11
Message-Id: 20150303053106.E15D712EDE@oystercatcher.gentoo.org
1 dlan 15/03/03 05:31:06
2
3 Modified: ChangeLog eselect-notify-send-0.1.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.11 app-admin/eselect-notify-send/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-notify-send/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 1 May 2013 11:14:54 -0000 1.10
23 +++ ChangeLog 3 Mar 2015 05:31:06 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-admin/eselect-notify-send
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-notify-send/ChangeLog,v 1.10 2013/05/01 11:14:54 ago Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-notify-send/ChangeLog,v 1.11 2015/03/03 05:31:06 dlan Exp $
30 +
31 + 02 Mar 2015; Yixun Lan <dlan@g.o> eselect-notify-send-0.1.ebuild:
32 + add arm64 support, tested on A53 board
33
34 01 May 2013; Agostino Sarubbo <ago@g.o> eselect-notify-send-0.1.ebuild:
35 Stable for sh, wrt bug #466004
36
37
38
39 1.11 app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild?r1=1.10&r2=1.11
44
45 Index: eselect-notify-send-0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- eselect-notify-send-0.1.ebuild 1 May 2013 11:14:54 -0000 1.10
52 +++ eselect-notify-send-0.1.ebuild 3 Mar 2015 05:31:06 -0000 1.11
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 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-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild,v 1.10 2013/05/01 11:14:54 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-notify-send/eselect-notify-send-0.1.ebuild,v 1.11 2015/03/03 05:31:06 dlan Exp $
59
60 EAPI=5
61
62 @@ -10,7 +10,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
67 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
68 IUSE=""
69
70 RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1