public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notes-plugin: ChangeLog xfce4-notes-plugin-1.7.7.ebuild
Date: Fri, 11 Mar 2011 17:26:42 +0000 (UTC)	[thread overview]
Message-ID: <20110311172642.CAE0120054@flycatcher.gentoo.org> (raw)

ssuominen    11/03/11 17:26:42

  Modified:             ChangeLog xfce4-notes-plugin-1.7.7.ebuild
  Log:
  Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-notes-plugin is still using libxfcegui4.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 xfce-extra/xfce4-notes-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	9 Feb 2011 21:19:50 -0000	1.28
+++ ChangeLog	11 Mar 2011 17:26:42 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-notes-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.28 2011/02/09 21:19:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.29 2011/03/11 17:26:42 ssuominen Exp $
+
+  11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-notes-plugin-1.7.7.ebuild:
+  Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because
+  xfce4-notes-plugin is still using libxfcegui4.
 
   09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-notes-plugin-1.7.7.ebuild:



1.3                  xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild?r1=1.2&r2=1.3

Index: xfce4-notes-plugin-1.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-notes-plugin-1.7.7.ebuild	9 Feb 2011 21:19:50 -0000	1.2
+++ xfce4-notes-plugin-1.7.7.ebuild	11 Mar 2011 17:26:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.2 2011/02/09 21:19:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.3 2011/03/11 17:26:42 ssuominen Exp $
 
 EAPI=3
 inherit xfconf
@@ -12,7 +12,7 @@
 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=">=dev-libs/glib-2.16:2
 	>=x11-libs/gtk+-2.18:2
@@ -26,10 +26,12 @@
 	dev-util/intltool"
 
 pkg_setup() {
+	# $(xfconf_use_debug) removed because the package is still using
+	# deprecated libxfcegui4 functions. restore when the package has
+	# been migrated to libxfce4ui.
 	XFCONF=(
 		--disable-dependency-tracking
 		--disable-static
-		$(xfconf_use_debug)
 		)
 
 	DOCS="AUTHORS ChangeLog NEWS README"






             reply	other threads:[~2011-03-11 17:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11 17:26 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-28 12:25 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notes-plugin: ChangeLog xfce4-notes-plugin-1.7.7.ebuild Samuli Suominen (ssuominen)
2012-05-05  7:21 Michal Gorny (mgorny)
2011-03-29 13:15 Jeroen Roovers (jer)
2011-03-22 20:54 Kacper Kowalik (xarthisius)
2011-03-22 10:46 Thomas Kahle (tomka)
2011-03-21 23:31 Markus Meier (maekke)
2011-03-13 16:30 Markos Chandras (hwoarang)
2010-11-07 11:47 Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110311172642.CAE0120054@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox