public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/nmon/
Date: Wed, 17 Aug 2016 04:50:06 +0000 (UTC)	[thread overview]
Message-ID: <1471409389.b9cad8c37f19b8e99393e911b0f3cea391264807.jer@gentoo> (raw)

commit:     b9cad8c37f19b8e99393e911b0f3cea391264807
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 04:49:49 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 04:49:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cad8c3

sys-process/nmon: Old.

Package-Manager: portage-2.3.0

 sys-process/nmon/Manifest        |  3 ---
 sys-process/nmon/nmon-15g.ebuild | 35 --------------------------
 sys-process/nmon/nmon-15h.ebuild | 34 -------------------------
 sys-process/nmon/nmon-16d.ebuild | 54 ----------------------------------------
 4 files changed, 126 deletions(-)

diff --git a/sys-process/nmon/Manifest b/sys-process/nmon/Manifest
index 219035d..c9c0fa4 100644
--- a/sys-process/nmon/Manifest
+++ b/sys-process/nmon/Manifest
@@ -1,4 +1 @@
-DIST lmon15g.c 211460 SHA256 0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c SHA512 849238148e5217e1460b4564bab9a9f4e9afb6364d3df75c83611b561b17414fccac16dcd9538e08a6448d5b19f9e506c3e5e44c8273b0e691389dd8d3160f12 WHIRLPOOL 9448863da7cdc8d5e3faa092850049c3f0c53816c547ae09f34209db145b3f818f273725a6be9a04b9e3117bcaa8a9fc394f2ab987fe6f3feecd9e02b95cbe85
-DIST lmon15h.c 211652 SHA256 c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef SHA512 9ba1e42d30c2bcea831764e0d6cbf09d7ee5beff9bd870983bb37224fa40ed55d9f5483b80d9a36cc9f7dcbb9348fe1dca628b036c286effa34c427f7581e00d WHIRLPOOL 0d876d53fde67cceff8047c9fdfedd50bff6fe05467e5370b95e7d434919ff4f4381a030cce9390f3fc7b05e1dad5eb5ea61d46c15d3aa22dcb3b803f824c274
-DIST lmon16d.c 263169 SHA256 6bed2e8f4dd8c612d39b30460f6499714d295f4a9576710fb4faf4918b1a8956 SHA512 a2790bdf6000d69052e748914a0e1dfe2239de83a84c776008dd98bbf359c1b57f7f93936289ed7d567149481131da850b6fe135197bc56b95cb7a7ea50cdd05 WHIRLPOOL 646a717591cd299729e1a109b8b30a6306f7e18738e25722786f03a9955fa6342b03c44b3e2b5f7c785e88679e6f5b66e055a5144c7f9aced0df8795ce27097d
 DIST lmon16f.c 271123 SHA256 280a371e17488f8a2c5e0c64273155789be6fa5b937ab5c465488e591bdc5cd9 SHA512 04d22b4678932067d42158f1bc794f79b5a321e10ba7163632be3b930e28176d0d057cd652ef7cd342167741aafdc00a16e612a99522bfe75072e67cf8d0a66b WHIRLPOOL 26d7f13fad94171a9f66da52fc5a927e2133c41f524956725a4f5e4527d61c2d0034a4c0eada85d22ff81c2b0cbc0f4f26eee0595f844212af36197b76704d3d

diff --git a/sys-process/nmon/nmon-15g.ebuild b/sys-process/nmon/nmon-15g.ebuild
deleted file mode 100644
index c0237a1..0000000
--- a/sys-process/nmon/nmon-15g.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Nigel's performance MONitor for CPU, memory, network, disks, etc..."
-HOMEPAGE="http://nmon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/lmon${PV}.c"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-libs/ncurses:="
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-S=${WORKDIR}
-
-src_unpack() {
-	cp "${DISTDIR}"/lmon${PV}.c "${S}"/nmon.c || die
-}
-
-src_compile() {
-	append-cppflags -DJFS -DGETUSER -DLARGEMEM -DPOWER
-	emake CC="$(tc-getCC)" LDLIBS="$( $(tc-getPKG_CONFIG) --libs ncurses) -lm" ${PN}
-}
-
-src_install() {
-	dobin nmon
-}

diff --git a/sys-process/nmon/nmon-15h.ebuild b/sys-process/nmon/nmon-15h.ebuild
deleted file mode 100644
index bfa9b7f..0000000
--- a/sys-process/nmon/nmon-15h.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Nigel's performance MONitor for CPU, memory, network, disks, etc..."
-HOMEPAGE="http://nmon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/lmon${PV}.c"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-S=${WORKDIR}
-
-src_unpack() {
-	cp "${DISTDIR}"/lmon${PV}.c "${S}"/nmon.c || die
-}
-
-src_compile() {
-	append-cppflags -DJFS -DGETUSER -DLARGEMEM -DPOWER
-	emake CC="$(tc-getCC)" LDLIBS="$( $(tc-getPKG_CONFIG) --libs ncurses) -lm" ${PN}
-}
-
-src_install() {
-	dobin nmon
-}

diff --git a/sys-process/nmon/nmon-16d.ebuild b/sys-process/nmon/nmon-16d.ebuild
deleted file mode 100644
index 3088938..0000000
--- a/sys-process/nmon/nmon-16d.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-MY_P="lmon${PV}"
-
-DESCRIPTION="Nigel's performance MONitor for CPU, memory, network, disks, etc..."
-HOMEPAGE="http://nmon.sourceforge.net/"
-LICENSE="GPL-3"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.c"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm ~ppc64"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	cp -v -f "${DISTDIR}"/${MY_P}.c "${S}"/${PN}.c || die
-}
-
-src_configure() {
-	local cflags=(
-		## recommended by upstream to be always on
-		-DGETUSER
-		-DJFS
-		-DLARGEMEM
-		-DKERNEL_2_6_18
-
-		## archs
-		$(usex amd64 -DX86 '')
-		$(usex x86 -DX86 '')
-		$(usex arm -DARM '')
-		$(usex ppc64 -DPOWER '')
-	)
-	append-cflags "${cflags[@]}"
-	export LDLIBS="$( $(tc-getPKG_CONFIG) --libs ncurses ) -lm"
-}
-
-src_compile() {
-	emake ${PN}
-}
-
-src_install() {
-	dobin ${PN}
-}


             reply	other threads:[~2016-08-17  4:50 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17  4:50 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 11:21 [gentoo-commits] repo/gentoo:master commit in: sys-process/nmon/ Petr Vaněk
2024-11-23 16:20 Michał Górny
2024-11-23 12:30 Arthur Zamarin
2024-06-21 18:33 Arthur Zamarin
2022-12-18 12:45 Sam James
2022-06-17 12:11 Sam James
2022-04-17 19:17 Sam James
2021-12-07  6:26 Agostino Sarubbo
2021-12-05  5:01 Sam James
2021-08-30  8:40 Lars Wendler
2020-08-22  1:50 Georgy Yakovlev
2019-09-26 13:50 Thomas Deutschmann
2019-05-22 21:35 Lars Wendler
2019-05-22 21:35 Lars Wendler
2019-05-22 21:35 Lars Wendler
2019-03-26  8:58 Lars Wendler
2018-02-11 11:36 Michał Górny
2017-08-02  7:43 Lars Wendler
2017-08-02  7:43 Lars Wendler
2017-08-01 14:32 Amy Liffey
2016-12-20 14:38 Tobias Klausmann
2016-07-08 15:59 Anthony G. Basile
2016-07-07 19:48 Austin English
2016-06-26 10:14 Patrice Clement
2016-05-29 15:30 Kristian Fiskerstrand
2016-03-17 10:21 Amy Winston
2016-03-17 10:21 Amy Winston
2016-03-17 10:21 Amy Winston
2015-11-23 16:35 Michael Palimaka
2015-11-23 16:35 Michael Palimaka
2015-10-23  6:22 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471409389.b9cad8c37f19b8e99393e911b0f3cea391264807.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox