From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DF6F139694 for ; Fri, 21 Jul 2017 08:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11A5E0BE5; Fri, 21 Jul 2017 08:20:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5226E0BE5 for ; Fri, 21 Jul 2017 08:20:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 555DD3417AE for ; Fri, 21 Jul 2017 08:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09A074B3 for ; Fri, 21 Jul 2017 08:20:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1500625233.2b56839c21d0aff06a389a96da672c6f507125b6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bmon/Manifest net-analyzer/bmon/bmon-3.9.ebuild X-VCS-Directories: net-analyzer/bmon/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2b56839c21d0aff06a389a96da672c6f507125b6 X-VCS-Branch: master Date: Fri, 21 Jul 2017 08:20:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c1714480-8690-4a8a-84dd-23dd4cd3dd3a X-Archives-Hash: 319a4782da5ca5ec2ccb18617a9e4d57 commit: 2b56839c21d0aff06a389a96da672c6f507125b6 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jul 21 08:20:12 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jul 21 08:20:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b56839c net-analyzer/bmon: Old. Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-analyzer/bmon/Manifest | 1 - net-analyzer/bmon/bmon-3.9.ebuild | 48 --------------------------------------- 2 files changed, 49 deletions(-) diff --git a/net-analyzer/bmon/Manifest b/net-analyzer/bmon/Manifest index 812521ff0a8..1dec261a31c 100644 --- a/net-analyzer/bmon/Manifest +++ b/net-analyzer/bmon/Manifest @@ -1,2 +1 @@ -DIST bmon-3.9.tar.gz 61176 SHA256 02120aafb1959285562074490c0a9f7f8648161f9db534cf5792fc16d6e0326c SHA512 4ae7bc557d0c59694f6fbf0a7e91969bd83c3b48fe507be95bfe88b3211d57231de24ebd6358d1c0feca490f4d1ea10fade16baf1d1d683c82e76343a730c705 WHIRLPOOL 2f266f7b47a24fe6929f94cb3547ad9e3033ff60bcc0200a0d8d6b82b00bf7870786aaa674191c4fd8a98efbc7b3b90c35065fa7ed3b4eb503fee0030cb57099 DIST bmon-4.0.tar.gz 61843 SHA256 d5e503ff6b116c681ebf4d10e238604dde836dceb9c0008eb92416a96c87ca40 SHA512 2a5b527a78cc1084c3b96d8d621b002ee86d377776d7e25f711dc2869e59bcd6277cc5f103549fe0b635b1368228a66941d5069fd1240cff678b308d7e17218d WHIRLPOOL ba1a562da80b3d950807941c2a97a20750a6d1b2d15eaa6d585fbc1eb5dc82bfcbf4ceabe5fddba0d72a76542c0aed26420b28b478cca9e8c28e67b380c9f0fb diff --git a/net-analyzer/bmon/bmon-3.9.ebuild b/net-analyzer/bmon/bmon-3.9.ebuild deleted file mode 100644 index 95e18c2a29a..00000000000 --- a/net-analyzer/bmon/bmon-3.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils linux-info toolchain-funcs - -DESCRIPTION="interface bandwidth monitor" -HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/" -SRC_URI=" - https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz -" - -LICENSE="BSD-2 MIT" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc x86" - -RDEPEND=" - >=sys-libs/ncurses-5.3-r2:0= - 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() { - eapply \ - "${FILESDIR}"/${PN}-3.6-docdir-examples.patch - - eapply_user - - eautoreconf -} - -src_configure() { - econf \ - CURSES_LIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" \ - --docdir="/usr/share/doc/${PF}" -}