Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/gedit/
Date: Wed, 21 Nov 2012 22:27:55
Message-Id: 1353536759.9f72768020b3862520fe2216b55a502945d983ae.eva@gentoo
1 commit: 9f72768020b3862520fe2216b55a502945d983ae
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 22:25:59 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 22:25:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9f727680
7
8 app-editors/gedit: 3.6.1 → 3.6.2
9
10 ---
11 .../{gedit-3.6.1.ebuild => gedit-3.6.2.ebuild} | 15 +++++++++------
12 app-editors/gedit/gedit-9999.ebuild | 15 +++++++++------
13 app-editors/gedit/metadata.xml | 10 ++++++++++
14 3 files changed, 28 insertions(+), 12 deletions(-)
15
16 diff --git a/app-editors/gedit/gedit-3.6.1.ebuild b/app-editors/gedit/gedit-3.6.2.ebuild
17 similarity index 88%
18 rename from app-editors/gedit/gedit-3.6.1.ebuild
19 rename to app-editors/gedit/gedit-3.6.2.ebuild
20 index 708a240..584bd45 100644
21 --- a/app-editors/gedit/gedit-3.6.1.ebuild
22 +++ b/app-editors/gedit/gedit-3.6.2.ebuild
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.4.2.ebuild,v 1.1 2012/05/25 02:08:16 tetromino Exp $
27 +# $Header: $
28
29 EAPI="4"
30 GCONF_DEBUG="no"
31 @@ -17,8 +17,9 @@ HOMEPAGE="http://live.gnome.org/Gedit"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -IUSE="doc +introspection +python spell zeitgeist"
36 +IUSE="+introspection +python spell zeitgeist"
37 if [[ ${PV} = 9999 ]]; then
38 + IUSE="${IUSE} doc"
39 KEYWORDS=""
40 else
41 KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
42 @@ -45,10 +46,10 @@ COMMON_DEPEND="
43 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
44 python? (
45 >=dev-libs/gobject-introspection-0.9.3
46 - >=x11-libs/gtk+-3.0:3[introspection]
47 - >=x11-libs/gtksourceview-2.91.9:3.0[introspection]
48 + >=x11-libs/gtk+-3:3[introspection]
49 + >=x11-libs/gtksourceview-3.6:3.0[introspection]
50 dev-python/pycairo
51 - >=dev-python/pygobject-3.0.0:3[cairo] )
52 + >=dev-python/pygobject-3:3[cairo] )
53 spell? (
54 >=app-text/enchant-1.2
55 >=app-text/iso-codes-0.35 )
56 @@ -59,14 +60,16 @@ DEPEND="${COMMON_DEPEND}
57 app-text/docbook-xml-dtd:4.1.2
58 >=app-text/scrollkeeper-0.3.11
59 dev-libs/libxml2:2
60 + >=dev-util/gtk-doc-am-1
61 >=dev-util/intltool-0.40
62 >=sys-devel/gettext-0.17
63 virtual/pkgconfig
64 - doc? ( >=dev-util/gtk-doc-1 )"
65 +"
66 # yelp-tools, gnome-common and gtk-doc-am needed to eautoreconf
67
68 if [[ ${PV} = 9999 ]]; then
69 DEPEND="${DEPEND}
70 + doc? ( >=dev-util/gtk-doc-1 )
71 app-text/yelp-tools"
72 fi
73
74
75 diff --git a/app-editors/gedit/gedit-9999.ebuild b/app-editors/gedit/gedit-9999.ebuild
76 index 708a240..584bd45 100644
77 --- a/app-editors/gedit/gedit-9999.ebuild
78 +++ b/app-editors/gedit/gedit-9999.ebuild
79 @@ -1,6 +1,6 @@
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/gedit/gedit-3.4.2.ebuild,v 1.1 2012/05/25 02:08:16 tetromino Exp $
83 +# $Header: $
84
85 EAPI="4"
86 GCONF_DEBUG="no"
87 @@ -17,8 +17,9 @@ HOMEPAGE="http://live.gnome.org/Gedit"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91 -IUSE="doc +introspection +python spell zeitgeist"
92 +IUSE="+introspection +python spell zeitgeist"
93 if [[ ${PV} = 9999 ]]; then
94 + IUSE="${IUSE} doc"
95 KEYWORDS=""
96 else
97 KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
98 @@ -45,10 +46,10 @@ COMMON_DEPEND="
99 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
100 python? (
101 >=dev-libs/gobject-introspection-0.9.3
102 - >=x11-libs/gtk+-3.0:3[introspection]
103 - >=x11-libs/gtksourceview-2.91.9:3.0[introspection]
104 + >=x11-libs/gtk+-3:3[introspection]
105 + >=x11-libs/gtksourceview-3.6:3.0[introspection]
106 dev-python/pycairo
107 - >=dev-python/pygobject-3.0.0:3[cairo] )
108 + >=dev-python/pygobject-3:3[cairo] )
109 spell? (
110 >=app-text/enchant-1.2
111 >=app-text/iso-codes-0.35 )
112 @@ -59,14 +60,16 @@ DEPEND="${COMMON_DEPEND}
113 app-text/docbook-xml-dtd:4.1.2
114 >=app-text/scrollkeeper-0.3.11
115 dev-libs/libxml2:2
116 + >=dev-util/gtk-doc-am-1
117 >=dev-util/intltool-0.40
118 >=sys-devel/gettext-0.17
119 virtual/pkgconfig
120 - doc? ( >=dev-util/gtk-doc-1 )"
121 +"
122 # yelp-tools, gnome-common and gtk-doc-am needed to eautoreconf
123
124 if [[ ${PV} = 9999 ]]; then
125 DEPEND="${DEPEND}
126 + doc? ( >=dev-util/gtk-doc-1 )
127 app-text/yelp-tools"
128 fi
129
130
131 diff --git a/app-editors/gedit/metadata.xml b/app-editors/gedit/metadata.xml
132 new file mode 100644
133 index 0000000..7f68e34
134 --- /dev/null
135 +++ b/app-editors/gedit/metadata.xml
136 @@ -0,0 +1,10 @@
137 +<?xml version="1.0" encoding="UTF-8"?>
138 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
139 +<pkgmetadata>
140 + <herd>gnome</herd>
141 + <use>
142 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
143 + for introspection</flag>
144 + <flag name="zeitgeist">Build the plugin to inject events to <pkg>gnome-extra/zeitgeist</pkg></flag>
145 + </use>
146 +</pkgmetadata>