Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
Date: Sat, 26 Mar 2016 22:54:28
Message-Id: 1459031315.4ec260dc76e7c35a91135639ecde327b4855038b.tranquility@gentoo
1 commit: 4ec260dc76e7c35a91135639ecde327b4855038b
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 22:25:08 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 22:28:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4ec260dc
7
8 x11-libs/gtksourceview: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 ...iew-9999.ebuild => gtksourceview-3.20.0.ebuild} | 32 +++++++---------------
14 x11-libs/gtksourceview/gtksourceview-9999.ebuild | 15 +++++-----
15 2 files changed, 18 insertions(+), 29 deletions(-)
16
17 diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
18 similarity index 60%
19 copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
20 copy to x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
21 index 9c441d0..173e965 100644
22 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
23 +++ b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -8,45 +8,33 @@ VALA_MIN_API_VERSION="0.24"
31 VALA_USE_DEPEND="vapigen"
32
33 inherit gnome2 vala virtualx
34 -if [[ ${PV} = 9999 ]]; then
35 - inherit gnome2-live
36 -fi
37
38 DESCRIPTION="A text widget implementing syntax highlighting and other features"
39 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
40
41 LICENSE="GPL-2+ LGPL-2.1+"
42 SLOT="3.0/3"
43 +
44 IUSE="glade +introspection vala"
45 REQUIRED_USE="vala? ( introspection )"
46 -if [[ ${PV} = 9999 ]]; then
47 - IUSE="${IUSE} doc"
48 - KEYWORDS=""
49 -else
50 - 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"
51 -fi
52
53 -# Note: has native OSX support, prefix teams, attack!
54 +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"
55 +
56 RDEPEND="
57 - >=dev-libs/glib-2.44:2
58 + >=dev-libs/glib-2.47:2
59 >=dev-libs/libxml2-2.6:2
60 - >=x11-libs/gtk+-3.16:3[introspection?]
61 + >=x11-libs/gtk+-3.19.6:3[introspection?]
62 glade? ( >=dev-util/glade-3.9:3.10 )
63 - introspection? ( >=dev-libs/gobject-introspection-1.42 )
64 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
65 "
66 DEPEND="${RDEPEND}
67 - >=dev-util/gtk-doc-am-1.18
68 - >=dev-util/intltool-0.50
69 - >=sys-devel/gettext-0.17
70 + >=dev-util/gtk-doc-am-1.24
71 + >=sys-devel/gettext-0.19.4
72 + dev-util/itstool
73 virtual/pkgconfig
74 vala? ( $(vala_depend) )
75 "
76
77 -if [[ ${PV} = 9999 ]]; then
78 - DEPEND="${DEPEND}
79 - doc? ( >=dev-util/gtk-doc-1.18 )"
80 -fi
81 -
82 src_prepare() {
83 use vala && vala_src_prepare
84 gnome2_src_prepare
85
86 diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
87 index 9c441d0..4b047df 100644
88 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
89 +++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2015 Gentoo Foundation
92 +# Copyright 1999-2016 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Id$
95
96 @@ -17,6 +17,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
97
98 LICENSE="GPL-2+ LGPL-2.1+"
99 SLOT="3.0/3"
100 +
101 IUSE="glade +introspection vala"
102 REQUIRED_USE="vala? ( introspection )"
103 if [[ ${PV} = 9999 ]]; then
104 @@ -28,16 +29,16 @@ fi
105
106 # Note: has native OSX support, prefix teams, attack!
107 RDEPEND="
108 - >=dev-libs/glib-2.44:2
109 + >=dev-libs/glib-2.47:2
110 >=dev-libs/libxml2-2.6:2
111 - >=x11-libs/gtk+-3.16:3[introspection?]
112 + >=x11-libs/gtk+-3.19.6:3[introspection?]
113 glade? ( >=dev-util/glade-3.9:3.10 )
114 - introspection? ( >=dev-libs/gobject-introspection-1.42 )
115 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
116 "
117 DEPEND="${RDEPEND}
118 - >=dev-util/gtk-doc-am-1.18
119 - >=dev-util/intltool-0.50
120 - >=sys-devel/gettext-0.17
121 + >=dev-util/gtk-doc-am-1.24
122 + >=sys-devel/gettext-0.19.4
123 + dev-util/itstool
124 virtual/pkgconfig
125 vala? ( $(vala_depend) )
126 "