Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifmetric/
Date: Sat, 05 Nov 2016 09:01:31
Message-Id: 1478336465.c874199231e8f7d814581b38ec91d1d4588aace5.jer@gentoo
1 commit: c874199231e8f7d814581b38ec91d1d4588aace5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:01:05 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:01:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8741992
7
8 net-analyzer/ifmetric: Old.
9
10 Package-Manager: portage-2.3.2
11
12 net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild | 34 ----------------------------
13 net-analyzer/ifmetric/ifmetric-0.3.ebuild | 32 --------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild
17 deleted file mode 100644
18 index 51d845b..00000000
19 --- a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -inherit eutils
28 -
29 -DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once"
30 -HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
31 -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -
37 -DEPEND="sys-kernel/linux-headers"
38 -
39 -DOCS=( README )
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-ul.patch
43 -}
44 -
45 -src_configure() {
46 - # man page and HTML are already generated
47 - econf \
48 - --disable-xmltoman \
49 - --disable-lynx
50 -}
51 -
52 -src_install() {
53 - default
54 - dohtml doc/README.html
55 -}
56
57 diff --git a/net-analyzer/ifmetric/ifmetric-0.3.ebuild b/net-analyzer/ifmetric/ifmetric-0.3.ebuild
58 deleted file mode 100644
59 index 8ddcc25..00000000
60 --- a/net-analyzer/ifmetric/ifmetric-0.3.ebuild
61 +++ /dev/null
62 @@ -1,32 +0,0 @@
63 -# Copyright 1999-2013 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Id$
66 -
67 -EAPI=4
68 -
69 -DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once"
70 -HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
71 -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~ppc x86"
76 -IUSE=""
77 -
78 -# NOTE: this app is linux-only, virtual/os-headers therefore is incorrect
79 -DEPEND="sys-kernel/linux-headers"
80 -RDEPEND=""
81 -
82 -DOCS=( README )
83 -
84 -src_configure() {
85 - # man page and HTML are already generated
86 - econf \
87 - --disable-xmltoman \
88 - --disable-lynx
89 -}
90 -
91 -src_install() {
92 - default
93 - dohtml doc/README.html
94 -}