Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libstatgrab: libstatgrab-0.17.ebuild ChangeLog
Date: Thu, 29 May 2014 08:13:43
Message-Id: 20140529081340.42DD72004E@flycatcher.gentoo.org
1 mrueg 14/05/29 08:13:40
2
3 Modified: libstatgrab-0.17.ebuild ChangeLog
4 Log:
5 Add ~arm keyword.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.5 sys-libs/libstatgrab/libstatgrab-0.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild?r1=1.4&r2=1.5
15
16 Index: libstatgrab-0.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libstatgrab-0.17.ebuild 10 Aug 2013 15:09:45 -0000 1.4
23 +++ libstatgrab-0.17.ebuild 29 May 2014 08:13:40 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild,v 1.4 2013/08/10 15:09:45 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.17.ebuild,v 1.5 2014/05/29 08:13:40 mrueg Exp $
30
31 EAPI=4
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="|| ( GPL-2 LGPL-2.1 )"
36 SLOT=0
37 -KEYWORDS="amd64 ~ia64 ppc x86"
38 +KEYWORDS="amd64 ~arm ~ia64 ppc x86"
39 IUSE="static-libs"
40
41 RDEPEND="sys-libs/ncurses"
42
43
44
45 1.28 sys-libs/libstatgrab/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/ChangeLog?rev=1.28&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/ChangeLog?rev=1.28&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstatgrab/ChangeLog?r1=1.27&r2=1.28
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/ChangeLog,v
54 retrieving revision 1.27
55 retrieving revision 1.28
56 diff -u -r1.27 -r1.28
57 --- ChangeLog 10 Aug 2013 15:09:45 -0000 1.27
58 +++ ChangeLog 29 May 2014 08:13:40 -0000 1.28
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-libs/libstatgrab
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/ChangeLog,v 1.27 2013/08/10 15:09:45 ago Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/ChangeLog,v 1.28 2014/05/29 08:13:40 mrueg Exp $
65 +
66 + 29 May 2014; Manuel RĂ¼ger <mrueg@g.o> libstatgrab-0.17.ebuild:
67 + Add ~arm keyword.
68
69 10 Aug 2013; Agostino Sarubbo <ago@g.o> libstatgrab-0.17.ebuild:
70 Stable for amd64, wrt bug #422233