public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2015-08-20 12:23 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-08-20 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     afb3c10cf0af72130e8dd995dc54f833881e4e19
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 12:02:33 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 12:22:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb3c10c

net-analyzer/nload: Set correct subslot dependency for ncurses

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild
index 86e8143..618a37d 100644
--- a/net-analyzer/nload/nload-0.7.4.ebuild
+++ b/net-analyzer/nload/nload-0.7.4.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit autotools eutils
 
 DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
@@ -13,7 +14,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc x86"
 
-RDEPEND=">=sys-libs/ncurses-5.2"
+RDEPEND=">=sys-libs/ncurses-5.2:5="
 DEPEND="
 	${RDEPEND}
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2018-08-26  7:28 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-08-26  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c599dc724f6c90523e5ea53979799c7f29df0ad7
Author:     Andrey Mazo <ahippo <AT> yandex <DOT> com>
AuthorDate: Sun Aug 12 01:34:05 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 07:18:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c599dc72

net-analyzer/nload: migrate to EAPI=7, shorten description

Add -r1 ebuild to fix the following repoman warnings:
"""
  DESCRIPTION.toolong           1
   net-analyzer/nload/nload-0.7.4.ebuild: DESCRIPTION is 83 characters (max 80)
  repo.eapi-deprecated          1
   net-analyzer/nload/nload-0.7.4.ebuild: 5
"""

The description string is suggested by @jonasstein.

Correct the package license in the ebuild as pointed out by @mgorny.
The source code says:
"""
/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
"""

Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r209724049
Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r212440187
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/nload/nload-0.7.4-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/net-analyzer/nload/nload-0.7.4-r1.ebuild b/net-analyzer/nload/nload-0.7.4-r1.ebuild
new file mode 100644
index 00000000000..d65af8f4202
--- /dev/null
+++ b/net-analyzer/nload/nload-0.7.4-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Real time network traffic monitor for the command line interface"
+HOMEPAGE="http://www.roland-riegel.de/nload/index.html"
+SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+
+RDEPEND=">=sys-libs/ncurses-5.2:0="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-tinfo.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	# --enable-debug means do not strip debugging symbols (default no)
+	econf --enable-debug
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2018-08-26  7:28 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-08-26  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     8227cbce727b614ce0459f931496f67a33f4a37a
Author:     Andrey Mazo <ahippo <AT> yandex <DOT> com>
AuthorDate: Tue Aug 21 04:48:37 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 07:18:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8227cbce

net-analyzer/nload: add myself as a proxied maintainer

Link: https://github.com/gentoo/gentoo/pull/9543

 net-analyzer/nload/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/net-analyzer/nload/metadata.xml b/net-analyzer/nload/metadata.xml
index 789a4440552..8e9e21d0208 100644
--- a/net-analyzer/nload/metadata.xml
+++ b/net-analyzer/nload/metadata.xml
@@ -1,8 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>ahippo@yandex.ru</email>
+    <name>Andrey Mazo</name>
+  </maintainer>
   <maintainer type="project">
     <email>netmon@gentoo.org</email>
     <name>Gentoo network monitoring and analysis project</name>
   </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2020-09-07 22:03 Jonas Stein
  0 siblings, 0 replies; 12+ messages in thread
From: Jonas Stein @ 2020-09-07 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5b5c3351aeb7ee63acc019053179f0b97d5d3a
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 22:02:56 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 22:03:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5b5c33

net-analyzer/nload: QA fix, shorten DESCRIPTION

Shortened DESCRIPTION

Package-Manager: Portage-3.0.5, Repoman-2.3.23
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild
index b8bc8eed7b2..d9c1f49430d 100644
--- a/net-analyzer/nload/nload-0.7.4.ebuild
+++ b/net-analyzer/nload/nload-0.7.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools eutils
 
-DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
+DESCRIPTION="Real time network traffic monitor for the command line interface"
 HOMEPAGE="http://www.roland-riegel.de/nload/index.html"
 SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2020-09-08  1:58 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-09-08  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ba7e712932fa661e99716ba5d706e160eef04c31
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 01:57:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 01:57:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7e7129

net-analyzer/nload: Stabilize 0.7.4-r1 arm, #740896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nload/nload-0.7.4-r1.ebuild b/net-analyzer/nload/nload-0.7.4-r1.ebuild
index 70abf3184dd..4d3e7ab4100 100644
--- a/net-analyzer/nload/nload-0.7.4-r1.ebuild
+++ b/net-analyzer/nload/nload-0.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="~amd64 arm ~mips ~ppc ~x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2020-09-08 15:56 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2020-09-08 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     16ea60acd3e506abf864b72f3ad9e692d5feacaa
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 15:54:36 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 15:56:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ea60ac

net-analyzer/nload: x86 stable (bug #740896)

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.4-r1.ebuild b/net-analyzer/nload/nload-0.7.4-r1.ebuild
index 4d3e7ab4100..6573075a36b 100644
--- a/net-analyzer/nload/nload-0.7.4-r1.ebuild
+++ b/net-analyzer/nload/nload-0.7.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc ~x86"
+KEYWORDS="~amd64 arm ~mips ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2020-09-13  8:44 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2020-09-13  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     507726e9004a5086453169e6aa1228e5d2088f78
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 08:40:37 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 08:44:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507726e9

net-analyzer/nload: stable 0.7.4-r1 for ppc

stable wrt bug #740896

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.4-r1.ebuild b/net-analyzer/nload/nload-0.7.4-r1.ebuild
index 6573075a36b..77e09870169 100644
--- a/net-analyzer/nload/nload-0.7.4-r1.ebuild
+++ b/net-analyzer/nload/nload-0.7.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc x86"
+KEYWORDS="~amd64 arm ~mips ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2020-09-18 10:47 Jeroen Roovers
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers @ 2020-09-18 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bb87218b9955b5a6cd179efeeed58a27cbc4289b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 10:46:31 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 10:47:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb87218b

net-analyzer/nload: Old

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.4.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild
deleted file mode 100644
index d9c1f49430d..00000000000
--- a/net-analyzer/nload/nload-0.7.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Real time network traffic monitor for the command line interface"
-HOMEPAGE="http://www.roland-riegel.de/nload/index.html"
-SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-
-RDEPEND=">=sys-libs/ncurses-5.2:0="
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-tinfo.patch
-	eautoreconf
-}
-
-src_configure() {
-	# --enable-debug means do not strip debugging symbols (default no)
-	econf --enable-debug
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2024-03-14 16:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-03-14 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cb77877832def781d354342b264213b705981d2b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 16:55:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 16:55:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb778778

net-analyzer/nload: Stabilize 0.7.5_pre20180309 amd64, #927021

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.5_pre20180309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
index 6870ab429dd9..6489efe75d67 100644
--- a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
+++ b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rolandriegel/nload/archive/${GIT_REV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2024-03-14 16:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-03-14 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d5abd2b188d96f7bdf1a73fbe4cbfc8a46440995
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 16:55:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 16:55:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5abd2b1

net-analyzer/nload: Stabilize 0.7.5_pre20180309 x86, #927021

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.5_pre20180309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
index 6489efe75d67..c7ac0a04c1a5 100644
--- a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
+++ b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rolandriegel/nload/archive/${GIT_REV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2024-03-14 19:19 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-03-14 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f94f453a6ce419b8d24131abb4d7f5c072f54c1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 19:18:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 19:18:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94f453a

net-analyzer/nload: Stabilize 0.7.5_pre20180309 arm, #927021

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.5_pre20180309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
index c7ac0a04c1a5..726ea4702332 100644
--- a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
+++ b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rolandriegel/nload/archive/${GIT_REV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
+KEYWORDS="amd64 arm ~mips ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
@ 2024-03-14 19:21 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-03-14 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     642b27737c922243606e45ac266d7fa9bc7738b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 19:21:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 19:21:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642b2773

net-analyzer/nload: Stabilize 0.7.5_pre20180309 ppc, #927021

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nload/nload-0.7.5_pre20180309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
index 726ea4702332..0764502dec28 100644
--- a/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
+++ b/net-analyzer/nload/nload-0.7.5_pre20180309.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rolandriegel/nload/archive/${GIT_REV}.tar.gz -> ${P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc x86"
+KEYWORDS="amd64 arm ~mips ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-03-14 19:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-26  7:28 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 19:21 Sam James
2024-03-14 19:19 Sam James
2024-03-14 16:55 Arthur Zamarin
2024-03-14 16:55 Arthur Zamarin
2020-09-18 10:47 Jeroen Roovers
2020-09-13  8:44 Sergei Trofimovich
2020-09-08 15:56 Thomas Deutschmann
2020-09-08  1:58 Sam James
2020-09-07 22:03 Jonas Stein
2018-08-26  7:28 Michał Górny
2015-08-20 12:23 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox