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/bmon/files/, net-analyzer/bmon/
Date: Sun, 20 Sep 2015 09:47:37
Message-Id: 1442742419.e549623b3c07225d98da5e2d5f574eaecff4a1be.jer@gentoo
1 commit: e549623b3c07225d98da5e2d5f574eaecff4a1be
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 09:46:59 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 09:46:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e549623b
7
8 net-analyzer/bmon: Old.
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/bmon/Manifest | 2 -
13 net-analyzer/bmon/bmon-3.6-r1.ebuild | 50 -------------------------
14 net-analyzer/bmon/bmon-3.7.ebuild | 49 ------------------------
15 net-analyzer/bmon/files/bmon-3.6-net_if.h.patch | 11 ------
16 4 files changed, 112 deletions(-)
17
18 diff --git a/net-analyzer/bmon/Manifest b/net-analyzer/bmon/Manifest
19 index 097078b..e43682f 100644
20 --- a/net-analyzer/bmon/Manifest
21 +++ b/net-analyzer/bmon/Manifest
22 @@ -1,3 +1 @@
23 -DIST bmon-3.6.tar.gz 57883 SHA256 7d9d9b5af751cb61e267b43309506f03e82636282742fce89209f2378ae6a4b1 SHA512 e0c3d828d5391511ea52b1058a22f5eea250c5221664a7c05d7c36fabc361905dcc6cb97184ba0f366e4fe710e33816f72ad59a5856b90265a6b1a415de319e7 WHIRLPOOL d6eaf1b94f6a3dc7d16afe03146a2f8c67514c5fd9cf2956a89f5da6730d329e474b98d6cf3f6138e19e3e1d063aa4b69f325f478b63f8d4bb6fb6b708d13570
24 -DIST bmon-3.7.tar.gz 58233 SHA256 1e595c9936d8dbc85d91ecc00c3b6a4e49d4f6cade7a8bced3b291925894bb16 SHA512 ef0a50491a2f905b368eb23db5bcfb1c05b2f7fb81f272248a9c6134e7bef06e3db775f18c8e5500cd209461bcb7265c086abb88b55f36009a2040641f64df56 WHIRLPOOL 6ba57c7c726273d0891041580e826654ef75c53cc92b96b4c40021a42aa5959062140a26808f20bfe166bbbbb57ca5daa8b877528e0aa708144e13a3d69003be
25 DIST bmon-3.8.tar.gz 58319 SHA256 6bb2bbdd619f279132e54f1fa83fc98c0f75003766f82d6b7cd36c8a46900453 SHA512 692dcf4c4274e892b88651ddc2c53ebe5f419cc41c48129cd621d85bf10568c701caea9eaae357b53a0ffc937f2199378cbbc13cbf110aa121e8e2432eee9519 WHIRLPOOL a4ed559c95eb12a3d0bbd727143c83a3197ba726c6c21b2f221beafd25c904ca4e58fe29b0fba47ad86f2241c1d60e3b5b7418463fd1c8aa6c6f7588469b8dcb
26
27 diff --git a/net-analyzer/bmon/bmon-3.6-r1.ebuild b/net-analyzer/bmon/bmon-3.6-r1.ebuild
28 deleted file mode 100644
29 index 493a246..0000000
30 --- a/net-analyzer/bmon/bmon-3.6-r1.ebuild
31 +++ /dev/null
32 @@ -1,50 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -inherit autotools eutils linux-info toolchain-funcs
39 -
40 -DESCRIPTION="interface bandwidth monitor"
41 -HOMEPAGE="http://www.infradead.org/~tgr/bmon/"
42 -SRC_URI="
43 - https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
44 -"
45 -
46 -LICENSE="BSD-2 MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 hppa ~ppc ~sparc x86"
49 -
50 -RDEPEND="
51 - >=sys-libs/ncurses-5.3-r2
52 - dev-libs/confuse
53 - dev-libs/libnl:3
54 -"
55 -DEPEND="
56 - ${RDEPEND}
57 - virtual/pkgconfig
58 -"
59 -
60 -DOCS=( ChangeLog )
61 -
62 -CONFIG_CHECK="~NET_SCHED"
63 -ERROR_NET_SCHED="
64 - CONFIG_NET_SCHED is not set when it should be.
65 - Run ${PN} -i proc to use the deprecated proc interface instead.
66 -"
67 -
68 -src_prepare() {
69 - epatch \
70 - "${FILESDIR}"/${P}-docdir-examples.patch \
71 - "${FILESDIR}"/${P}-net_if.h.patch
72 -
73 - epatch_user
74 -
75 - eautoreconf
76 -}
77 -
78 -src_configure() {
79 - econf \
80 - CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
81 - --docdir="/usr/share/doc/${PF}"
82 -}
83
84 diff --git a/net-analyzer/bmon/bmon-3.7.ebuild b/net-analyzer/bmon/bmon-3.7.ebuild
85 deleted file mode 100644
86 index c2de555..0000000
87 --- a/net-analyzer/bmon/bmon-3.7.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2015 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -# $Id$
93 -
94 -EAPI=5
95 -inherit autotools eutils linux-info toolchain-funcs
96 -
97 -DESCRIPTION="interface bandwidth monitor"
98 -HOMEPAGE="http://www.infradead.org/~tgr/bmon/"
99 -SRC_URI="
100 - https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
101 -"
102 -
103 -LICENSE="BSD-2 MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
106 -
107 -RDEPEND="
108 - >=sys-libs/ncurses-5.3-r2
109 - dev-libs/confuse
110 - dev-libs/libnl:3
111 -"
112 -DEPEND="
113 - ${RDEPEND}
114 - virtual/pkgconfig
115 -"
116 -
117 -DOCS=( ChangeLog )
118 -
119 -CONFIG_CHECK="~NET_SCHED"
120 -ERROR_NET_SCHED="
121 - CONFIG_NET_SCHED is not set when it should be.
122 - Run ${PN} -i proc to use the deprecated proc interface instead.
123 -"
124 -
125 -src_prepare() {
126 - epatch \
127 - "${FILESDIR}"/${PN}-3.6-docdir-examples.patch
128 -
129 - epatch_user
130 -
131 - eautoreconf
132 -}
133 -
134 -src_configure() {
135 - econf \
136 - CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
137 - --docdir="/usr/share/doc/${PF}"
138 -}
139
140 diff --git a/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch b/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch
141 deleted file mode 100644
142 index 74a174b..0000000
143 --- a/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch
144 +++ /dev/null
145 @@ -1,11 +0,0 @@
146 ---- a/src/in_netlink.c
147 -+++ b/src/in_netlink.c
148 -@@ -37,6 +37,8 @@
149 - static struct element_group *grp;
150 - static struct bmon_module netlink_ops;
151 -
152 -+#include <net/if.h>
153 -+
154 - #include <netlink/netlink.h>
155 - #include <netlink/cache.h>
156 - #include <netlink/utils.h>