public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2019-09-26  9:25 Jeroen Roovers
  0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2019-09-26  9:25 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-04  1:32 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     03b40d51121b118e97675d7f6049afb508137dd5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 01:30:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 01:30:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b40d51

net-misc/mrouted: Stabilize 3.9.8 amd64, #763363

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-3.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mrouted/mrouted-3.9.8.ebuild b/net-misc/mrouted/mrouted-3.9.8.ebuild
index 74cff54b4c3..261796a9674 100644
--- a/net-misc/mrouted/mrouted-3.9.8.ebuild
+++ b/net-misc/mrouted/mrouted-3.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.bz2
 LICENSE="Stanford GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="rsrr"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-07 10:09 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-07 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2a2c848b921ccc7e168236c67fa66fd0f7568b25
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 10:08:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:09:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2c848b

net-misc/mrouted: Stabilize 3.9.8 ppc, #763363

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-3.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-3.9.8.ebuild b/net-misc/mrouted/mrouted-3.9.8.ebuild
index 371c0f77209..0e9bfcd0649 100644
--- a/net-misc/mrouted/mrouted-3.9.8.ebuild
+++ b/net-misc/mrouted/mrouted-3.9.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.bz2
 LICENSE="Stanford GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="rsrr"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-07 11:33 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-07 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     92c5c3c00da38e72922b489b1afb5d6710181c87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:20:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 11:33:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c5c3c0

net-misc/mrouted: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/Manifest                |  1 -
 net-misc/mrouted/mrouted-3.9.5-r1.ebuild | 40 --------------------------------
 2 files changed, 41 deletions(-)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index cee5d0e38fa..55077f32c12 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1,2 +1 @@
-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/mrouted-3.9.5-r1.ebuild b/net-misc/mrouted/mrouted-3.9.5-r1.ebuild
deleted file mode 100644
index 68ce9366198..00000000000
--- a/net-misc/mrouted/mrouted-3.9.5-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="IP multicast routing daemon"
-HOMEPAGE="http://troglobit.com/mrouted.shtml"
-SRC_URI="ftp://ftp.vmlinux.org/pub/People/jocke/${PN}/${P}.tar.bz2"
-LICENSE="Stanford GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="|| ( dev-util/yacc sys-devel/bison )"
-RDEPEND=""
-
-src_prepare() {
-	# Respect user CFLAGS, remove upstream optimisation and -Werror
-	sed -i Makefile \
-		-e '/^CFLAGS/{s|[[:space:]]=| +=|g;s|-O2||g;s|-Werror||g}' \
-		|| die
-	default
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-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
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-09 23:50 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-09 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     65e46cf243ae630390a3b2a2fce96378426604b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 23:47:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 23:50:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e46cf2

net-misc/mrouted: add github remote-id

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/mrouted/metadata.xml b/net-misc/mrouted/metadata.xml
index 7e4f46e9515..53b9c17fb0a 100644
--- a/net-misc/mrouted/metadata.xml
+++ b/net-misc/mrouted/metadata.xml
@@ -5,4 +5,7 @@
 	<use>
 		<flag name="rsrr">Enable Routing Support for Resource Reservations, for RSVP</flag>
 	</use>
+	<upstream>
+		<remote-id type="github">troglobit/mrouted</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-09 23:50 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-09 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9a82be13ce880e431d701b812223d1eb73ec50c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 23:47:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 23:50:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a82be13

net-misc/mrouted: fix metadata indentation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/mrouted/metadata.xml b/net-misc/mrouted/metadata.xml
index b3b5c800ae3..7e4f46e9515 100644
--- a/net-misc/mrouted/metadata.xml
+++ b/net-misc/mrouted/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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>
+	<!-- maintainer-needed -->
+	<use>
+		<flag name="rsrr">Enable Routing Support for Resource Reservations, for RSVP</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-01-09 23:50 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-01-09 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     31fb96b22eacfddeefc218b518a31ce0f2fb2064
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 23:47:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 23:50:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fb96b2

net-misc/mrouted: bump to 4.2

Closes: https://bugs.gentoo.org/725256
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/Manifest           |  1 +
 net-misc/mrouted/mrouted-4.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index 55077f32c12..4ab2dcf3ac4 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1 +1,2 @@
 DIST mrouted-3.9.8.tar.bz2 112863 BLAKE2B 4a7defbb1b97be8e452881a689d99742df2878dc9c2613c79e1bdc33af398c2be1b2d21de94e90592877ee5b6aa6b2f0c64948193eda9005c828a6cc84e492c0 SHA512 50abf2271c76b604d1e356ca5c0b62a7f07487f364991502326bbee169c451b43b3dbf01b88340d6b406f16d86a6d6fd9e7bb03c6e76d6af463b46d8423a41f4
+DIST mrouted-4.2.tar.gz 292640 BLAKE2B 5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b SHA512 88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131

diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild
new file mode 100644
index 00000000000..47de037fe00
--- /dev/null
+++ b/net-misc/mrouted/mrouted-4.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+BDEPEND="
+	|| ( dev-util/yacc sys-devel/bison )
+	virtual/pkgconfig
+"
+
+src_configure() {
+	tc-export CC CXX
+	econf $(usex rsrr --enable-rsrr '')
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-02-09 22:52 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-09 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     43d5c0013075724d0b41cad9e3d79a18d62fe79d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 22:52:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 22:52:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d5c001

net-misc/mrouted: Stabilize 4.2 amd64, #769671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild
index 47de037fe00..ecd2719c0b9 100644
--- a/net-misc/mrouted/mrouted-4.2.ebuild
+++ b/net-misc/mrouted/mrouted-4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 LICENSE="Stanford GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="rsrr"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-02-11  7:53 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-11  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0106cc76edbe6ea2be84c993790ae0dda1c6805b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:53:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:53:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0106cc76

net-misc/mrouted: Stabilize 4.2 x86, #769671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild
index ecd2719c0b9..6b2a90fd9b6 100644
--- a/net-misc/mrouted/mrouted-4.2.ebuild
+++ b/net-misc/mrouted/mrouted-4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 LICENSE="Stanford GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="rsrr"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-02-16 12:30 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-16 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c7bfac31582351ad0ca59771eca283db354fafb5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:29:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:29:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bfac31

net-misc/mrouted: Stabilize 4.2 ppc, #769671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild
index 6b2a90fd9b6..8db1215d3f2 100644
--- a/net-misc/mrouted/mrouted-4.2.ebuild
+++ b/net-misc/mrouted/mrouted-4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 LICENSE="Stanford GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="rsrr"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-03-16 19:57 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-16 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     150bf24bf3500996655e0282bb7c4dbe9a4dd54b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 19:35:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:56:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150bf24b

net-misc/mrouted: drop 3.9.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/Manifest             |  1 -
 net-misc/mrouted/mrouted-3.9.8.ebuild | 48 -----------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index 4ab2dcf3ac4..ed1cb10ee72 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1,2 +1 @@
-DIST mrouted-3.9.8.tar.bz2 112863 BLAKE2B 4a7defbb1b97be8e452881a689d99742df2878dc9c2613c79e1bdc33af398c2be1b2d21de94e90592877ee5b6aa6b2f0c64948193eda9005c828a6cc84e492c0 SHA512 50abf2271c76b604d1e356ca5c0b62a7f07487f364991502326bbee169c451b43b3dbf01b88340d6b406f16d86a6d6fd9e7bb03c6e76d6af463b46d8423a41f4
 DIST mrouted-4.2.tar.gz 292640 BLAKE2B 5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b SHA512 88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131

diff --git a/net-misc/mrouted/mrouted-3.9.8.ebuild b/net-misc/mrouted/mrouted-3.9.8.ebuild
deleted file mode 100644
index 0e9bfcd0649..00000000000
--- a/net-misc/mrouted/mrouted-3.9.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 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
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-09-19  3:45 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-09-19  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a3f5a4b410f296fa22b94cb29c5d75370c894fe7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 03:45:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 03:45:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f5a4b4

net-misc/mrouted: add 4.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index ed1cb10ee72..1cfb8461df9 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1 +1,2 @@
 DIST mrouted-4.2.tar.gz 292640 BLAKE2B 5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b SHA512 88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131
+DIST mrouted-4.3.tar.gz 327278 BLAKE2B 3f9182f90170868c0c770cb07ac8d6cfb5a8dce305a9b5e3bb9881e238cbdb246389225fb1524a0765a4c2725402546e07945a406edd78c5c6dd3272a16f263d SHA512 c471e95f5ce6ff017d269ab3005741ecbf1c41931da07f584bf9e28799c3cbbeeb57d8c517dd2fa342b63a460fb4df8f7f7db53312480059509a9d64b5e765b6

diff --git a/net-misc/mrouted/mrouted-4.3.ebuild b/net-misc/mrouted/mrouted-4.3.ebuild
new file mode 100644
index 00000000000..f46a82c1faf
--- /dev/null
+++ b/net-misc/mrouted/mrouted-4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+BDEPEND="virtual/pkgconfig
+	virtual/yacc"
+
+src_configure() {
+	tc-export CC CXX
+
+	econf $(usex rsrr --enable-rsrr '')
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2021-11-04 16:12 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-11-04 16:12 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-02-24 16:58 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-02-24 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     82d4385d524d21cf4f18f2e46217c05abe052e5f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:58:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:58:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d4385d

net-misc/mrouted: Stabilize 4.4 x86, #896294

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mrouted/mrouted-4.4.ebuild b/net-misc/mrouted/mrouted-4.4.ebuild
index 573500aacb93..d5d61004e0be 100644
--- a/net-misc/mrouted/mrouted-4.4.ebuild
+++ b/net-misc/mrouted/mrouted-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-02-24 17:38 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-02-24 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1cb302172bbcf4e35f8f37428cb739d2cd591ec5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 17:38:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 17:38:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb30217

net-misc/mrouted: Stabilize 4.4 amd64, #896294

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.4.ebuild b/net-misc/mrouted/mrouted-4.4.ebuild
index d5d61004e0be..b3c7eaed2c51 100644
--- a/net-misc/mrouted/mrouted-4.4.ebuild
+++ b/net-misc/mrouted/mrouted-4.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-03-10  9:44 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-03-10  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ffbc4426d6d7f2e77e4a0f9fee586b21b32e1839
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 09:44:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 09:44:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbc4426

net-misc/mrouted: Stabilize 4.4 ppc, #896294

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.4.ebuild b/net-misc/mrouted/mrouted-4.4.ebuild
index b3c7eaed2c51..a791712320b0 100644
--- a/net-misc/mrouted/mrouted-4.4.ebuild
+++ b/net-misc/mrouted/mrouted-4.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-06-05  5:02 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-06-05  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8f9fc83105725040f1e8644e01bd98343f68bc59
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 04:48:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 04:48:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9fc831

net-misc/mrouted: add 4.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/Manifest           |  1 +
 net-misc/mrouted/mrouted-4.5.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index aa3497937b92..77778566e09f 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.4.tar.gz 316949 BLAKE2B c768f78588ef5a321b33a6444627db0eae36dfd1798f58672392729e0ce45392fbcaad074e55eccef43dcda5d29cfee24f30aa85eded130ad8d1a6a006e62411 SHA512 cadd4cb15674c04bd976daad36ac38ec93eb9d6d0e2888cb7b4b73d2802f58beb11c122de34c1c5214a58f74dc832f35bff0820265370f4636036813ff283c09
+DIST mrouted-4.5.tar.gz 322493 BLAKE2B 1c4702d41f7bb9b6bd39cf718f28714555987b5837a858c6bb7697ad85f7a8b090bcee87d6997eecce728f3f645ac6ed41edd6bcd762b07ef92c52551ea11fba SHA512 145decbd1fba826196f719a7712bb9568080b2b5757eb80f79185537cd045ca1def36e34e93804ecaaa815607f43b58fc768b307098d90ac808ed5717a0c58d7

diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
new file mode 100644
index 000000000000..a51404357005
--- /dev/null
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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="
+	app-alternatives/yacc
+	virtual/pkgconfig
+"
+
+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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-10-09 16:21 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-10-09 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3a990bf3b9a694782c7d8486f3828db259ac68ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 16:19:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 16:19:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a990bf3

net-misc/mrouted: Stabilize 4.5 x86, #915421

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
index a51404357005..406e7df1de2c 100644
--- a/net-misc/mrouted/mrouted-4.5.ebuild
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-10-09 18:57 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-10-09 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     523fb692cd77481eea00eb333bc6f0cfb893973e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 18:56:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 18:56:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523fb692

net-misc/mrouted: Stabilize 4.5 amd64, #915421

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
index 406e7df1de2c..c5c4990a846f 100644
--- a/net-misc/mrouted/mrouted-4.5.ebuild
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2023-11-29 12:03 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-11-29 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     03650d97fd6d504dddbeae5b32d59f8d39d92af2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 12:03:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 12:03:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03650d97

net-misc/mrouted: Stabilize 4.5 ppc, #915421

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mrouted/mrouted-4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
index c5c4990a846f..82e719972457 100644
--- a/net-misc/mrouted/mrouted-4.5.ebuild
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Stanford GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="rsrr test"
 
 # Needs unshare


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2024-09-14  6:24 Petr Vaněk
  0 siblings, 0 replies; 22+ messages in thread
From: Petr Vaněk @ 2024-09-14  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c84bc11cde7ab92c655b48a4b10bcaf570afea00
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:10:27 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:24:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84bc11c

net-misc/mrouted: remove USE=rsrr

Upstream removed RSRR feature in version 4.4, see [1].

[1] https://github.com/troglobit/mrouted/commit/e3269bc986ba4a9c9466fefa3b21cfecc31a9192

Closes: https://bugs.gentoo.org/828900
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/mrouted/metadata.xml       | 3 ---
 net-misc/mrouted/mrouted-4.5.ebuild | 5 ++---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-misc/mrouted/metadata.xml b/net-misc/mrouted/metadata.xml
index 49e44a47135d..cae4749bf1c9 100644
--- a/net-misc/mrouted/metadata.xml
+++ b/net-misc/mrouted/metadata.xml
@@ -2,9 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
-	<use>
-		<flag name="rsrr">Enable Routing Support for Resource Reservations, for RSVP</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">troglobit/mrouted</remote-id>
 	</upstream>

diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
index 82e719972457..dd6d1e4f2e8b 100644
--- a/net-misc/mrouted/mrouted-4.5.ebuild
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 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"
+IUSE="test"
 
 # Needs unshare
 RESTRICT="!test? ( test ) test"
@@ -26,7 +26,6 @@ src_configure() {
 	tc-export CC CXX
 
 	econf \
-		$(usev rsrr --enable-rsrr) \
 		$(use_enable test)
 }
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/
@ 2024-09-14  6:24 Petr Vaněk
  0 siblings, 0 replies; 22+ messages in thread
From: Petr Vaněk @ 2024-09-14  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cc49efd06087a3262ea5394cfe5106d5e2b373d0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:08:21 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:24:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc49efd0

net-misc/mrouted: drop 4.2, 4.4

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/mrouted/Manifest           |  2 --
 net-misc/mrouted/mrouted-4.2.ebuild | 39 ---------------------------------
 net-misc/mrouted/mrouted-4.4.ebuild | 43 -------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/net-misc/mrouted/Manifest b/net-misc/mrouted/Manifest
index 77778566e09f..f990d4f52d40 100644
--- a/net-misc/mrouted/Manifest
+++ b/net-misc/mrouted/Manifest
@@ -1,3 +1 @@
-DIST mrouted-4.2.tar.gz 292640 BLAKE2B 5d356c7c0132e2dc74e360c5a1761b6e39bcdfcb5306dcd7a8a35f5658139bdd74d92587b7fea248092bd4947b5119987bdf4066676c08c6baa849c1845f905b SHA512 88de66f24210bcf9d8e9ab0d38171c64c7dae2981fb2f81a54be2b08bbe26ff9b26ad5a7ec0fd4d67c2dad00a6df608aa7c1536c897bbc98f6bf223766924131
-DIST mrouted-4.4.tar.gz 316949 BLAKE2B c768f78588ef5a321b33a6444627db0eae36dfd1798f58672392729e0ce45392fbcaad074e55eccef43dcda5d29cfee24f30aa85eded130ad8d1a6a006e62411 SHA512 cadd4cb15674c04bd976daad36ac38ec93eb9d6d0e2888cb7b4b73d2802f58beb11c122de34c1c5214a58f74dc832f35bff0820265370f4636036813ff283c09
 DIST mrouted-4.5.tar.gz 322493 BLAKE2B 1c4702d41f7bb9b6bd39cf718f28714555987b5837a858c6bb7697ad85f7a8b090bcee87d6997eecce728f3f645ac6ed41edd6bcd762b07ef92c52551ea11fba SHA512 145decbd1fba826196f719a7712bb9568080b2b5757eb80f79185537cd045ca1def36e34e93804ecaaa815607f43b58fc768b307098d90ac808ed5717a0c58d7

diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild
deleted file mode 100644
index 06524f6c9e2a..000000000000
--- a/net-misc/mrouted/mrouted-4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-BDEPEND="
-	|| ( dev-util/yacc app-alternatives/yacc )
-	virtual/pkgconfig
-"
-
-src_configure() {
-	tc-export CC CXX
-	econf $(usex rsrr --enable-rsrr '')
-}
-
-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
-}

diff --git a/net-misc/mrouted/mrouted-4.4.ebuild b/net-misc/mrouted/mrouted-4.4.ebuild
deleted file mode 100644
index a791712320b0..000000000000
--- a/net-misc/mrouted/mrouted-4.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 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
-	app-alternatives/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
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-09-14  6:24 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 17:38 [gentoo-commits] repo/gentoo:master commit in: net-misc/mrouted/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
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 16:58 Arthur Zamarin
2021-11-04 16:12 Sam James
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox