Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-util/anjuta/
Date: Thu, 29 Sep 2011 08:26:36
Message-Id: 6084f56ca5863fd96904386e0fe290d9842d51b7.tetromino@gentoo
1 commit: 6084f56ca5863fd96904386e0fe290d9842d51b7
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 29 07:46:15 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 29 07:46:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6084f56c
7
8 dev-util/anjuta: 3.1.90 → 3.2.0
9
10 Version bump with numerous bug fixes and improvements. For now, on my
11 setup, tests appear to pass.
12
13 ---
14 .../{anjuta-3.1.90.ebuild => anjuta-3.2.0.ebuild} | 16 ++++++++--------
15 1 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-util/anjuta/anjuta-3.1.90.ebuild b/dev-util/anjuta/anjuta-3.2.0.ebuild
18 similarity index 89%
19 rename from dev-util/anjuta/anjuta-3.1.90.ebuild
20 rename to dev-util/anjuta/anjuta-3.2.0.ebuild
21 index b91c70b..20e8c7f 100644
22 --- a/dev-util/anjuta/anjuta-3.1.90.ebuild
23 +++ b/dev-util/anjuta/anjuta-3.2.0.ebuild
24 @@ -17,15 +17,12 @@ SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
28 -IUSE="debug devhelp doc glade graphviz +introspection subversion test vala"
29 +IUSE="debug devhelp doc glade graphviz +introspection packagekit subversion test vala"
30
31 -# FIXME: tests do not work. First, anjuta.lst is missing from tarballs (see
32 -# upstream bug 657589). Second, in any case, anjuta.lst is out of date (no
33 -# vala:0.14, no libgda:5). Third, AFAICT, the tests could only pass if anjuta
34 -# is built a specific set of USE flags.
35 -RESTRICT="test"
36 +# FIXME: tests are fragile and may require a specific set of USE flags
37 +#RESTRICT="test"
38
39 -RDEPEND=">=dev-libs/glib-2.28.0:2
40 +COMMON_DEPEND=">=dev-libs/glib-2.29.2:2
41 x11-libs/gdk-pixbuf:2
42 >=x11-libs/gtk+-3.0.0:3
43 >=x11-libs/vte-0.27.6:2.90
44 @@ -51,7 +48,9 @@ RDEPEND=">=dev-libs/glib-2.28.0:2
45 >=dev-libs/apr-1
46 >=dev-libs/apr-util-1 )
47 vala? ( >=dev-lang/vala-0.13.3:0.14 )"
48 -DEPEND="${RDEPEND}
49 +RDEPEND="${COMMON_DEPEND}
50 + packagekit? ( app-admin/packagekit-base )"
51 +DEPEND="${COMMON_DEPEND}
52 >=dev-lang/perl-5
53 !!dev-libs/gnome-build
54 >=sys-devel/gettext-0.17
55 @@ -80,6 +79,7 @@ pkg_setup() {
56 $(use_enable glade plugin-glade)
57 $(use_enable graphviz)
58 $(use_enable introspection)
59 + $(use_enable packagekit)
60 $(use_enable subversion plugin-subversion)
61 $(use_enable vala)"