Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/
Date: Sun, 28 Oct 2012 21:47:28
Message-Id: 1351460364.24438921c5c65555947d76c6b5762ffa28d7b221.eva@gentoo
1 commit: 24438921c5c65555947d76c6b5762ffa28d7b221
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 21:39:24 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 21:39:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=24438921
7
8 gnome-extra/gnome-color-manager: 3.5.90 → 3.6.0
9
10 ---
11 ....90.ebuild => gnome-color-manager-3.6.0.ebuild} | 3 ++-
12 .../gnome-color-manager-9999.ebuild | 3 ++-
13 2 files changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
16 similarity index 97%
17 rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
18 rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
19 index 13da8c4..d8b06fc 100644
20 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild
21 +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild
22 @@ -62,7 +62,7 @@ fi
23 # FIXME: run test-suite with files on live file-system
24 RESTRICT="test"
25
26 -pkg_setup() {
27 +src_configure() {
28 # Always enable tests since they are check_PROGRAMS anyway
29 G2CONF="${G2CONF}
30 --disable-static
31 @@ -72,6 +72,7 @@ pkg_setup() {
32 $(use_enable packagekit)
33 $(use_enable raw exiv)"
34 [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
35 + gnome2_src_configure
36 }
37
38 pkg_postinst() {
39
40 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
41 index 13da8c4..d8b06fc 100644
42 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
43 +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
44 @@ -62,7 +62,7 @@ fi
45 # FIXME: run test-suite with files on live file-system
46 RESTRICT="test"
47
48 -pkg_setup() {
49 +src_configure() {
50 # Always enable tests since they are check_PROGRAMS anyway
51 G2CONF="${G2CONF}
52 --disable-static
53 @@ -72,6 +72,7 @@ pkg_setup() {
54 $(use_enable packagekit)
55 $(use_enable raw exiv)"
56 [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
57 + gnome2_src_configure
58 }
59
60 pkg_postinst() {