From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-diskperf-plugin: ChangeLog xfce4-diskperf-plugin-2.3.0.ebuild
Date: Wed, 7 Dec 2011 15:43:53 +0000 (UTC) [thread overview]
Message-ID: <20111207154353.4EE4E2004C@flycatcher.gentoo.org> (raw)
ssuominen 11/12/07 15:43:53
Modified: ChangeLog xfce4-diskperf-plugin-2.3.0.ebuild
Log:
Explicitely link against -lm (as reported by Jeremy Olexa). Remove USE="debug" because the package is still using libxfcegui4 and doesn't pass with -DXFCE_DISABLE_DEPRECATED flag.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.11 xfce-extra/xfce4-diskperf-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 23 Apr 2011 17:35:17 -0000 1.10
+++ ChangeLog 7 Dec 2011 15:43:53 -0000 1.11
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-diskperf-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.10 2011/04/23 17:35:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.11 2011/12/07 15:43:53 ssuominen Exp $
+
+ 07 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-diskperf-plugin-2.3.0.ebuild,
+ +files/xfce4-diskperf-plugin-2.3.0-underlinking.patch:
+ Explicitely link against -lm (as reported by Jeremy Olexa). Remove
+ USE="debug" because the package is still using libxfcegui4 and doesn't pass
+ with -DXFCE_DISABLE_DEPRECATED flag.
23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-diskperf-plugin-2.3.0.ebuild:
1.9 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild?r1=1.8&r2=1.9
Index: xfce4-diskperf-plugin-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-diskperf-plugin-2.3.0.ebuild 19 May 2011 21:30:45 -0000 1.8
+++ xfce4-diskperf-plugin-2.3.0.ebuild 7 Dec 2011 15:43:53 -0000 1.9
@@ -1,8 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.8 2011/05/19 21:30:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.9 2011/12/07 15:43:53 ssuominen Exp $
EAPI=4
+EAUTORECONF=yes
inherit xfconf
DESCRIPTION="Xfce's disk usage and performance panel plugin"
@@ -12,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
RDEPEND=">=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8"
@@ -21,6 +22,6 @@
dev-util/intltool"
pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
+ PATCHES=( "${FILESDIR}"/${P}-underlinking.patch )
DOCS=( AUTHORS ChangeLog NEWS README )
}
next reply other threads:[~2011-12-07 15:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 15:43 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-07 13:26 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-diskperf-plugin: ChangeLog xfce4-diskperf-plugin-2.3.0.ebuild Samuli Suominen (ssuominen)
2011-03-29 13:12 Jeroen Roovers (jer)
2011-03-22 20:51 Kacper Kowalik (xarthisius)
2011-03-22 10:42 Thomas Kahle (tomka)
2011-03-21 23:24 Markus Meier (maekke)
2011-03-13 16:28 Markos Chandras (hwoarang)
2011-01-21 17:28 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=20111207154353.4EE4E2004C@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