* [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.1-r1.ebuild ChangeLog
@ 2012-08-05 8:34 Richard Yao (ryao)
0 siblings, 0 replies; 3+ messages in thread
From: Richard Yao (ryao) @ 2012-08-05 8:34 UTC (permalink / raw
To: gentoo-commits
ryao 12/08/05 08:34:12
Modified: ChangeLog
Added: htop-1.0.1-r1.ebuild
Log:
Make ebuild use /compat/linux/proc on FreeBSD; Keyword ~x64-freebsd
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.120 sys-process/htop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 12 Jul 2012 18:14:57 -0000 1.119
+++ ChangeLog 5 Aug 2012 08:34:11 -0000 1.120
@@ -1,6 +1,12 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.119 2012/07/12 18:14:57 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.120 2012/08/05 08:34:11 ryao Exp $
+
+*htop-1.0.1-r1 (05 Aug 2012)
+
+ 05 Aug 2012; Richard Yao <ryao@gentoo.org> +htop-1.0.1-r1.ebuild,
+ htop-1.0.1.ebuild:
+ Make ebuild use /compat/linux/proc on FreeBSD; Keyword ~x64-freebsd
12 Jul 2012; Christian Ruppert <idl0r@gentoo.org> htop-1.0.1.ebuild:
Inherit autotools eclass for the auto* dependencies
1.1 sys-process/htop/htop-1.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: htop-1.0.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.1 2012/08/05 08:34:11 ryao Exp $
EAPI=4
# autotools for auto* dependencies
inherit autotools
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
RDEPEND="sys-libs/ncurses[unicode?]"
DEPEND="${RDEPEND}"
DOCS=( ChangeLog README )
pkg_setup() {
if use kernel_FreeBSD && ! [[ -f ${ROOT}/compat/linux/proc/stat && -f ${ROOT}/compat/linux/proc/meminfo ]]; then
eerror
eerror "htop requires linprocfs mounted at /compat/linux/proc to build and function."
eerror "To mount it, type:"
[ -d /compat/linux/proc ] || eerror "mkdir -p /compat/linux/proc"
eerror "mount -t linprocfs none /compat/linux/proc"
eerror "Alternatively, place this information into /etc/fstab"
eerror
die "htop needs /compat/linux/proc mounted"
fi
if ! has_version sys-process/lsof; then
ewarn "To use lsof features in htop(what processes are accessing"
ewarn "what files), you must have sys-process/lsof installed."
fi
}
src_prepare() {
sed -i -e '1c\#!'"${EPREFIX}"'/usr/bin/python' \
scripts/MakeHeader.py || die
}
src_configure() {
[[ $CBUILD != $CHOST ]] && export ac_cv_file__proc_{meminfo,stat}=yes #328971
myconf=''
use kernel_FreeBSD && myconf="${myconf} --with-proc=/compat/linux/proc"
econf \
$(use_enable openvz) \
$(use_enable kernel_linux cgroup) \
$(use_enable vserver) \
$(use_enable unicode) \
--enable-taskstats \
${myconf}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.1-r1.ebuild ChangeLog
@ 2012-10-24 23:32 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-24 23:32 UTC (permalink / raw
To: gentoo-commits
blueness 12/10/24 23:32:35
Modified: htop-1.0.1-r1.ebuild ChangeLog
Log:
stable arm ppc ppc64, bug #439548
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xD0455535)
Revision Changes Path
1.2 sys-process/htop/htop-1.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?r1=1.1&r2=1.2
Index: htop-1.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htop-1.0.1-r1.ebuild 5 Aug 2012 08:34:11 -0000 1.1
+++ htop-1.0.1-r1.ebuild 24 Oct 2012 23:32:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.1 2012/08/05 08:34:11 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.2 2012/10/24 23:32:35 blueness Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
RDEPEND="sys-libs/ncurses[unicode?]"
1.121 sys-process/htop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 5 Aug 2012 08:34:11 -0000 1.120
+++ ChangeLog 24 Oct 2012 23:32:35 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.120 2012/08/05 08:34:11 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.121 2012/10/24 23:32:35 blueness Exp $
+
+ 24 Oct 2012; Anthony G. Basile <blueness@gentoo.org> htop-1.0.1-r1.ebuild:
+ stable arm ppc ppc64, bug #439548
*htop-1.0.1-r1 (05 Aug 2012)
@@ -501,4 +504,3 @@
27 May 2004; Wolfram Schlich <wschlich@gentoo.org> metadata.xml:
initial checkin
-
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.1-r1.ebuild ChangeLog
@ 2012-10-28 16:59 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-10-28 16:59 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/10/28 16:59:03
Modified: htop-1.0.1-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #439548
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.3 sys-process/htop/htop-1.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild?r1=1.2&r2=1.3
Index: htop-1.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htop-1.0.1-r1.ebuild 24 Oct 2012 23:32:35 -0000 1.2
+++ htop-1.0.1-r1.ebuild 28 Oct 2012 16:59:03 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.2 2012/10/24 23:32:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1-r1.ebuild,v 1.3 2012/10/28 16:59:03 hwoarang Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
RDEPEND="sys-libs/ncurses[unicode?]"
1.122 sys-process/htop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 24 Oct 2012 23:32:35 -0000 1.121
+++ ChangeLog 28 Oct 2012 16:59:03 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/htop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.121 2012/10/24 23:32:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.122 2012/10/28 16:59:03 hwoarang Exp $
+
+ 28 Oct 2012; Markos Chandras <hwoarang@gentoo.org> htop-1.0.1-r1.ebuild:
+ Stable on amd64 wrt bug #439548
24 Oct 2012; Anthony G. Basile <blueness@gentoo.org> htop-1.0.1-r1.ebuild:
stable arm ppc ppc64, bug #439548
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-28 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 16:59 [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.1-r1.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-10-24 23:32 Anthony G. Basile (blueness)
2012-08-05 8:34 Richard Yao (ryao)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox