summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-11 19:36:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-11 19:36:13 +0000
commite0c2c95952eced777a3ca79ab2e50c761e626aee (patch)
treeba00cf284bebc03166ca834bd15070cee358cba7 /xfce-extra/xfce4-verve-plugin
parentUse Python 2 (bug #313967). (diff)
downloadgentoo-2-e0c2c95952eced777a3ca79ab2e50c761e626aee.tar.gz
gentoo-2-e0c2c95952eced777a3ca79ab2e50c761e626aee.tar.bz2
gentoo-2-e0c2c95952eced777a3ca79ab2e50c761e626aee.zip
Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-verve-plugin is still using libxfcegui4.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-verve-plugin')
-rw-r--r--xfce-extra/xfce4-verve-plugin/ChangeLog9
-rw-r--r--xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild11
2 files changed, 13 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-verve-plugin/ChangeLog b/xfce-extra/xfce4-verve-plugin/ChangeLog
index 7042960ff506..b1c7c655c477 100644
--- a/xfce-extra/xfce4-verve-plugin/ChangeLog
+++ b/xfce-extra/xfce4-verve-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-verve-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.6 2010/12/23 16:34:03 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.7 2011/03/11 19:36:13 ssuominen Exp $
+
+ 11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-verve-plugin-1.0.0.ebuild:
+ Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because
+ xfce4-verve-plugin is still using libxfcegui4.
*xfce4-verve-plugin-1.0.0 (23 Dec 2010)
diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild
index 95279f07bc99..aad90a850231 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild,v 1.1 2010/12/23 16:34:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild,v 1.2 2011/03/11 19:36:13 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -12,23 +12,24 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="dbus debug"
+IUSE="dbus"
RDEPEND=">=xfce-base/exo-0.3.1.3
>=xfce-base/xfce4-panel-4.4
>=xfce-base/libxfce4util-4.4
>=xfce-base/libxfcegui4-4.4
>=dev-libs/libpcre-5
- dbus? ( >=dev-libs/dbus-glib-0.60 )"
+ dbus? ( >=dev-libs/dbus-glib-0.88 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
+ # $(xfconf_use_debug) removed because the package is still using
+ # libxfcegui4. restore when ported to libxfce4ui.
XFCONF=(
--disable-dependency-tracking
$(use_enable dbus)
- $(xfconf_use_debug)
)
DOCS="AUTHORS ChangeLog NEWS README THANKS"