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 16606158F57 for ; Mon, 16 Aug 2021 20:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C41AFE0B43; Mon, 16 Aug 2021 01:58:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ABAE5E0AFF for ; Mon, 16 Aug 2021 01:58:23 +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 D0CA03457F2 for ; Mon, 16 Aug 2021 01:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454908C3 for ; Mon, 16 Aug 2021 01:58:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629079086.99e9cad26a10a5bd5461f17ccacad22e6590749d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cbm/Manifest net-analyzer/cbm/cbm-0.3.2.ebuild X-VCS-Directories: net-analyzer/cbm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99e9cad26a10a5bd5461f17ccacad22e6590749d X-VCS-Branch: master Date: Mon, 16 Aug 2021 01:58:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d3a0eff-1a63-4c7c-bdee-6a1866b5c4d4 X-Archives-Hash: 2acf4d858e45ba79937c152523b0da05 commit: 99e9cad26a10a5bd5461f17ccacad22e6590749d Author: Sam James gentoo org> AuthorDate: Mon Aug 16 00:57:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 01:58:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9cad2 net-analyzer/cbm: add 0.3.2 Signed-off-by: Sam James gentoo.org> net-analyzer/cbm/Manifest | 1 + net-analyzer/cbm/cbm-0.3.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest index 5bf9273a1ef..53acce07a82 100644 --- a/net-analyzer/cbm/Manifest +++ b/net-analyzer/cbm/Manifest @@ -1,2 +1,3 @@ DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e SHA512 ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02 +DIST cbm-0.3.2.tar.gz 17448 BLAKE2B 21acdfb2e125b31f617bd3204cc11ef199647552b67671e62bec7a94ea4a5c213a1099c72261e6370aee06e4a6686392878a30a863778387c08a1a8095855940 SHA512 7a597467203786023a8efee23ea1ed65195f872f6287ed2767f9be449cc47757980703f629222f37309c25cc5f201d9581a713479d954ddc99347d641ab4ac34 DIST cbm-0.3.tar.gz 16473 BLAKE2B 165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79 SHA512 dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29 diff --git a/net-analyzer/cbm/cbm-0.3.2.ebuild b/net-analyzer/cbm/cbm-0.3.2.ebuild new file mode 100644 index 00000000000..22ae3162bb6 --- /dev/null +++ b/net-analyzer/cbm/cbm-0.3.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Color Bandwidth Meter" +HOMEPAGE=" + http://www.isotton.com/software/unix/cbm/ + https://github.com/resurrecting-open-source-projects/cbm +" +SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-libs/ncurses:=" +DEPEND="${RDEPEND}" +BDEPEND="app-text/docbook-xml-dtd:4.4 + app-text/xmlto + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${PN}-0.2-tinfo.patch +) + +src_prepare() { + default + eautoreconf +}