Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-0.9-r2.ebuild
Date: Wed, 31 Aug 2011 06:43:32
Message-Id: 20110831064323.301B02004C@flycatcher.gentoo.org
1 mr_bones_ 11/08/31 06:43:23
2
3 Modified: htop-0.9-r2.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sys-process/htop/htop-0.9-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: htop-0.9-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- htop-0.9-r2.ebuild 26 Aug 2011 21:37:18 -0000 1.1
23 +++ htop-0.9-r2.ebuild 31 Aug 2011 06:43:23 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.1 2011/08/26 21:37:18 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.2 2011/08/31 06:43:23 mr_bones_ Exp $
29
30 EAPI=4
31 inherit autotools eutils flag-o-matic multilib
32 @@ -43,7 +43,7 @@
33 epatch "${FILESDIR}"/${P}-uclibc.patch #374595
34
35 # patch accepted by upstream (bug 3383385), remove on >=0.9.1
36 - epatch "${FILESDIR}"/${P}-small-width.patch
37 + epatch "${FILESDIR}"/${P}-small-width.patch
38
39 eautoreconf
40 }