Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.8.ebuild
Date: Sat, 10 May 2008 08:23:37
Message-Id: E1JukMh-0000j1-1z@stork.gentoo.org
1 wschlich 08/05/10 08:23:35
2
3 Modified: ChangeLog
4 Added: htop-0.8.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.54 sys-process/htop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 14 Feb 2008 01:11:20 -0000 1.53
23 +++ ChangeLog 10 May 2008 08:23:34 -0000 1.54
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-process/htop
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.53 2008/02/14 01:11:20 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.54 2008/05/10 08:23:34 wschlich Exp $
29 +
30 +*htop-0.8 (09 May 2008)
31 +
32 + 09 May 2008; Wolfram Schlich <wschlich@g.o> +htop-0.8.ebuild:
33 + version bump
34
35 14 Feb 2008; Wolfram Schlich <wschlich@g.o> -htop-0.6.5.ebuild:
36 removed old version
37
38
39
40 1.1 sys-process/htop/htop-0.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/htop-0.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/htop-0.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: htop-0.8.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.ebuild,v 1.1 2008/05/10 08:23:34 wschlich Exp $
50
51 inherit flag-o-matic
52
53 IUSE="debug"
54 DESCRIPTION="interactive process viewer"
55 HOMEPAGE="http://htop.sourceforge.net"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 DEPEND="sys-libs/ncurses"
61
62 pkg_setup() {
63 if use elibc_FreeBSD ; then
64 elog
65 elog "htop needs /proc mounted to work, to mount it type"
66 elog "mount -t linprocfs none /proc"
67 elog "or uncomment the example in /etc/fstab"
68 elog
69 fi
70 }
71
72 src_compile() {
73 useq debug && append-flags -O -ggdb -DDEBUG
74 econf || die "configure failed"
75 emake || die "make failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "make install failed"
80 dodoc README ChangeLog TODO
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list