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-libs/gjs/
Date: Tue, 30 Aug 2011 21:56:37
Message-Id: 4761b4a1de772a32211e549ba6e4c442d51337a3.tetromino@gentoo
1 commit: 4761b4a1de772a32211e549ba6e4c442d51337a3
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 20:43:36 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 30 20:43:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4761b4a1
7
8 dev-libs/gjs: 1.29.16 → 1.29.17
9
10 Version bump, a few changes and bugfixes.
11
12 ---
13 .../gjs/{gjs-1.29.16.ebuild => gjs-1.29.17.ebuild} | 2 +-
14 dev-libs/gjs/gjs-9999.ebuild | 8 ++++----
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-libs/gjs/gjs-1.29.16.ebuild b/dev-libs/gjs/gjs-1.29.17.ebuild
18 similarity index 97%
19 rename from dev-libs/gjs/gjs-1.29.16.ebuild
20 rename to dev-libs/gjs/gjs-1.29.17.ebuild
21 index 224c103..1effcfa 100644
22 --- a/dev-libs/gjs/gjs-1.29.16.ebuild
23 +++ b/dev-libs/gjs/gjs-1.29.17.ebuild
24 @@ -28,7 +28,7 @@ fi
25 # Things are untested and broken with anything other than xulrunner-2.0
26 # or spidermonkey-1.8.5
27 RDEPEND=">=dev-libs/glib-2.18:2
28 - >=dev-libs/gobject-introspection-1.29.15
29 + >=dev-libs/gobject-introspection-1.29.16
30
31 dev-libs/dbus-glib
32 sys-libs/readline
33
34 diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild
35 index bdab10a..1effcfa 100644
36 --- a/dev-libs/gjs/gjs-9999.ebuild
37 +++ b/dev-libs/gjs/gjs-9999.ebuild
38 @@ -8,7 +8,7 @@ GNOME_TARBALL_SUFFIX="xz"
39 GNOME2_LA_PUNT="yes"
40 PYTHON_DEPEND="2"
41
42 -inherit autotools eutils gnome2 python virtualx
43 +inherit gnome2 python virtualx
44 if [[ ${PV} = 9999 ]]; then
45 inherit gnome2-live
46 fi
47 @@ -18,7 +18,7 @@ HOMEPAGE="http://live.gnome.org/Gjs"
48
49 LICENSE="MIT MPL-1.1 LGPL-2 GPL-2"
50 SLOT="0"
51 -IUSE="examples test xulrunner"
52 +IUSE="examples test +xulrunner"
53 if [[ ${PV} = 9999 ]]; then
54 KEYWORDS=""
55 else
56 @@ -28,7 +28,7 @@ fi
57 # Things are untested and broken with anything other than xulrunner-2.0
58 # or spidermonkey-1.8.5
59 RDEPEND=">=dev-libs/glib-2.18:2
60 - >=dev-libs/gobject-introspection-1.29.15
61 + >=dev-libs/gobject-introspection-1.29.16
62
63 dev-libs/dbus-glib
64 sys-libs/readline
65 @@ -55,7 +55,7 @@ pkg_setup() {
66 if use xulrunner; then
67 G2CONF="${G2CONF} --with-js-package=mozilla-js"
68 else
69 - mG2CONF="${G2CONF} --with-js-package=mozjs185"
70 + G2CONF="${G2CONF} --with-js-package=mozjs185"
71 fi
72 }