summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-11 19:25:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-11 19:25:56 +0000
commitcbd0f11ddade29baa9ac3bdbf834a6864c0ea79d (patch)
treedfb396d19fec31275d0ea45850b64cb19be86213 /xfce-extra/xfce4-time-out-plugin
parentUse Python 2. (diff)
downloadgentoo-2-cbd0f11ddade29baa9ac3bdbf834a6864c0ea79d.tar.gz
gentoo-2-cbd0f11ddade29baa9ac3bdbf834a6864c0ea79d.tar.bz2
gentoo-2-cbd0f11ddade29baa9ac3bdbf834a6864c0ea79d.zip
Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-time-out-plugin is still using libxfcegui4.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-time-out-plugin')
-rw-r--r--xfce-extra/xfce4-time-out-plugin/ChangeLog9
-rw-r--r--xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild9
2 files changed, 12 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-time-out-plugin/ChangeLog b/xfce-extra/xfce4-time-out-plugin/ChangeLog
index 543d853a42eb..aefded78c4f3 100644
--- a/xfce-extra/xfce4-time-out-plugin/ChangeLog
+++ b/xfce-extra/xfce4-time-out-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-time-out-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.3 2010/12/27 19:09:45 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.4 2011/03/11 19:25:56 ssuominen Exp $
+
+ 11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-time-out-plugin-1.0.0.ebuild:
+ Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because
+ xfce4-time-out-plugin is still using libxfcegui4.
*xfce4-time-out-plugin-1.0.0 (27 Dec 2010)
diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild
index d7d9eb09ace3..1852aa204e86 100644
--- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild
+++ b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-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-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild,v 1.1 2010/12/27 19:09:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild,v 1.2 2011/03/11 19:25:56 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -12,7 +12,7 @@ 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 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
RDEPEND=">=x11-libs/gtk+-2.8:2
>=xfce-base/xfce4-panel-4.3.99.2
@@ -23,9 +23,10 @@ DEPEND="${RDEPEND}
dev-util/intltool"
pkg_setup() {
+ # $(xfconf_use_debug) removed because this package is still using
+ # libxfcegui4. restore when ported to libxfce4ui.
XFCONF=(
--disable-dependency-tracking
- $(xfconf_use_debug)
)
DOCS="AUTHORS ChangeLog NEWS README THANKS"