commit:     8653d3b0019a360ab7dfcd21df42b5e43ea29ded
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 19:08:00 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May  8 19:18:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8653d3b0

gnome-extra/gnome-color-manager: 3.14.2 → 3.16.0

 ...999.ebuild => gnome-color-manager-3.16.0.ebuild} | 21 +++------------------
 .../gnome-color-manager-9999.ebuild                 |  4 ++--
 2 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
similarity index 79%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
index f412a36..11f62ff 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,20 +6,13 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
-       inherit gnome2-live
-fi
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager";
 
 LICENSE="GPL-2+"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-       KEYWORDS=""
-else
-       KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="packagekit raw"
 
 # Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
@@ -50,15 +43,7 @@ DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-       DEPEND="${DEPEND}
-               app-text/yelp-tools"
-fi
-
 src_configure() {
-       local myconf=""
-       [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-
        # Always enable tests since they are check_PROGRAMS anyway
        # appstream does not want to be relax by default !
        gnome2_src_configure \
@@ -67,7 +52,7 @@ src_configure() {
                $(use_enable packagekit) \
                $(use_enable raw exiv) \
                APPSTREAM_UTIL=$(type -P true) \
-               ${myconf}
+               ITSTOOL=$(type -P true)
 }
 
 src_test() {

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
index f412a36..3f3a955 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,7 +18,7 @@ SLOT="0"
 if [[ ${PV} = 9999 ]]; then
        KEYWORDS=""
 else
-       KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+       KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 fi
 IUSE="packagekit raw"
 

Reply via email to