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-netload-plugin: ChangeLog xfce4-netload-plugin-0.4.0-r1.ebuild
Date: Mon,  9 Aug 2010 11:04:07 +0000 (UTC)	[thread overview]
Message-ID: <20100809110407.41D7D2CF2B@corvid.gentoo.org> (raw)

ssuominen    10/08/09 11:04:06

  Modified:             ChangeLog xfce4-netload-plugin-0.4.0-r1.ebuild
  Log:
  Link to libxfcegui4 wrt #331497 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 xfce-extra/xfce4-netload-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	19 Jan 2010 00:20:05 -0000	1.10
+++ ChangeLog	9 Aug 2010 11:04:06 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-netload-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.10 2010/01/19 00:20:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.11 2010/08/09 11:04:06 ssuominen Exp $
+
+  09 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-netload-plugin-0.4.0-r1.ebuild,
+  +files/xfce4-netload-plugin-0.4.0-link_to_libxfcegui4.patch:
+  Link to libxfcegui4 wrt #331497 by Diego E. Pettenò.
 
   19 Jan 2010; Jeroen Roovers <jer@gentoo.org>
   xfce4-netload-plugin-0.4.0-r1.ebuild:



1.10                 xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild

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

Index: xfce4-netload-plugin-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-netload-plugin-0.4.0-r1.ebuild	19 Jan 2010 00:20:05 -0000	1.9
+++ xfce4-netload-plugin-0.4.0-r1.ebuild	9 Aug 2010 11:04:06 -0000	1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v 1.9 2010/01/19 00:20:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-0.4.0-r1.ebuild,v 1.10 2010/08/09 11:04:06 ssuominen Exp $
 
+EAPI=2
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
-EAPI=2
 inherit xfconf
 
 DESCRIPTION="Netload plugin for Xfce4 panel"
@@ -16,21 +16,26 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
-RDEPEND=">=xfce-base/xfce4-panel-4.3.20"
+RDEPEND=">=xfce-base/libxfcegui4-4.3.20
+	>=xfce-base/xfce4-panel-4.3.20"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	dev-util/intltool"
 
 pkg_setup() {
-	PATCHES=( "${FILESDIR}/${P}-asneeded.patch"
-		"${FILESDIR}/${P}-fix-tooltips-gtk2.16.patch" )
-	DOCS="AUTHORS ChangeLog README"
+	PATCHES=(
+		"${FILESDIR}"/${P}-asneeded.patch
+		"${FILESDIR}"/${P}-link_to_libxfcegui4.patch
+		"${FILESDIR}"/${P}-fix-tooltips-gtk2.16.patch
+		)
 	XFCONF="--disable-dependency-tracking
-		$(use_enable debug)"
+		$(xfconf_use_debug)"
+	DOCS="AUTHORS ChangeLog README"
 }
 
 src_prepare() {
-	sed -i -e "/^AC_INIT/s/netload_version()/netload_version/" configure.ac \
-		|| die "sed failed"
+	sed -i \
+		-e '/^AC_INIT/s/netload_version()/netload_version/' \
+		configure.ac || die
 	xfconf_src_prepare
 }






             reply	other threads:[~2010-08-09 11:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-09 11:04 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-19  0:20 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-netload-plugin: ChangeLog xfce4-netload-plugin-0.4.0-r1.ebuild Jeroen Roovers (jer)
2009-12-03 20:37 Brent Baude (ranger)
2009-11-30 15:32 Raul Porcel (armin76)
2009-11-09 20:56 Markus Meier (maekke)
2009-10-24 19:55 Gysbert Wassenaar (nixnut)
2009-10-20 23:30 Christian Faulhammer (fauli)
2009-10-08 17:38 Jeremy Olexa (darkside)
2009-10-03 15:32 Samuli Suominen (ssuominen)
2009-09-22 20: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=20100809110407.41D7D2CF2B@corvid.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