From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
Date: Thu, 4 Nov 2021 16:12:16 +0000 (UTC) [thread overview]
Message-ID: <1636042204.ea191aec916443a9e3936a84e87a6cedc58a4bd7.sam@gentoo> (raw)
commit: ea191aec916443a9e3936a84e87a6cedc58a4bd7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 16:08:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 16:10:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea191aec
net-misc/mrouted: add 4.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/mrouted/Manifest | 1 +
net-misc/mrouted/mrouted-4.4.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index 1cfb8461df9..abc51b81e77 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1,2 +1,3 @@
DIST mrouted-4.2.tar.gz 292640 BLAKE2B 5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b SHA512 88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131
DIST mrouted-4.3.tar.gz 327278 BLAKE2B 3f9182f90170868c0c770cb07ac8d6cfb5a8dce305a9b5e3bb9881e238cbdb246389225fb1524a0765a4c2725402546e07945a406edd78c5c6dd3272a16f263d SHA512 c471e95f5ce6ff017d269ab3005741ecbf1c41931da07f584bf9e28799c3cbbeeb57d8c517dd2fa342b63a460fb4df8f7f7db53312480059509a9d64b5e765b6
+DIST mrouted-4.4.tar.gz 316949 BLAKE2B c768f78588ef5a321b33a6444627db0eae36dfd1798f58672392729e0ce45392fbcaad074e55eccef43dcda5d29cfee24f30aa85eded130ad8d1a6a006e62411 SHA512 cadd4cb15674c04bd976daad36ac38ec93eb9d6d0e2888cb7b4b73d2802f58beb11c122de34c1c5214a58f74dc832f35bff0820265370f4636036813ff283c09
diff --git a/net-misc/mrouted/mrouted-4.4.ebuild b/net-misc/mrouted/mrouted-4.4.ebuild
new file mode 100644
index 00000000000..97fd56dd2d0
--- /dev/null
+++ b/net-misc/mrouted/mrouted-4.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs systemd
+
+DESCRIPTION="IP multicast routing daemon"
+HOMEPAGE="https://troglobit.com/projects/mrouted/"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="Stanford GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="rsrr test"
+
+# Needs unshare
+RESTRICT="!test? ( test ) test"
+
+BDEPEND="virtual/pkgconfig
+ virtual/yacc"
+
+src_configure() {
+ tc-export CC CXX
+
+ econf \
+ $(usev rsrr --enable-rsrr) \
+ $(use_enable test)
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+ default
+
+ insinto /etc
+ doins mrouted.conf
+
+ newinitd "${FILESDIR}"/mrouted.rc mrouted
+ systemd_dounit mrouted.service
+}
next reply other threads:[~2021-11-04 16:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-04 16:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-11 17:02 [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/ Sam James
2024-09-14 6:24 Petr Vaněk
2024-09-14 6:24 Petr Vaněk
2023-11-29 12:03 Arthur Zamarin
2023-10-09 18:57 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-06-05 5:02 Sam James
2023-03-10 9:44 Arthur Zamarin
2023-02-24 17:38 Sam James
2023-02-24 16:58 Arthur Zamarin
2021-09-19 3:45 Sam James
2021-03-16 19:57 Sam James
2021-02-16 12:30 Sam James
2021-02-11 7:53 Sam James
2021-02-09 22:52 Sam James
2021-01-09 23:50 Sam James
2021-01-09 23:50 Sam James
2021-01-09 23:50 Sam James
2021-01-07 11:33 Sam James
2021-01-07 10:09 Sam James
2021-01-04 1:32 Sam James
2019-09-26 9:25 Jeroen Roovers
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=1636042204.ea191aec916443a9e3936a84e87a6cedc58a4bd7.sam@gentoo \
--to=sam@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