Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: metadata.xml ChangeLog anjuta-3.12.0.ebuild
Date: Sun, 27 Apr 2014 16:29:21
Message-Id: 20140427162916.7B60A2004B@flycatcher.gentoo.org
1 eva 14/04/27 16:29:16
2
3 Modified: metadata.xml ChangeLog
4 Added: anjuta-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.22 dev-util/anjuta/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/metadata.xml?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/metadata.xml?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/metadata.xml?r1=1.21&r2=1.22
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/metadata.xml,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- metadata.xml 24 Dec 2013 16:05:59 -0000 1.21
24 +++ metadata.xml 27 Apr 2014 16:29:16 -0000 1.22
25 @@ -7,7 +7,6 @@
26 <flag name="glade">Build glade plugin for anjuta</flag>
27 <flag name="packagekit">Use packagekit to search for missing tools</flag>
28 <flag name="terminal">Enable terminal plugin based on <pkg>x11-libs/vte</pkg></flag>
29 - <flag name="vala">Enable support for the Vala programming
30 - language</flag>
31 + <flag name="vala">Enable support for the Vala programming language</flag>
32 </use>
33 </pkgmetadata>
34
35
36
37 1.179 dev-util/anjuta/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.179&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.179&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.178&r2=1.179
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
46 retrieving revision 1.178
47 retrieving revision 1.179
48 diff -u -r1.178 -r1.179
49 --- ChangeLog 25 Apr 2014 18:39:23 -0000 1.178
50 +++ ChangeLog 27 Apr 2014 16:29:16 -0000 1.179
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-util/anjuta
53 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.178 2014/04/25 18:39:23 pacho Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.179 2014/04/27 16:29:16 eva Exp $
56 +
57 +*anjuta-3.12.0 (27 Apr 2014)
58 +
59 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +anjuta-3.12.0.ebuild,
60 + metadata.xml:
61 + Version bump for Gnome 3.12.
62
63 25 Apr 2014; Pacho Ramos <pacho@g.o> -anjuta-3.6.2-r1.ebuild:
64 Drop old
65
66
67
68 1.1 dev-util/anjuta/anjuta-3.12.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.12.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.12.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: anjuta-3.12.0.ebuild
74 ===================================================================
75 # Copyright 1999-2014 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.12.0.ebuild,v 1.1 2014/04/27 16:29:16 eva Exp $
78
79 EAPI="5"
80 GCONF_DEBUG="yes"
81 GNOME2_LA_PUNT="yes"
82 PYTHON_COMPAT=( python{2_6,2_7} )
83 # libanjuta-language-vala.so links to a specific slot of libvala; we want to
84 # avoid automagic behavior.
85 VALA_MIN_API_VERSION="0.24"
86 VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
87
88 inherit gnome2 flag-o-matic readme.gentoo python-single-r1 vala
89
90 DESCRIPTION="A versatile IDE for GNOME"
91 HOMEPAGE="http://projects.gnome.org/anjuta/"
92
93 LICENSE="GPL-2+"
94 SLOT="0"
95 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
96 IUSE="debug devhelp glade +introspection packagekit subversion terminal test vala"
97
98 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
99
100 # FIXME: make python dependency non-automagic
101 COMMON_DEPEND="
102 >=dev-libs/glib-2.34:2
103 x11-libs/gdk-pixbuf:2
104 >=x11-libs/gtk+-3.6:3
105 >=dev-libs/libxml2-2.4.23
106 >=dev-libs/gdl-3.5.5:3=
107 >=x11-libs/gtksourceview-3:3.0
108
109 sys-devel/autogen
110
111 >=gnome-extra/libgda-5:5=
112 dev-util/ctags
113
114 x11-libs/libXext
115 x11-libs/libXrender
116
117 ${PYTHON_DEPS}
118
119 devhelp? ( >=dev-util/devhelp-3.7.4:= )
120 glade? ( >=dev-util/glade-3.12:3.10= )
121 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
122 subversion? (
123 >=dev-vcs/subversion-1.8:=
124 >=net-libs/serf-1.2:1=
125 >=dev-libs/apr-1:=
126 >=dev-libs/apr-util-1:= )
127 terminal? ( >=x11-libs/vte-0.27.6:2.90 )
128 vala? ( $(vala_depend) )
129 "
130 RDEPEND="${COMMON_DEPEND}
131 gnome-base/gsettings-desktop-schemas
132 packagekit? ( app-admin/packagekit-base )
133 "
134 DEPEND="${COMMON_DEPEND}
135 >=dev-lang/perl-5
136 >=dev-util/gtk-doc-am-1.4
137 >=dev-util/intltool-0.40.1
138 sys-devel/bison
139 sys-devel/flex
140 >=sys-devel/gettext-0.17
141 virtual/pkgconfig
142 !!dev-libs/gnome-build
143 test? (
144 app-text/docbook-xml-dtd:4.1.2
145 app-text/docbook-xml-dtd:4.5 )
146 app-text/yelp-tools
147 dev-libs/gobject-introspection-common
148 gnome-base/gnome-common
149 "
150 # yelp-tools, gi-common and gnome-common are required by eautoreconf
151
152 pkg_setup() {
153 python-single-r1_pkg_setup
154 }
155
156 src_prepare() {
157 if use vala; then
158 DISABLE_AUTOFORMATTING="yes"
159 DOC_CONTENTS="To create a generic vala project you will need to specify
160 desired valac versioned binary to be used, to do that you
161 will need to:
162 1. Go to 'Build' -> 'Configure project'
163 2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
164 'Configure options'."
165 fi
166
167 # COPYING is used in Anjuta's help/about entry
168 DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
169
170 # Conflicts with -pg in a plugin, bug #266777
171 filter-flags -fomit-frame-pointer
172
173 # python2.7-configure in Fedora vs. python-configure in Gentoo
174 sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \
175 -i plugins/am-project/tests/anjuta.lst || die "sed failed"
176
177 # Do not build benchmarks, they are not installed and for dev purpose only
178 sed -e '/SUBDIRS =/ s/benchmark//' \
179 -i plugins/symbol-db/Makefile.{am,in} || die
180
181 use vala && vala_src_prepare
182 gnome2_src_prepare
183 }
184
185 src_configure() {
186 gnome2_src_configure \
187 --disable-neon \
188 --disable-static \
189 --docdir=/usr/share/doc/${PF} \
190 $(use_enable debug) \
191 $(use_enable devhelp plugin-devhelp) \
192 $(use_enable glade plugin-glade) \
193 $(use_enable glade glade-catalog) \
194 $(use_enable introspection) \
195 $(use_enable packagekit) \
196 $(use_enable subversion plugin-subversion) \
197 $(use_enable subversion serf) \
198 $(use_enable terminal plugin-terminal) \
199 $(use_enable vala)
200 }
201
202 src_install() {
203 # COPYING is used in Anjuta's help/about entry
204 docompress -x "/usr/share/doc/${PF}/COPYING"
205
206 # Anjuta uses a custom rule to install DOCS, get rid of it
207 gnome2_src_install
208 rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
209
210 use vala && readme.gentoo_create_doc
211 }
212
213 pkg_postinst() {
214 gnome2_pkg_postinst
215 use vala && readme.gentoo_print_elog
216 }