Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/
Date: Mon, 02 Apr 2012 06:43:45
Message-Id: 1333348835.00354b600a3f211096ac08cd7e14dad7a1ce328f.tetromino@gentoo
1 commit: 00354b600a3f211096ac08cd7e14dad7a1ce328f
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 06:12:28 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 2 06:40:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=00354b60
7
8 gnome-extra/sushi: add 0.4.0
9
10 ---
11 .../{sushi-9999.ebuild => sushi-0.4.0.ebuild} | 6 +++---
12 gnome-extra/sushi/sushi-9999.ebuild | 6 +++---
13 2 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/gnome-extra/sushi/sushi-9999.ebuild b/gnome-extra/sushi/sushi-0.4.0.ebuild
16 similarity index 92%
17 copy from gnome-extra/sushi/sushi-9999.ebuild
18 copy to gnome-extra/sushi/sushi-0.4.0.ebuild
19 index 429711b..c15c904 100644
20 --- a/gnome-extra/sushi/sushi-9999.ebuild
21 +++ b/gnome-extra/sushi/sushi-0.4.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 @@ -30,7 +30,7 @@ COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2.22.1[introspection]
29 >=dev-libs/gjs-0.7.7
30 >=dev-libs/glib-2.29.14:2
31 >=dev-libs/gobject-introspection-0.9.6
32 - >=media-libs/clutter-1.6.0:1.0[introspection]
33 + >=media-libs/clutter-1.10.0:1.0[introspection]
34 >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
35 >=x11-libs/gtk+-3.0.0:3[introspection]
36
37 @@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
38
39 pkg_setup() {
40 G2CONF="${G2CONF}
41 - UNOCONV=$(type -p false)
42 + UNOCONV=$(type -P false)
43 --disable-static"
44 DOCS="AUTHORS NEWS README TODO"
45 }
46
47 diff --git a/gnome-extra/sushi/sushi-9999.ebuild b/gnome-extra/sushi/sushi-9999.ebuild
48 index 429711b..c15c904 100644
49 --- a/gnome-extra/sushi/sushi-9999.ebuild
50 +++ b/gnome-extra/sushi/sushi-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2011 Gentoo Foundation
53 +# Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: $
56
57 @@ -30,7 +30,7 @@ COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2.22.1[introspection]
58 >=dev-libs/gjs-0.7.7
59 >=dev-libs/glib-2.29.14:2
60 >=dev-libs/gobject-introspection-0.9.6
61 - >=media-libs/clutter-1.6.0:1.0[introspection]
62 + >=media-libs/clutter-1.10.0:1.0[introspection]
63 >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
64 >=x11-libs/gtk+-3.0.0:3[introspection]
65
66 @@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
67
68 pkg_setup() {
69 G2CONF="${G2CONF}
70 - UNOCONV=$(type -p false)
71 + UNOCONV=$(type -P false)
72 --disable-static"
73 DOCS="AUTHORS NEWS README TODO"
74 }