public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
Date: Mon, 20 May 2024 09:28:13 +0000 (UTC)	[thread overview]
Message-ID: <1716197285.a087638d17d775ffea78f68736bc9d0d649a2f20.KurtKanzenbach@gentoo> (raw)

commit:     a087638d17d775ffea78f68736bc9d0d649a2f20
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Mon May 20 09:23:21 2024 +0000
Commit:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Mon May 20 09:28:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a087638d

net-misc/smcroute: add 2.5.7

Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>

 net-misc/smcroute/Manifest              |  1 +
 net-misc/smcroute/smcroute-2.5.7.ebuild | 38 +++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 805199b236..3196450989 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1 +1,2 @@
 DIST smcroute-2.5.6.tar.gz 226773 BLAKE2B 2eb841f605761044e9c8b3e76fa5ffd66cc26cbbd3f2d004e7126315b185c6346cac4966ace5e112ec2272d45aaf81102e543a7631ad6bd5806fdaee4f9ac2ff SHA512 6d84cb7b07ea5d2562ff7100c26908948f373bb4ddeb2c031e9b1e1a38665a4d3e8512288fcbe33f28093e268a579a5e37ca99f1f30e73e5e813cf1e4ddafaf2
+DIST smcroute-2.5.7.tar.gz 261159 BLAKE2B ead4bb13af1877afca4c0cd531d4e74c52c8add7ec1f68047d4a36bb8cdc25c940ac11cb10e37d9f1d98685e94c0408e91921a7863dafda8667f96f7d6f652bd SHA512 4a7aecf8f3e60b563ef0883dcefebd6f6179b1490b64dad8a15f50ece73527ea83cbf19589cd55350d8ee32061d6073dc81b6019f7574f8a951f50b17fb3d868

diff --git a/net-misc/smcroute/smcroute-2.5.7.ebuild b/net-misc/smcroute/smcroute-2.5.7.ebuild
new file mode 100644
index 0000000000..1c1482ef22
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.5.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+DESCRIPTION="A static multicast routing daemon"
+HOMEPAGE="https://troglobit.com/projects/smcroute/"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="caps systemd"
+
+RDEPEND="
+	caps? ( sys-libs/libcap )
+	systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+CONFIG_CHECK="
+	~IP_MROUTE
+	~IP_PIMSM_V1
+	~IP_PIMSM_V2
+	~IP_MROUTE_MULTIPLE_TABLES
+	~IPV6_MROUTE_MULTIPLE_TABLES
+"
+
+src_configure() {
+	local myconf=(
+		$(use_with caps libcap)
+		$(use_with systemd)
+	)
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2024-05-20  9:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20  9:28 Kurt Kanzenbach [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  9:28 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/ Kurt Kanzenbach
2022-12-04 14:07 Kurt Kanzenbach
2022-12-04 14:07 Kurt Kanzenbach
2021-12-04 10:00 Kurt Kanzenbach
2021-12-04  9:57 Kurt Kanzenbach
2021-12-04  9:57 Kurt Kanzenbach
2021-09-25 10:53 Kurt Kanzenbach
2021-09-25 10:53 Kurt Kanzenbach
2021-08-29 10:43 Kurt Kanzenbach
2021-08-28 18:16 Kurt Kanzenbach
2021-08-28  8:59 Kurt Kanzenbach
2021-08-28  8:59 Kurt Kanzenbach
2021-06-18 19:20 Kurt Kanzenbach

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=1716197285.a087638d17d775ffea78f68736bc9d0d649a2f20.KurtKanzenbach@gentoo \
    --to=kurt@kmk-computers.de \
    --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