* [gentoo-commits] gentoo-x86 commit in x11-misc/xrestop: xrestop-0.4.ebuild ChangeLog
@ 2014-11-19 9:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-11-19 9:54 UTC (permalink / raw
To: gentoo-commits
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 <jer@gentoo.org> 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 <armin76@gentoo.org> xrestop-0.4.ebuild:
alpha stable wrt #157780
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xrestop: xrestop-0.4.ebuild ChangeLog
@ 2015-01-03 10:45 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2015-01-03 10:45 UTC (permalink / raw
To: gentoo-commits
jer 15/01/03 10:45:55
Modified: xrestop-0.4.ebuild ChangeLog
Log:
Add missing DEPEND on virtual/pkgconfig (bug #534166).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.12 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?r1=1.11&r2=1.12
Index: xrestop-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xrestop-0.4.ebuild 19 Nov 2014 09:54:39 -0000 1.11
+++ xrestop-0.4.ebuild 3 Jan 2015 10:45:55 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.11 2014/11/19 09:54:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.12 2015/01/03 10:45:55 jer Exp $
EAPI=5
inherit autotools eutils
@@ -21,6 +21,7 @@
DEPEND="
${RDEPEND}
x11-proto/xproto
+ virtual/pkgconfig
"
src_prepare() {
1.30 x11-misc/xrestop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 19 Nov 2014 09:54:39 -0000 1.29
+++ ChangeLog 3 Jan 2015 10:45:55 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xrestop
-# 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 $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.30 2015/01/03 10:45:55 jer Exp $
+
+ 03 Jan 2015; Jeroen Roovers <jer@gentoo.org> xrestop-0.4.ebuild:
+ Add missing DEPEND on virtual/pkgconfig (bug #534166).
19 Nov 2014; Jeroen Roovers <jer@gentoo.org> xrestop-0.4.ebuild,
+files/xrestop-0.4-tinfo.patch:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-03 10:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 9:54 [gentoo-commits] gentoo-x86 commit in x11-misc/xrestop: xrestop-0.4.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-01-03 10:45 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox