commit: 0b522942b1366e45406b351ba7a09058e5c61530
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 20:49:47 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 21:17:02 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0b522942
gnome-extra/gnome-color-manager: 3.10.1 → 3.12.0
---
...99.ebuild => gnome-color-manager-3.12.0.ebuild} | 29 +++-------------------
.../gnome-color-manager-9999.ebuild | 10 +-------
2 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
similarity index 71%
copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
index 3dcd503..bbc90e8 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild
@@ -6,42 +6,28 @@ EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Color profile manager for the GNOME desktop"
HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
LICENSE="GPL-2+"
SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-IUSE="clutter packagekit raw"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="packagekit raw"
# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
COMMON_DEPEND="
>=dev-libs/glib-2.31.10:2
- gnome-base/gnome-desktop:3=
>=media-libs/lcms-2.2:2
>=media-libs/libcanberra-0.10[gtk3]
media-libs/libexif
media-libs/tiff
- x11-libs/libX11
- x11-libs/libXrandr
>=x11-libs/gtk+-3.3.8:3
>=x11-libs/vte-0.25.1:2.90
>=x11-misc/colord-0.1.34
>=x11-libs/colord-gtk-0.1.20
- clutter? (
- >=media-libs/clutter-1.12:1.0
- media-libs/clutter-gtk:1.0
- media-libs/mash:0.2 )
packagekit? ( app-admin/packagekit-base )
raw? ( media-gfx/exiv2 )
"
@@ -56,26 +42,17 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
# FIXME: run test-suite with files on live file-system
RESTRICT="test"
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-
# Always enable tests since they are check_PROGRAMS anyway
gnome2_src_configure \
--disable-static \
--enable-tests \
- $(use_enable clutter) \
$(use_enable packagekit) \
$(use_enable raw exiv) \
- ${myconf}
+ ITSTOOL=$(type -P true)
}
pkg_postinst() {
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 3dcd503..5e04ef0 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild
@@ -20,28 +20,21 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
-IUSE="clutter packagekit raw"
+IUSE="packagekit raw"
# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
COMMON_DEPEND="
>=dev-libs/glib-2.31.10:2
- gnome-base/gnome-desktop:3=
>=media-libs/lcms-2.2:2
>=media-libs/libcanberra-0.10[gtk3]
media-libs/libexif
media-libs/tiff
- x11-libs/libX11
- x11-libs/libXrandr
>=x11-libs/gtk+-3.3.8:3
>=x11-libs/vte-0.25.1:2.90
>=x11-misc/colord-0.1.34
>=x11-libs/colord-gtk-0.1.20
- clutter? (
- >=media-libs/clutter-1.12:1.0
- media-libs/clutter-gtk:1.0
- media-libs/mash:0.2 )
packagekit? ( app-admin/packagekit-base )
raw? ( media-gfx/exiv2 )
"
@@ -72,7 +65,6 @@ src_configure() {
gnome2_src_configure \
--disable-static \
--enable-tests \
- $(use_enable clutter) \
$(use_enable packagekit) \
$(use_enable raw exiv) \
${myconf}