jer         14/11/19 09:54:39

  Modified:             xrestop-0.4.ebuild ChangeLog
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #529782).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.11                 x11-misc/xrestop/xrestop-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?r1=1.10&r2=1.11

Index: xrestop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xrestop-0.4.ebuild  30 May 2007 16:58:19 -0000      1.10
+++ xrestop-0.4.ebuild  19 Nov 2014 09:54:39 -0000      1.11
@@ -1,6 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.10 
2007/05/30 16:58:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.11 
2014/11/19 09:54:39 jer Exp $
+
+EAPI=5
+inherit autotools eutils
 
 DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/xrestop";
@@ -9,15 +12,20 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ppc sparc x86 ~x86-fbsd"
-IUSE=""
 
-RDEPEND="x11-libs/libXres
+RDEPEND="
        x11-libs/libX11
-       x11-libs/libXt"
-DEPEND="${RDEPEND}
-       x11-proto/xproto"
-
-src_install () {
-       make DESTDIR="${D}" install || die "make install failed"
-       dodoc AUTHORS ChangeLog NEWS README
+       x11-libs/libXres
+       x11-libs/libXt
+"
+DEPEND="
+       ${RDEPEND}
+       x11-proto/xproto
+"
+
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-tinfo.patch
+       eautoreconf
 }
+
+DOCS=( AUTHORS ChangeLog NEWS README )



1.29                 x11-misc/xrestop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   30 May 2007 16:58:19 -0000      1.28
+++ ChangeLog   19 Nov 2014 09:54:39 -0000      1.29
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xrestop
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.28 
2007/05/30 16:58:19 armin76 Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.29 
2014/11/19 09:54:39 jer Exp $
+
+  19 Nov 2014; Jeroen Roovers <[email protected]> xrestop-0.4.ebuild,
+  +files/xrestop-0.4-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #529782).
 
   30 May 2007; Raúl Porcel <[email protected]> xrestop-0.4.ebuild:
   alpha stable wrt #157780




Reply via email to