summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-13 17:16:09 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-13 17:16:09 +0000
commit88ef3e0f40fec8ef443c5f09e0209892cfaf847c (patch)
tree87e31ffca4cdc22b427238b14723f8ace6deb9b9 /gnome-extra/gnome-color-manager
parentVersion bump, drop old (diff)
downloadgentoo-2-88ef3e0f40fec8ef443c5f09e0209892cfaf847c.tar.gz
gentoo-2-88ef3e0f40fec8ef443c5f09e0209892cfaf847c.tar.bz2
gentoo-2-88ef3e0f40fec8ef443c5f09e0209892cfaf847c.zip
Version bump, drop old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gnome-color-manager')
-rw-r--r--gnome-extra/gnome-color-manager/ChangeLog8
-rw-r--r--gnome-extra/gnome-color-manager/gnome-color-manager-3.8.2.ebuild (renamed from gnome-extra/gnome-color-manager/gnome-color-manager-3.8.0.ebuild)17
2 files changed, 15 insertions, 10 deletions
diff --git a/gnome-extra/gnome-color-manager/ChangeLog b/gnome-extra/gnome-color-manager/ChangeLog
index 37a782b1b82c..a60023287dc6 100644
--- a/gnome-extra/gnome-color-manager/ChangeLog
+++ b/gnome-extra/gnome-color-manager/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/gnome-color-manager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.35 2013/04/20 09:11:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.36 2013/05/13 17:16:09 pacho Exp $
+
+*gnome-color-manager-3.8.2 (13 May 2013)
+
+ 13 May 2013; Pacho Ramos <pacho@gentoo.org> +gnome-color-manager-3.8.2.ebuild,
+ -gnome-color-manager-3.8.0.ebuild:
+ Version bump, drop old
*gnome-color-manager-3.8.1 (20 Apr 2013)
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.2.ebuild
index ce218c73fbd5..a9156e00f044 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.0.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.0.ebuild,v 1.1 2013/03/28 22:56:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.8.2.ebuild,v 1.1 2013/05/13 17:16:09 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -54,14 +54,13 @@ RESTRICT="test"
src_configure() {
# Always enable tests since they are check_PROGRAMS anyway
- G2CONF="${G2CONF}
- --disable-static
- --enable-tests
- $(use_enable clutter)
- $(use_enable packagekit)
- $(use_enable raw exiv)
- ITSTOOL=$(type -P true)"
- gnome2_src_configure
+ gnome2_src_configure \
+ --disable-static \
+ --enable-tests \
+ $(use_enable clutter) \
+ $(use_enable packagekit) \
+ $(use_enable raw exiv) \
+ ITSTOOL=$(type -P true)
}
pkg_postinst() {