Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/simple-mtpfs: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild ChangeLog
Date: Sat, 28 Feb 2015 17:40:35
Message-Id: 20150228174030.AC7FB12BFC@oystercatcher.gentoo.org
1 ago 15/02/28 17:40:30
2
3 Modified: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild
4 ChangeLog
5 Log:
6 Move KEYWORDS to another line to avoid bug #399061
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
9
10 Revision Changes Path
11 1.3 sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?r1=1.2&r2=1.3
16
17 Index: simple-mtpfs-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- simple-mtpfs-9999.ebuild 29 Dec 2013 17:16:47 -0000 1.2
24 +++ simple-mtpfs-9999.ebuild 28 Feb 2015 17:40:30 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.2 2013/12/29 17:16:47 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.3 2015/02/28 17:40:30 ago Exp $
31
32 EAPI=5
33
34 @@ -14,7 +14,8 @@
35
36 LICENSE="GPL-2+"
37 SLOT="0"
38 -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
39 +[[ ${PV} == 9999 ]] || \
40 +KEYWORDS="~amd64 ~x86"
41 IUSE=""
42
43 RDEPEND="
44
45
46
47 1.2 sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?r1=1.1&r2=1.2
52
53 Index: simple-mtpfs-0.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- simple-mtpfs-0.2.ebuild 29 Dec 2013 17:16:47 -0000 1.1
60 +++ simple-mtpfs-0.2.ebuild 28 Feb 2015 17:40:30 -0000 1.2
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2013 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.1 2013/12/29 17:16:47 scarabeus Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.2 2015/02/28 17:40:30 ago Exp $
67
68 EAPI=5
69
70 @@ -14,7 +14,8 @@
71
72 LICENSE="GPL-2+"
73 SLOT="0"
74 -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
75 +[[ ${PV} == 9999 ]] || \
76 +KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 RDEPEND="
80
81
82
83 1.7 sys-fs/simple-mtpfs/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?r1=1.6&r2=1.7
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v
92 retrieving revision 1.6
93 retrieving revision 1.7
94 diff -u -r1.6 -r1.7
95 --- ChangeLog 29 Dec 2013 17:16:47 -0000 1.6
96 +++ ChangeLog 28 Feb 2015 17:40:30 -0000 1.7
97 @@ -1,6 +1,10 @@
98 # ChangeLog for sys-fs/simple-mtpfs
99 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.6 2013/12/29 17:16:47 scarabeus Exp $
101 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.7 2015/02/28 17:40:30 ago Exp $
103 +
104 + 28 Feb 2015; Agostino Sarubbo <ago@g.o> simple-mtpfs-0.2.ebuild,
105 + simple-mtpfs-9999.ebuild:
106 + Move KEYWORDS to another line to avoid bug #399061
107
108 *simple-mtpfs-0.2 (29 Dec 2013)