public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mpc-plugin: xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
@ 2011-01-09 11:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-09 11:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/09 11:36:03

  Modified:             ChangeLog
  Added:                xfce4-mpc-plugin-0.3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-mpc-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Aug 2010 20:55:38 -0000	1.9
+++ ChangeLog	9 Jan 2011 11:36:03 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-mpc-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.9 2010/08/11 20:55:38 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.10 2011/01/09 11:36:03 ssuominen Exp $
+
+*xfce4-mpc-plugin-0.3.6 (09 Jan 2011)
+
+  09 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-mpc-plugin-0.3.6.ebuild:
+  Version bump.
 
   11 Aug 2010; Joseph Jezak <josejx@gentoo.org>
   xfce4-mpc-plugin-0.3.5.ebuild:



1.1                  xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-mpc-plugin-0.3.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.1 2011/01/09 11:36:03 ssuominen Exp $

EAPI=3
inherit xfconf

DESCRIPTION="Music Player Daemon (mpd) panel plugin"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.3/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug libmpd"

RDEPEND=">=xfce-base/exo-0.3.1.1
	>=xfce-base/libxfcegui4-4.3.22
	>=xfce-base/xfce4-panel-4.3.22
	libmpd? ( media-libs/libmpd )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool"

pkg_setup() {
	XFCONF=(
		--disable-dependency-tracking
		$(use_enable libmpd)
		$(xfconf_use_debug)
		)

	DOCS="AUTHORS ChangeLog README TODO"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mpc-plugin: xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
@ 2011-03-11 17:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-11 17:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/11 17:17:12

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

Revision  Changes    Path
1.2                  xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild

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

Index: xfce4-mpc-plugin-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-mpc-plugin-0.3.6.ebuild	9 Jan 2011 11:36:03 -0000	1.1
+++ xfce4-mpc-plugin-0.3.6.ebuild	11 Mar 2011 17:17:12 -0000	1.2
@@ -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-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.1 2011/01/09 11:36:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.2 2011/03/11 17:17:12 ssuominen Exp $
 
 EAPI=3
 inherit xfconf
@@ -12,7 +12,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug libmpd"
+IUSE="libmpd"
 
 RDEPEND=">=xfce-base/exo-0.3.1.1
 	>=xfce-base/libxfcegui4-4.3.22
@@ -23,11 +23,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
 		$(use_enable libmpd)
-		$(xfconf_use_debug)
 		)
-
 	DOCS="AUTHORS ChangeLog README TODO"
 }



1.11                 xfce-extra/xfce4-mpc-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	9 Jan 2011 11:36:03 -0000	1.10
+++ ChangeLog	11 Mar 2011 17:17:12 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-mpc-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.10 2011/01/09 11:36:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.11 2011/03/11 17:17:12 ssuominen Exp $
+
+  11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-mpc-plugin-0.3.6.ebuild:
+  Remove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because
+  xfce4-mpc-plugin is still using libxfcegui4.
 
 *xfce4-mpc-plugin-0.3.6 (09 Jan 2011)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mpc-plugin: xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
@ 2011-03-13 16:29 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-13 16:29 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/13 16:29:44

  Modified:             xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #358407
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild

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

Index: xfce4-mpc-plugin-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-mpc-plugin-0.3.6.ebuild	11 Mar 2011 17:17:12 -0000	1.2
+++ xfce4-mpc-plugin-0.3.6.ebuild	13 Mar 2011 16:29:44 -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-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.2 2011/03/11 17:17:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.3 2011/03/13 16:29:44 hwoarang Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="libmpd"
 
 RDEPEND=">=xfce-base/exo-0.3.1.1



1.12                 xfce-extra/xfce4-mpc-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Mar 2011 17:17:12 -0000	1.11
+++ ChangeLog	13 Mar 2011 16:29:44 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-mpc-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.11 2011/03/11 17:17:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.12 2011/03/13 16:29:44 hwoarang Exp $
+
+  13 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
+  xfce4-mpc-plugin-0.3.6.ebuild:
+  Stable on amd64 wrt bug #358407
 
   11 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-mpc-plugin-0.3.6.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mpc-plugin: xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
@ 2011-03-22 10:45 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-22 10:45 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/22 10:45:25

  Modified:             xfce4-mpc-plugin-0.3.6.ebuild ChangeLog
  Log:
  x86 stable per bug 358407
  
  (Portage version: 2.1.9.44/cvs/Linux i686)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild

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

Index: xfce4-mpc-plugin-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-mpc-plugin-0.3.6.ebuild	13 Mar 2011 16:29:44 -0000	1.3
+++ xfce4-mpc-plugin-0.3.6.ebuild	22 Mar 2011 10:45:25 -0000	1.4
@@ -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-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.3 2011/03/13 16:29:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.6.ebuild,v 1.4 2011/03/22 10:45:25 tomka Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="libmpd"
 
 RDEPEND=">=xfce-base/exo-0.3.1.1



1.13                 xfce-extra/xfce4-mpc-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Mar 2011 16:29:44 -0000	1.12
+++ ChangeLog	22 Mar 2011 10:45:25 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-mpc-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.12 2011/03/13 16:29:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.13 2011/03/22 10:45:25 tomka Exp $
+
+  22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-mpc-plugin-0.3.6.ebuild:
+  x86 stable per bug 358407
 
   13 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
   xfce4-mpc-plugin-0.3.6.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-22 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-13 16:29 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mpc-plugin: xfce4-mpc-plugin-0.3.6.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 10:45 Thomas Kahle (tomka)
2011-03-11 17:17 Samuli Suominen (ssuominen)
2011-01-09 11:36 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox