public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bmon/files/, net-analyzer/bmon/
Date: Sun, 20 Sep 2015 09:47:32 +0000 (UTC)	[thread overview]
Message-ID: <1442742419.e549623b3c07225d98da5e2d5f574eaecff4a1be.jer@gentoo> (raw)

commit:     e549623b3c07225d98da5e2d5f574eaecff4a1be
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:46:59 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:46:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e549623b

net-analyzer/bmon: Old.

Package-Manager: portage-2.2.20.1

 net-analyzer/bmon/Manifest                      |  2 -
 net-analyzer/bmon/bmon-3.6-r1.ebuild            | 50 -------------------------
 net-analyzer/bmon/bmon-3.7.ebuild               | 49 ------------------------
 net-analyzer/bmon/files/bmon-3.6-net_if.h.patch | 11 ------
 4 files changed, 112 deletions(-)

diff --git a/net-analyzer/bmon/Manifest b/net-analyzer/bmon/Manifest
index 097078b..e43682f 100644
--- a/net-analyzer/bmon/Manifest
+++ b/net-analyzer/bmon/Manifest
@@ -1,3 +1 @@
-DIST bmon-3.6.tar.gz 57883 SHA256 7d9d9b5af751cb61e267b43309506f03e82636282742fce89209f2378ae6a4b1 SHA512 e0c3d828d5391511ea52b1058a22f5eea250c5221664a7c05d7c36fabc361905dcc6cb97184ba0f366e4fe710e33816f72ad59a5856b90265a6b1a415de319e7 WHIRLPOOL d6eaf1b94f6a3dc7d16afe03146a2f8c67514c5fd9cf2956a89f5da6730d329e474b98d6cf3f6138e19e3e1d063aa4b69f325f478b63f8d4bb6fb6b708d13570
-DIST bmon-3.7.tar.gz 58233 SHA256 1e595c9936d8dbc85d91ecc00c3b6a4e49d4f6cade7a8bced3b291925894bb16 SHA512 ef0a50491a2f905b368eb23db5bcfb1c05b2f7fb81f272248a9c6134e7bef06e3db775f18c8e5500cd209461bcb7265c086abb88b55f36009a2040641f64df56 WHIRLPOOL 6ba57c7c726273d0891041580e826654ef75c53cc92b96b4c40021a42aa5959062140a26808f20bfe166bbbbb57ca5daa8b877528e0aa708144e13a3d69003be
 DIST bmon-3.8.tar.gz 58319 SHA256 6bb2bbdd619f279132e54f1fa83fc98c0f75003766f82d6b7cd36c8a46900453 SHA512 692dcf4c4274e892b88651ddc2c53ebe5f419cc41c48129cd621d85bf10568c701caea9eaae357b53a0ffc937f2199378cbbc13cbf110aa121e8e2432eee9519 WHIRLPOOL a4ed559c95eb12a3d0bbd727143c83a3197ba726c6c21b2f221beafd25c904ca4e58fe29b0fba47ad86f2241c1d60e3b5b7418463fd1c8aa6c6f7588469b8dcb

diff --git a/net-analyzer/bmon/bmon-3.6-r1.ebuild b/net-analyzer/bmon/bmon-3.6-r1.ebuild
deleted file mode 100644
index 493a246..0000000
--- a/net-analyzer/bmon/bmon-3.6-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils linux-info toolchain-funcs
-
-DESCRIPTION="interface bandwidth monitor"
-HOMEPAGE="http://www.infradead.org/~tgr/bmon/"
-SRC_URI="
-	https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
-"
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-
-RDEPEND="
-	>=sys-libs/ncurses-5.3-r2
-	dev-libs/confuse
-	dev-libs/libnl:3
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-DOCS=( ChangeLog )
-
-CONFIG_CHECK="~NET_SCHED"
-ERROR_NET_SCHED="
-	CONFIG_NET_SCHED is not set when it should be.
-	Run ${PN} -i proc to use the deprecated proc interface instead.
-"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-docdir-examples.patch \
-		"${FILESDIR}"/${P}-net_if.h.patch
-
-	epatch_user
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
-		--docdir="/usr/share/doc/${PF}"
-}

diff --git a/net-analyzer/bmon/bmon-3.7.ebuild b/net-analyzer/bmon/bmon-3.7.ebuild
deleted file mode 100644
index c2de555..0000000
--- a/net-analyzer/bmon/bmon-3.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils linux-info toolchain-funcs
-
-DESCRIPTION="interface bandwidth monitor"
-HOMEPAGE="http://www.infradead.org/~tgr/bmon/"
-SRC_URI="
-	https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
-"
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-
-RDEPEND="
-	>=sys-libs/ncurses-5.3-r2
-	dev-libs/confuse
-	dev-libs/libnl:3
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-DOCS=( ChangeLog )
-
-CONFIG_CHECK="~NET_SCHED"
-ERROR_NET_SCHED="
-	CONFIG_NET_SCHED is not set when it should be.
-	Run ${PN} -i proc to use the deprecated proc interface instead.
-"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PN}-3.6-docdir-examples.patch
-
-	epatch_user
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
-		--docdir="/usr/share/doc/${PF}"
-}

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
deleted file mode 100644
index 74a174b..0000000
--- a/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/in_netlink.c
-+++ b/src/in_netlink.c
-@@ -37,6 +37,8 @@
- static struct element_group *grp;
- static struct bmon_module netlink_ops;
- 
-+#include <net/if.h>
-+
- #include <netlink/netlink.h>
- #include <netlink/cache.h>
- #include <netlink/utils.h>


                 reply	other threads:[~2015-09-20  9:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442742419.e549623b3c07225d98da5e2d5f574eaecff4a1be.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox