Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/inxi: inxi-2.2.19.ebuild ChangeLog
Date: Thu, 30 Jul 2015 16:44:41
Message-Id: 20150730164439.146E4113@oystercatcher.gentoo.org
1 maekke 15/07/30 16:44:39
2
3 Modified: inxi-2.2.19.ebuild ChangeLog
4 Log:
5 add ~arm, bug #550738
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.2 sys-apps/inxi/inxi-2.2.19.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild?r1=1.1&r2=1.2
15
16 Index: inxi-2.2.19.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- inxi-2.2.19.ebuild 3 Mar 2015 12:38:22 -0000 1.1
23 +++ inxi-2.2.19.ebuild 30 Jul 2015 16:44:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild,v 1.1 2015/03/03 12:38:22 dastergon Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild,v 1.2 2015/07/30 16:44:39 maekke Exp $
29
30 EAPI=5
31
32 @@ -9,7 +9,7 @@
33 SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
34 LICENSE="GPL-3"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64 ~arm ~x86"
38 IUSE=""
39
40 DEPEND=""
41
42
43
44 1.3 sys-apps/inxi/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/inxi/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inxi/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 3 Mar 2015 12:38:22 -0000 1.2
57 +++ ChangeLog 30 Jul 2015 16:44:39 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/inxi
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/ChangeLog,v 1.2 2015/03/03 12:38:22 dastergon Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/ChangeLog,v 1.3 2015/07/30 16:44:39 maekke Exp $
63 +
64 + 30 Jul 2015; Markus Meier <maekke@g.o> inxi-2.2.19.ebuild:
65 + add ~arm, bug #550738
66
67 *inxi-2.2.19 (03 Mar 2015)