Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: gtksourceview-3.8.2.ebuild gtksourceview-3.10.2.ebuild ChangeLog
Date: Sat, 22 Feb 2014 22:46:00
Message-Id: 20140222224557.57E312004C@flycatcher.gentoo.org
1 pacho 14/02/22 22:45:57
2
3 Modified: gtksourceview-3.8.2.ebuild
4 gtksourceview-3.10.2.ebuild ChangeLog
5 Log:
6 Fix wrong commit, bug 502160
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.5 x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild?r1=1.4&r2=1.5
16
17 Index: gtksourceview-3.8.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- gtksourceview-3.8.2.ebuild 22 Feb 2014 15:57:57 -0000 1.4
24 +++ gtksourceview-3.8.2.ebuild 22 Feb 2014 22:45:57 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild,v 1.4 2014/02/22 15:57:57 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.2.ebuild,v 1.5 2014/02/22 22:45:57 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 @@ -13,7 +13,7 @@
34 LICENSE="GPL-2+ LGPL-2.1+"
35 SLOT="3.0/1"
36 IUSE="glade +introspection"
37 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
38 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
39
40 # Note: has native OSX support, prefix teams, attack!
41 RDEPEND="
42
43
44
45 1.3 x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild?r1=1.2&r2=1.3
50
51 Index: gtksourceview-3.10.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- gtksourceview-3.10.2.ebuild 22 Feb 2014 15:57:57 -0000 1.2
58 +++ gtksourceview-3.10.2.ebuild 22 Feb 2014 22:45:57 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild,v 1.2 2014/02/22 15:57:57 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild,v 1.3 2014/02/22 22:45:57 pacho Exp $
64
65 EAPI="5"
66 GCONF_DEBUG="no"
67 @@ -13,7 +13,7 @@
68 LICENSE="GPL-2+ LGPL-2.1+"
69 SLOT="3.0/2"
70 IUSE="glade +introspection"
71 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
72 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
73
74 # Note: has native OSX support, prefix teams, attack!
75 RDEPEND="
76
77
78
79 1.257 x11-libs/gtksourceview/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.257&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.257&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.256&r2=1.257
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
88 retrieving revision 1.256
89 retrieving revision 1.257
90 diff -u -r1.256 -r1.257
91 --- ChangeLog 22 Feb 2014 15:57:57 -0000 1.256
92 +++ ChangeLog 22 Feb 2014 22:45:57 -0000 1.257
93 @@ -1,6 +1,10 @@
94 # ChangeLog for x11-libs/gtksourceview
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.256 2014/02/22 15:57:57 pacho Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.257 2014/02/22 22:45:57 pacho Exp $
98 +
99 + 22 Feb 2014; Pacho Ramos <pacho@g.o> gtksourceview-3.10.2.ebuild,
100 + gtksourceview-3.8.2.ebuild:
101 + Fix wrong commit, bug 502160
102
103 22 Feb 2014; Pacho Ramos <pacho@g.o> gtksourceview-3.10.2.ebuild,
104 gtksourceview-3.8.2.ebuild: