Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/scite: scite-3.0.2.ebuild scite-3.0.1.ebuild ChangeLog
Date: Fri, 27 Jan 2012 23:21:45
Message-Id: 20120127232134.454192004B@flycatcher.gentoo.org
1 nelchael 12/01/27 23:21:34
2
3 Modified: scite-3.0.2.ebuild scite-3.0.1.ebuild ChangeLog
4 Log:
5 Fix 401099: replace gcc with tc-getCC, fix dependencies.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/scite/scite-3.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: scite-3.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- scite-3.0.2.ebuild 27 Jan 2012 22:19:03 -0000 1.1
23 +++ scite-3.0.2.ebuild 27 Jan 2012 23:21:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild,v 1.1 2012/01/27 22:19:03 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild,v 1.2 2012/01/27 23:21:34 nelchael Exp $
29
30 EAPI="4"
31
32 @@ -16,7 +16,11 @@
33 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
34 IUSE="lua"
35
36 -RDEPEND="x11-libs/gtk+:2
37 +RDEPEND="dev-libs/glib
38 + x11-libs/cairo
39 + x11-libs/gtk+:2
40 + x11-libs/gdk-pixbuf
41 + x11-libs/pango
42 lua? ( >=dev-lang/lua-5 )"
43 DEPEND="${RDEPEND}
44 dev-util/pkgconfig
45 @@ -30,6 +34,7 @@
46 -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
47 -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
48 -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
49 + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
50 -e "s#-Os##" \
51 || die "error patching makefile"
52
53 @@ -45,6 +50,7 @@
54 -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
55 -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
56 -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
57 + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
58 -e 's#${D}##' \
59 -e 's#-g root#-g 0#' \
60 -e "s#-Os##" \
61
62
63
64 1.3 app-editors/scite/scite-3.0.1.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild?r1=1.2&r2=1.3
69
70 Index: scite-3.0.1.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- scite-3.0.1.ebuild 30 Nov 2011 19:05:10 -0000 1.2
77 +++ scite-3.0.1.ebuild 27 Jan 2012 23:21:34 -0000 1.3
78 @@ -1,6 +1,6 @@
79 -# Copyright 1999-2011 Gentoo Foundation
80 +# Copyright 1999-2012 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.2 2011/11/30 19:05:10 nelchael Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.3 2012/01/27 23:21:34 nelchael Exp $
84
85 EAPI="4"
86
87 @@ -16,7 +16,11 @@
88 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
89 IUSE="lua"
90
91 -RDEPEND="x11-libs/gtk+:2
92 +RDEPEND="dev-libs/glib
93 + x11-libs/cairo
94 + x11-libs/gtk+:2
95 + x11-libs/gdk-pixbuf
96 + x11-libs/pango
97 lua? ( >=dev-lang/lua-5 )"
98 DEPEND="${RDEPEND}
99 dev-util/pkgconfig
100 @@ -30,6 +34,7 @@
101 -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
102 -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
103 -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
104 + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
105 -e "s#-Os##" \
106 || die "error patching makefile"
107
108 @@ -45,6 +50,7 @@
109 -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
110 -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
111 -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
112 + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
113 -e 's#${D}##' \
114 -e 's#-g root#-g 0#' \
115 -e "s#-Os##" \
116
117
118
119 1.127 app-editors/scite/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.127&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.127&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?r1=1.126&r2=1.127
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v
128 retrieving revision 1.126
129 retrieving revision 1.127
130 diff -u -r1.126 -r1.127
131 --- ChangeLog 27 Jan 2012 22:19:03 -0000 1.126
132 +++ ChangeLog 27 Jan 2012 23:21:34 -0000 1.127
133 @@ -1,6 +1,10 @@
134 # ChangeLog for app-editors/scite
135 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.126 2012/01/27 22:19:03 nelchael Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.127 2012/01/27 23:21:34 nelchael Exp $
138 +
139 + 27 Jan 2012; Krzysztof Pawlik <nelchael@g.o> scite-3.0.1.ebuild,
140 + scite-3.0.2.ebuild:
141 + Fix 401099: replace gcc with tc-getCC, fix dependencies.
142
143 *scite-3.0.2 (27 Jan 2012)