public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bwbar: ChangeLog bwbar-1.2.3.ebuild
@ 2011-08-07 23:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-08-07 23:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/08/07 23:12:32

  Modified:             ChangeLog bwbar-1.2.3.ebuild
  Log:
  Fix building with libpng15 wrt #378145 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-analyzer/bwbar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	15 May 2008 01:40:34 -0000	1.7
+++ ChangeLog	7 Aug 2011 23:12:32 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/bwbar
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/ChangeLog,v 1.7 2008/05/15 01:40:34 rich0 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/ChangeLog,v 1.8 2011/08/07 23:12:32 ssuominen Exp $
+
+  07 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> bwbar-1.2.3.ebuild,
+  +files/bwbar-1.2.3-libpng15.patch:
+  Fix building with libpng15 wrt #378145 by Diego Elio Pettenò
 
   15 May 2008; Richard Freeman <rich0@gentoo.org> bwbar-1.2.3.ebuild:
   keyword ~amd64 - 205978



1.4                  net-analyzer/bwbar/bwbar-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild?r1=1.3&r2=1.4

Index: bwbar-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bwbar-1.2.3.ebuild	15 May 2008 01:40:34 -0000	1.3
+++ bwbar-1.2.3.ebuild	7 Aug 2011 23:12:32 -0000	1.4
@@ -1,15 +1,25 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild,v 1.3 2008/05/15 01:40:34 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild,v 1.4 2011/08/07 23:12:32 ssuominen Exp $
+
+EAPI=4
+inherit eutils
 
 DESCRIPTION="The kernel.org \"Current bandwidth utilization\" bar"
 HOMEPAGE="http://www.kernel.org/pub/software/web/bwbar/"
 SRC_URI="mirror://kernel/software/web/bwbar/${P}.tar.bz2"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 x86"
 IUSE=""
-DEPEND="media-libs/libpng"
+
+RDEPEND=">=media-libs/libpng-1.2"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libpng15.patch
+}
 
 src_install() {
 	dobin bwbar






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-07 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 23:12 [gentoo-commits] gentoo-x86 commit in net-analyzer/bwbar: ChangeLog bwbar-1.2.3.ebuild 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