From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1702632-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C86C1580FD for <garchives@archives.gentoo.org>; Mon, 23 Dec 2024 20:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D0BE07BA; Mon, 23 Dec 2024 20:01:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92550E07B2 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2024 20:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 623AD340BE2 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2024 20:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01AE1992 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2024 20:01:12 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1734983513.6f8352228f4713b108434ee538bc8e8d1bef0617.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sflowtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sflowtool/Manifest net-analyzer/sflowtool/sflowtool-6.06.ebuild X-VCS-Directories: net-analyzer/sflowtool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6f8352228f4713b108434ee538bc8e8d1bef0617 X-VCS-Branch: master Date: Mon, 23 Dec 2024 20:01:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fbf13b6f-0212-47cc-a4a7-a8a4ae09f7fb X-Archives-Hash: e2952ac186a1c143a3cb4436ac11c14c commit: 6f8352228f4713b108434ee538bc8e8d1bef0617 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Dec 22 08:20:37 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 19:51:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f835222 net-analyzer/sflowtool: add 6.06 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39818 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-analyzer/sflowtool/Manifest | 1 + net-analyzer/sflowtool/sflowtool-6.06.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-analyzer/sflowtool/Manifest b/net-analyzer/sflowtool/Manifest index 6f5c278eb1ff..bbbc01a03cd6 100644 --- a/net-analyzer/sflowtool/Manifest +++ b/net-analyzer/sflowtool/Manifest @@ -1 +1,2 @@ DIST sflowtool-5.06.tar.gz 78044 BLAKE2B db4a14d3e94660c803399f99b486bc04579b8dacf4e01f484ebeb31cbeec0ad279efdbd85b5a242a4dd9016e36428992344af50275dfd15c89b3337351d5fdb0 SHA512 365922e09544928bbf5893c04e05bc5b3d632290804711cc248d6bbd52c8ed30646bb9bdfd7b231a357f88bd5592473b95edff6ab3b50121809f909b4b65c7a2 +DIST sflowtool-6.06.tar.gz 82125 BLAKE2B c817742f196fc90f273c3fba53475a2e345d24e116ace4015adfb2d06e7737a04db307c53c25241df4d4ac4a4f5bb5fcf652429142e6d628edae6125352270ee SHA512 68acfc5da9ee52b95c59d40986d267546f69e6d286c3a3cf35967d89cd970c2e8f8d32d6eb3f985a6bb48bd695ebed3f42559dcdc993b4fa8d3b904f6f9d756a diff --git a/net-analyzer/sflowtool/sflowtool-6.06.ebuild b/net-analyzer/sflowtool/sflowtool-6.06.ebuild new file mode 100644 index 000000000000..4fbad47c6fac --- /dev/null +++ b/net-analyzer/sflowtool/sflowtool-6.06.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="Utility for collecting and processing sFlow data" +HOMEPAGE=" + https://inmon.com/technology/sflowTools.php + https://github.com/sflow/sflowtool +" +SRC_URI="https://github.com/sflow/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="inmon-sflow" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + append-cppflags -DSPOOFSOURCE + use debug && append-cppflags -DDEBUG + + default +} + +src_install() { + default + dobin scripts/sflowenable +}