public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
Date: Thu, 26 Sep 2019 09:25:55 +0000 (UTC)	[thread overview]
Message-ID: <1569489953.755e407ca0cc08ca77e11cc8b7175ed735f1e5bb.jer@gentoo> (raw)

commit:     755e407ca0cc08ca77e11cc8b7175ed735f1e5bb
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 09:23:59 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 09:25:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755e407c

net-misc/mrouted: Version 3.9.8

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/mrouted/Manifest             |  1 +
 net-misc/mrouted/metadata.xml         |  3 +++
 net-misc/mrouted/mrouted-3.9.8.ebuild | 48 +++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index 3441e8661a1..cee5d0e38fa 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1 +1,2 @@
 DIST mrouted-3.9.5.tar.bz2 112746 BLAKE2B 146d088b0fe3691c48b86a5bb4fb191c6a138fcef065c2afb549e068181953bb5ec46a6d710b2f158ba9290f8b7cc8dd3314cafeb0d681a43419a69d2cda58e4 SHA512 6ab7335fd18bcb971eb0f9af26e8fd566b1bf2e53abdfcdea847c4bd719d282496c443914678c6fcbcf754e276663ed48ac9f0ae9e940e60eff71ceb1f4622fd
+DIST mrouted-3.9.8.tar.bz2 112863 BLAKE2B 4a7defbb1b97be8e452881a689d99742df2878dc9c2613c79e1bdc33af398c2be1b2d21de94e90592877ee5b6aa6b2f0c64948193eda9005c828a6cc84e492c0 SHA512 50abf2271c76b604d1e356ca5c0b62a7f07487f364991502326bbee169c451b43b3dbf01b88340d6b406f16d86a6d6fd9e7bb03c6e76d6af463b46d8423a41f4

diff --git a/net-misc/mrouted/metadata.xml b/net-misc/mrouted/metadata.xml
index 6f49eba8f49..b3b5c800ae3 100644
--- a/net-misc/mrouted/metadata.xml
+++ b/net-misc/mrouted/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+<use>
+<flag name='rsrr'>Enable Routing Support for Resource Reservations, for RSVP</flag>
+</use>
 </pkgmetadata>

diff --git a/net-misc/mrouted/mrouted-3.9.8.ebuild b/net-misc/mrouted/mrouted-3.9.8.ebuild
new file mode 100644
index 00000000000..74cff54b4c3
--- /dev/null
+++ b/net-misc/mrouted/mrouted-3.9.8.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="IP multicast routing daemon"
+HOMEPAGE="https://troglobit.com/projects/mrouted/"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.bz2"
+LICENSE="Stanford GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="rsrr"
+RESTRICT="test"
+
+DEPEND="|| ( dev-util/yacc sys-devel/bison )"
+
+src_prepare() {
+	# Respect user CFLAGS, remove upstream optimisation and -Werror, do not
+	# print command summaries, do print commands
+	sed -i \
+		-e '/^CFLAGS/{s|[[:space:]]=| +=|g;s|-O2||g;s|-Werror||g}' \
+		-e '/@printf/d' \
+		-e 's|^\t-@|\t-|g' \
+		-e 's|^\t@|\t|g' \
+		Makefile || die
+	default
+}
+
+src_configure() {
+	sh configure $(usex rsrr --enable-rsrr '')
+	tc-export CC CXX
+}
+
+src_compile() {
+	emake CC=$(tc-getCC) CXX=$(tc-getCXX)
+}
+
+src_install() {
+	dobin mrouted
+	dosbin mtrace mrinfo map-mbone
+	doman mrouted.8 mtrace.8 mrinfo.8 map-mbone.8
+
+	insinto /etc
+	doins mrouted.conf
+	newinitd "${FILESDIR}"/mrouted.rc mrouted
+}


             reply	other threads:[~2019-09-26  9:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-26  9:25 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-04  1:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/ Sam James
2021-01-07 10:09 Sam James
2021-01-07 11:33 Sam James
2021-01-09 23:50 Sam James
2021-01-09 23:50 Sam James
2021-01-09 23:50 Sam James
2021-02-09 22:52 Sam James
2021-02-11  7:53 Sam James
2021-02-16 12:30 Sam James
2021-03-16 19:57 Sam James
2021-09-19  3:45 Sam James
2021-11-04 16:12 Sam James
2023-02-24 16:58 Arthur Zamarin
2023-02-24 17:38 Sam James
2023-03-10  9:44 Arthur Zamarin
2023-06-05  5:02 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-10-09 18:57 Sam James
2023-11-29 12:03 Arthur Zamarin
2024-09-14  6:24 Petr Vaněk
2024-09-14  6:24 Petr Vaněk
2024-11-11 17:02 Sam James

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=1569489953.755e407ca0cc08ca77e11cc8b7175ed735f1e5bb.jer@gentoo \
    --to=jer@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