public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifmetric/
@ 2016-11-05  9:01 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2016-11-05  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8d059cb2e92f4ccb7ea29dad4ef20675765c401f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 09:00:28 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 09:00:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d059cb2

net-analyzer/ifmetric: Stable for x86 too.

Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches

 net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild
index e6205ab..c52ed22 100644
--- a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild
+++ b/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="sys-kernel/linux-headers"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifmetric/
@ 2016-11-05  9:01 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2016-11-05  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c874199231e8f7d814581b38ec91d1d4588aace5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 09:01:05 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 09:01:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8741992

net-analyzer/ifmetric: Old.

Package-Manager: portage-2.3.2

 net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild | 34 ----------------------------
 net-analyzer/ifmetric/ifmetric-0.3.ebuild    | 32 --------------------------
 2 files changed, 66 deletions(-)

diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild
deleted file mode 100644
index 51d845b..00000000
--- a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once"
-HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
-SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="sys-kernel/linux-headers"
-
-DOCS=( README )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-ul.patch
-}
-
-src_configure() {
-	# man page and HTML are already generated
-	econf \
-		--disable-xmltoman \
-		--disable-lynx
-}
-
-src_install() {
-	default
-	dohtml doc/README.html
-}

diff --git a/net-analyzer/ifmetric/ifmetric-0.3.ebuild b/net-analyzer/ifmetric/ifmetric-0.3.ebuild
deleted file mode 100644
index 8ddcc25..00000000
--- a/net-analyzer/ifmetric/ifmetric-0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once"
-HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
-SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-# NOTE: this app is linux-only, virtual/os-headers therefore is incorrect
-DEPEND="sys-kernel/linux-headers"
-RDEPEND=""
-
-DOCS=( README )
-
-src_configure() {
-	# man page and HTML are already generated
-	econf \
-		--disable-xmltoman \
-		--disable-lynx
-}
-
-src_install() {
-	default
-	dohtml doc/README.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifmetric/
@ 2022-12-06 21:25 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-12-06 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     474e4df422e5ca6a1baaf8a8f35ab2fc07d8dd33
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 21:25:32 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 21:25:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474e4df4

net-analyzer/ifmetric: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{ifmetric-0.3-r2.ebuild => ifmetric-0.3-r3.ebuild}         | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild
similarity index 87%
rename from net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild
rename to net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild
index f5e962992ffb..df13f75e5942 100644
--- a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild
+++ b/net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Set metrics of all IPv4 routes attached to a given network interface at once"
 HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
@@ -13,15 +13,11 @@ KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="sys-kernel/linux-headers"
 
-DOCS=(
-	README
-	doc/README.html
-)
-
 PATCHES=(
 	"${FILESDIR}"/${P}-ul.patch
 	"${FILESDIR}"/${P}-replybuf.patch
 )
+HTML_DOCS=( doc/README.html )
 
 src_configure() {
 	# man page and HTML are already generated


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

end of thread, other threads:[~2022-12-06 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 21:25 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifmetric/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2016-11-05  9:01 Jeroen Roovers
2016-11-05  9:01 Jeroen Roovers

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