* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/
@ 2017-02-16 5:53 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-02-16 5:53 UTC (permalink / raw
To: gentoo-commits
commit: 4dfdad4b1090ae728f4f4411047cb47c3c2a809e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:52:57 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 05:53:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfdad4b
net-analyzer/slurm: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/slurm/slurm-0.3.3-r1.ebuild | 40 --------------------------------
1 file changed, 40 deletions(-)
diff --git a/net-analyzer/slurm/slurm-0.3.3-r1.ebuild b/net-analyzer/slurm/slurm-0.3.3-r1.ebuild
deleted file mode 100644
index f582f8e443..0000000000
--- a/net-analyzer/slurm/slurm-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
-HOMEPAGE="http://www.wormulon.net/projects/slurm"
-SRC_URI="http://www.wormulon.net/files/code/slurm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-overflow.patch \
- "${FILESDIR}"/${P}-theme.patch
- eautoreconf
-}
-
-src_install() {
- # binary
- dobin slurm
-
- # themes to use with -t option
- insinto /usr/share/${PN}/themes
- doins themes/*.theme
-
- # manual and other docs
- doman slurm.1
- dodoc AUTHORS ChangeLog COPYRIGHT FAQ KEYS README THANKS \
- THEMES.txt TODO
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/
@ 2017-02-16 6:59 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-02-16 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 46285baf6ec5f22d291decba5c385c558b5a7bbc
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 06:59:27 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 06:59:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46285baf
net-analyzer/slurm: Add sys-libs/ncurses SLOT operator.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/slurm/slurm-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/slurm/slurm-0.4.3.ebuild b/net-analyzer/slurm/slurm-0.4.3.ebuild
index 9be9e1f13b..2fd1cb2a56 100644
--- a/net-analyzer/slurm/slurm-0.4.3.ebuild
+++ b/net-analyzer/slurm/slurm-0.4.3.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND="
- sys-libs/ncurses
+ sys-libs/ncurses:*
"
DEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/
@ 2021-02-25 13:54 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2021-02-25 13:54 UTC (permalink / raw
To: gentoo-commits
commit: c97b7a2c87597d78a7cecbe92251160ab1ea6ab7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 13:51:09 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 13:51:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97b7a2c
net-analyzer/slurm: x86 stable wrt bug #757054
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-analyzer/slurm/slurm-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/slurm/slurm-0.4.3.ebuild b/net-analyzer/slurm/slurm-0.4.3.ebuild
index da86bb68d8b..da2628d3c93 100644
--- a/net-analyzer/slurm/slurm-0.4.3.ebuild
+++ b/net-analyzer/slurm/slurm-0.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mattthias/slurm/archive/upstream/${PN}.tar.gz -> ${P
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/
@ 2021-03-01 9:20 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2021-03-01 9:20 UTC (permalink / raw
To: gentoo-commits
commit: e1b00088a88b6842d8f1ac0f94a1a9d4bdf9b77e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 1 09:18:49 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 1 09:18:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b00088
net-analyzer/slurm: amd64 stable wrt bug #757054
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-analyzer/slurm/slurm-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/slurm/slurm-0.4.3.ebuild b/net-analyzer/slurm/slurm-0.4.3.ebuild
index da2628d3c93..5dd5798c2f8 100644
--- a/net-analyzer/slurm/slurm-0.4.3.ebuild
+++ b/net-analyzer/slurm/slurm-0.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mattthias/slurm/archive/upstream/${PN}.tar.gz -> ${P
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-01 9:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16 5:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2017-02-16 6:59 Jeroen Roovers
2021-02-25 13:54 Agostino Sarubbo
2021-03-01 9:20 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox