Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
Date: Thu, 05 May 2016 08:06:53
Message-Id: 1462435593.aa9fbd757f0eb2345f1702affb3ada5352cfad2f.idella4@gentoo
1 commit: aa9fbd757f0eb2345f1702affb3ada5352cfad2f
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 06:58:03 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 08:06:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9fbd75
7
8 app-editors/scite: move updates, changes in vn. 3.6.2 to vns. 3.6.[4,5]
9
10 Package-Manager: portage-2.2.28
11
12 app-editors/scite/scite-3.6.4.ebuild | 12 +++++-------
13 app-editors/scite/scite-3.6.5.ebuild | 9 ++++-----
14 2 files changed, 9 insertions(+), 12 deletions(-)
15
16 diff --git a/app-editors/scite/scite-3.6.4.ebuild b/app-editors/scite/scite-3.6.4.ebuild
17 index 2204582..73fd49f 100644
18 --- a/app-editors/scite/scite-3.6.4.ebuild
19 +++ b/app-editors/scite/scite-3.6.4.ebuild
20 @@ -17,19 +17,17 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-l
21 IUSE="lua"
22
23 RDEPEND="dev-libs/glib:=
24 - x11-libs/cairo:*
25 - >=x11-libs/gtk+-2.0:*
26 - x11-libs/gdk-pixbuf:*
27 - x11-libs/pango:*
28 + x11-libs/cairo
29 + >=x11-libs/gtk+-2.0:2=
30 + x11-libs/gdk-pixbuf
31 + x11-libs/pango
32 lua? ( >=dev-lang/lua-5:= )"
33 DEPEND="${RDEPEND}
34 - virtual/pkgconfig
35 - >=sys-apps/sed-4"
36 + virtual/pkgconfig"
37
38 S="${WORKDIR}/${PN}/gtk"
39
40 src_prepare() {
41 - cd "${WORKDIR}/scintilla/gtk"
42 sed -i makefile \
43 -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
44 -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
45
46 diff --git a/app-editors/scite/scite-3.6.5.ebuild b/app-editors/scite/scite-3.6.5.ebuild
47 index f3aeac3..6b1dec2 100644
48 --- a/app-editors/scite/scite-3.6.5.ebuild
49 +++ b/app-editors/scite/scite-3.6.5.ebuild
50 @@ -17,14 +17,13 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-l
51 IUSE="lua"
52
53 RDEPEND="dev-libs/glib:=
54 - x11-libs/cairo:*
55 + x11-libs/cairo
56 x11-libs/gtk+:2
57 - x11-libs/gdk-pixbuf:*
58 - x11-libs/pango:*
59 + x11-libs/gdk-pixbuf
60 + x11-libs/pango
61 lua? ( >=dev-lang/lua-5:= )"
62 DEPEND="${RDEPEND}
63 - virtual/pkgconfig
64 - >=sys-apps/sed-4"
65 + virtual/pkgconfig"
66
67 S="${WORKDIR}/${PN}/gtk"