* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-06-18 19:20 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-06-18 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 70301f81c008078fa0ded6204c8c6924df75010a
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri Jun 18 19:10:45 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Fri Jun 18 19:13:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70301f81
net-misc/smcroute: Add smcroute v2.4.4
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 +
net-misc/smcroute/metadata.xml | 23 ++++++++++++++++++
net-misc/smcroute/smcroute-2.4.4.ebuild | 42 +++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
new file mode 100644
index 000000000..87885a47f
--- /dev/null
+++ b/net-misc/smcroute/Manifest
@@ -0,0 +1 @@
+DIST smcroute-2.4.4.tar.xz 134008 BLAKE2B f35b13bd3346a38557f38841f549ac72b49737657ddbbb5699fc024e130244939f4a00e687c2822a1bc80e1a94789b234d730739cfc6367c415e37c943d1cccd SHA512 9b2826db30ce16a2ef3889f631840f69ea1dc459a3f5ccc3bb250730bc51e2a28df012368af2de80c06c046be4316854cb4f60f5bbafd0148ec39e37ada0b266
diff --git a/net-misc/smcroute/metadata.xml b/net-misc/smcroute/metadata.xml
new file mode 100644
index 000000000..044a892f1
--- /dev/null
+++ b/net-misc/smcroute/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kurt@kmk-computers.de</email>
+ <name>Kurt Kanzenbach</name>
+ </maintainer>
+ <longdescription lang="en">
+ SMCRoute is a UNIX/Linux tool to manage and monitor multicast routes. It
+ supports both IPv4 and IPv6 multicast routing.
+
+ SMCRoute can be used as an alternative to dynamic multicast routers like
+ mrouted or pimd in setups where static multicast routes should be maintained
+ and/or no proper IGMP or MLD signaling exists.
+
+ Multicast routes exist in the UNIX kernel as long as a multicast routing
+ daemon runs. On Linux, multiple multicast routers can run simultaneously
+ using different multicast routing tables.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">troglobit/smcroute</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/smcroute/smcroute-2.4.4.ebuild b/net-misc/smcroute/smcroute-2.4.4.ebuild
new file mode 100644
index 000000000..35779a05f
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.4.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools 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.xz"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="caps systemd"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ caps? ( sys-libs/libcap )
+ systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+CONFIG_CHECK="
+ ~CONFIG_IP_MROUTE
+ ~CONFIG_IP_PIMSM_V1
+ ~CONFIG_IP_PIMSM_V2
+ ~CONFIG_IP_MROUTE_MULTIPLE_TABLES
+ ~CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
+"
+
+src_configure() {
+ local myconf=(
+ $(use_with caps libcap)
+ $(use_with systemd)
+ )
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-08-28 8:59 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-08-28 8:59 UTC (permalink / raw
To: gentoo-commits
commit: a676dddb4a66c8dc011712aae432431a56b61a8f
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri Aug 27 18:52:19 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Aug 28 08:20:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a676dddb
net-misc/smcroute: Bump to v2.5.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 +
net-misc/smcroute/smcroute-2.5.2.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 87885a47f..53b182f2c 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1 +1,2 @@
DIST smcroute-2.4.4.tar.xz 134008 BLAKE2B f35b13bd3346a38557f38841f549ac72b49737657ddbbb5699fc024e130244939f4a00e687c2822a1bc80e1a94789b234d730739cfc6367c415e37c943d1cccd SHA512 9b2826db30ce16a2ef3889f631840f69ea1dc459a3f5ccc3bb250730bc51e2a28df012368af2de80c06c046be4316854cb4f60f5bbafd0148ec39e37ada0b266
+DIST smcroute-2.5.2.tar.gz 220384 BLAKE2B 403de6b77389ff8c4ce32c9309bca0fe1c0f828aa313f1a479ced890d800772b51dcabe58a2dc8a322c3e23c728e984d0da0c1cd1a05abb91d16ff6164a6149c SHA512 35c9cc7f34db5e8828c91238151d0ddfa4797178f2a79530a7474630c8bc5f98107dfbc154dd8efb303fe2d8c7e9ab5f9eb5075d937a4aa5c921f76c0509f1eb
diff --git a/net-misc/smcroute/smcroute-2.5.2.ebuild b/net-misc/smcroute/smcroute-2.5.2.ebuild
new file mode 100644
index 000000000..4c5201c5f
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.5.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools 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"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="caps systemd"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ caps? ( sys-libs/libcap )
+ systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+CONFIG_CHECK="
+ ~CONFIG_IP_MROUTE
+ ~CONFIG_IP_PIMSM_V1
+ ~CONFIG_IP_PIMSM_V2
+ ~CONFIG_IP_MROUTE_MULTIPLE_TABLES
+ ~CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
+"
+
+src_configure() {
+ local myconf=(
+ $(use_with caps libcap)
+ $(use_with systemd)
+ )
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-08-28 8:59 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-08-28 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 63c49721f19cb2b193db78ff271861157b1be40c
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Aug 28 08:58:09 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Aug 28 08:58:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63c49721
net-misc/smcroute: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 -
net-misc/smcroute/smcroute-2.4.4.ebuild | 42 ---------------------------------
2 files changed, 43 deletions(-)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 53b182f2c..455372a94 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1,2 +1 @@
-DIST smcroute-2.4.4.tar.xz 134008 BLAKE2B f35b13bd3346a38557f38841f549ac72b49737657ddbbb5699fc024e130244939f4a00e687c2822a1bc80e1a94789b234d730739cfc6367c415e37c943d1cccd SHA512 9b2826db30ce16a2ef3889f631840f69ea1dc459a3f5ccc3bb250730bc51e2a28df012368af2de80c06c046be4316854cb4f60f5bbafd0148ec39e37ada0b266
DIST smcroute-2.5.2.tar.gz 220384 BLAKE2B 403de6b77389ff8c4ce32c9309bca0fe1c0f828aa313f1a479ced890d800772b51dcabe58a2dc8a322c3e23c728e984d0da0c1cd1a05abb91d16ff6164a6149c SHA512 35c9cc7f34db5e8828c91238151d0ddfa4797178f2a79530a7474630c8bc5f98107dfbc154dd8efb303fe2d8c7e9ab5f9eb5075d937a4aa5c921f76c0509f1eb
diff --git a/net-misc/smcroute/smcroute-2.4.4.ebuild b/net-misc/smcroute/smcroute-2.4.4.ebuild
deleted file mode 100644
index 35779a05f..000000000
--- a/net-misc/smcroute/smcroute-2.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools 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.xz"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="caps systemd"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- caps? ( sys-libs/libcap )
- systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-CONFIG_CHECK="
- ~CONFIG_IP_MROUTE
- ~CONFIG_IP_PIMSM_V1
- ~CONFIG_IP_PIMSM_V2
- ~CONFIG_IP_MROUTE_MULTIPLE_TABLES
- ~CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
-"
-
-src_configure() {
- local myconf=(
- $(use_with caps libcap)
- $(use_with systemd)
- )
- econf "${myconf[@]}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-08-28 18:16 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-08-28 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 4e0f3a12edf21f2da3c1ca7d844d92e1005010b9
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Aug 28 18:15:17 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Aug 28 18:15:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e0f3a12
net-misc/smcroute: Fix kernel config check
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/smcroute-2.5.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-misc/smcroute/smcroute-2.5.2.ebuild b/net-misc/smcroute/smcroute-2.5.2.ebuild
index 4c5201c5f..1e89c9b97 100644
--- a/net-misc/smcroute/smcroute-2.5.2.ebuild
+++ b/net-misc/smcroute/smcroute-2.5.2.ebuild
@@ -26,11 +26,11 @@ DEPEND="
"
CONFIG_CHECK="
- ~CONFIG_IP_MROUTE
- ~CONFIG_IP_PIMSM_V1
- ~CONFIG_IP_PIMSM_V2
- ~CONFIG_IP_MROUTE_MULTIPLE_TABLES
- ~CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
+ ~IP_MROUTE
+ ~IP_PIMSM_V1
+ ~IP_PIMSM_V2
+ ~IP_MROUTE_MULTIPLE_TABLES
+ ~IPV6_MROUTE_MULTIPLE_TABLES
"
src_configure() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-08-29 10:43 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-08-29 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 73ccf1167cd7d744269738539317cbe173c3027f
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Aug 29 10:43:17 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sun Aug 29 10:43:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73ccf116
net-misc/smcroute: Keyword for ~arm64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/smcroute-2.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/smcroute/smcroute-2.5.2.ebuild b/net-misc/smcroute/smcroute-2.5.2.ebuild
index 1e89c9b97..7ed53ac66 100644
--- a/net-misc/smcroute/smcroute-2.5.2.ebuild
+++ b/net-misc/smcroute/smcroute-2.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="caps systemd"
BDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-09-25 10:53 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-09-25 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 535e559a8363a606556f29c648dd3dadb53b9a4f
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Sep 25 10:53:37 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Sep 25 10:53:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=535e559a
net-misc/smcroute: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 -
net-misc/smcroute/smcroute-2.5.2.ebuild | 42 ---------------------------------
2 files changed, 43 deletions(-)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 167e11059..5e8253f8f 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1,2 +1 @@
-DIST smcroute-2.5.2.tar.gz 220384 BLAKE2B 403de6b77389ff8c4ce32c9309bca0fe1c0f828aa313f1a479ced890d800772b51dcabe58a2dc8a322c3e23c728e984d0da0c1cd1a05abb91d16ff6164a6149c SHA512 35c9cc7f34db5e8828c91238151d0ddfa4797178f2a79530a7474630c8bc5f98107dfbc154dd8efb303fe2d8c7e9ab5f9eb5075d937a4aa5c921f76c0509f1eb
DIST smcroute-2.5.3.tar.gz 223866 BLAKE2B 571b5e47e879a1cb06f56660aa91c9f25ba9d78104241596237ac10c3300ba2af1d91bf919ee6ba62a6234250a689f860ac8813db1d3a5da2ef526d52be5678b SHA512 c768492f121c5641eccfc86dca77eed086b81489c0c6da55e62e8b36163e6d8a71a3b6005e7cd56f5ae87a62d4c91bd22bb00571a731d6b27b05b17205753102
diff --git a/net-misc/smcroute/smcroute-2.5.2.ebuild b/net-misc/smcroute/smcroute-2.5.2.ebuild
deleted file mode 100644
index 7ed53ac66..000000000
--- a/net-misc/smcroute/smcroute-2.5.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools 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"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="caps systemd"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- caps? ( sys-libs/libcap )
- systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-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[@]}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-09-25 10:53 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-09-25 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 5459e24743e37122a41a5d555cd029d1a2f70bb1
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Sep 25 10:52:08 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Sep 25 10:52:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5459e247
net-misc/smcroute: Bump version to v2.5.3
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 +
net-misc/smcroute/smcroute-2.5.3.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 455372a94..167e11059 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1 +1,2 @@
DIST smcroute-2.5.2.tar.gz 220384 BLAKE2B 403de6b77389ff8c4ce32c9309bca0fe1c0f828aa313f1a479ced890d800772b51dcabe58a2dc8a322c3e23c728e984d0da0c1cd1a05abb91d16ff6164a6149c SHA512 35c9cc7f34db5e8828c91238151d0ddfa4797178f2a79530a7474630c8bc5f98107dfbc154dd8efb303fe2d8c7e9ab5f9eb5075d937a4aa5c921f76c0509f1eb
+DIST smcroute-2.5.3.tar.gz 223866 BLAKE2B 571b5e47e879a1cb06f56660aa91c9f25ba9d78104241596237ac10c3300ba2af1d91bf919ee6ba62a6234250a689f860ac8813db1d3a5da2ef526d52be5678b SHA512 c768492f121c5641eccfc86dca77eed086b81489c0c6da55e62e8b36163e6d8a71a3b6005e7cd56f5ae87a62d4c91bd22bb00571a731d6b27b05b17205753102
diff --git a/net-misc/smcroute/smcroute-2.5.3.ebuild b/net-misc/smcroute/smcroute-2.5.3.ebuild
new file mode 100644
index 000000000..7ed53ac66
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.5.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools 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"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="caps systemd"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ caps? ( sys-libs/libcap )
+ systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+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[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-12-04 9:57 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-12-04 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 1b60aa06e39af52074b62b073c84c35206d467a3
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Dec 4 09:57:05 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Dec 4 09:57:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b60aa06
net-misc/smcroute: Drop old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 -
net-misc/smcroute/smcroute-2.5.3.ebuild | 42 ---------------------------------
2 files changed, 43 deletions(-)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index ea24370e1..886cee4bf 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1,2 +1 @@
-DIST smcroute-2.5.3.tar.gz 223866 BLAKE2B 571b5e47e879a1cb06f56660aa91c9f25ba9d78104241596237ac10c3300ba2af1d91bf919ee6ba62a6234250a689f860ac8813db1d3a5da2ef526d52be5678b SHA512 c768492f121c5641eccfc86dca77eed086b81489c0c6da55e62e8b36163e6d8a71a3b6005e7cd56f5ae87a62d4c91bd22bb00571a731d6b27b05b17205753102
DIST smcroute-2.5.5.tar.gz 224845 BLAKE2B bdc7c91956f4fbc2764c240d0c0c1d246f0526d77d0bf973236c2402add98467e6f34814e819a7148d9df85251ffbc68fbc009aed210fabe019078e6fba16394 SHA512 90f330c2856f4ba19848190c7d5b32b7cc40c4270a2c5e1d6cf72fc59869302a1f4c876e55a350c93c36f6b0f35709b96b01ab805d2bf5655ba12c3be51e1a71
diff --git a/net-misc/smcroute/smcroute-2.5.3.ebuild b/net-misc/smcroute/smcroute-2.5.3.ebuild
deleted file mode 100644
index 7ed53ac66..000000000
--- a/net-misc/smcroute/smcroute-2.5.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools 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"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="caps systemd"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- caps? ( sys-libs/libcap )
- systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-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[@]}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-12-04 9:57 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-12-04 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 0e7f46174aedb0e3666b301e14135bbd73638dcf
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Dec 4 09:55:45 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Dec 4 09:55:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e7f4617
net-misc/smcroute: Bump version to v2.5.5
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 +
net-misc/smcroute/smcroute-2.5.5.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 5e8253f8f..ea24370e1 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1 +1,2 @@
DIST smcroute-2.5.3.tar.gz 223866 BLAKE2B 571b5e47e879a1cb06f56660aa91c9f25ba9d78104241596237ac10c3300ba2af1d91bf919ee6ba62a6234250a689f860ac8813db1d3a5da2ef526d52be5678b SHA512 c768492f121c5641eccfc86dca77eed086b81489c0c6da55e62e8b36163e6d8a71a3b6005e7cd56f5ae87a62d4c91bd22bb00571a731d6b27b05b17205753102
+DIST smcroute-2.5.5.tar.gz 224845 BLAKE2B bdc7c91956f4fbc2764c240d0c0c1d246f0526d77d0bf973236c2402add98467e6f34814e819a7148d9df85251ffbc68fbc009aed210fabe019078e6fba16394 SHA512 90f330c2856f4ba19848190c7d5b32b7cc40c4270a2c5e1d6cf72fc59869302a1f4c876e55a350c93c36f6b0f35709b96b01ab805d2bf5655ba12c3be51e1a71
diff --git a/net-misc/smcroute/smcroute-2.5.5.ebuild b/net-misc/smcroute/smcroute-2.5.5.ebuild
new file mode 100644
index 000000000..7ed53ac66
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.5.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools 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"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="caps systemd"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ caps? ( sys-libs/libcap )
+ systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+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[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2021-12-04 10:00 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2021-12-04 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 3fb51fe0a6c14b0bdbac02a23fab4d474f4047f4
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Dec 4 09:59:56 2021 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Dec 4 09:59:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fb51fe0
net-misc/smcroute: Remove unused inherit autotools
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/smcroute-2.5.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/smcroute/smcroute-2.5.5.ebuild b/net-misc/smcroute/smcroute-2.5.5.ebuild
index 7ed53ac66..3c9edd39d 100644
--- a/net-misc/smcroute/smcroute-2.5.5.ebuild
+++ b/net-misc/smcroute/smcroute-2.5.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools linux-info
+inherit linux-info
DESCRIPTION="A static multicast routing daemon"
HOMEPAGE="https://troglobit.com/projects/smcroute/"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2022-12-04 14:07 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2022-12-04 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 2b73a609b9780ceb6d50bd63a1bfc909119c5323
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Dec 4 14:04:27 2022 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sun Dec 4 14:04:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b73a609
net-misc/smcroute: drop 2.5.5
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 -
net-misc/smcroute/smcroute-2.5.5.ebuild | 42 ---------------------------------
2 files changed, 43 deletions(-)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 86d23d34e..805199b23 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1,2 +1 @@
-DIST smcroute-2.5.5.tar.gz 224845 BLAKE2B bdc7c91956f4fbc2764c240d0c0c1d246f0526d77d0bf973236c2402add98467e6f34814e819a7148d9df85251ffbc68fbc009aed210fabe019078e6fba16394 SHA512 90f330c2856f4ba19848190c7d5b32b7cc40c4270a2c5e1d6cf72fc59869302a1f4c876e55a350c93c36f6b0f35709b96b01ab805d2bf5655ba12c3be51e1a71
DIST smcroute-2.5.6.tar.gz 226773 BLAKE2B 2eb841f605761044e9c8b3e76fa5ffd66cc26cbbd3f2d004e7126315b185c6346cac4966ace5e112ec2272d45aaf81102e543a7631ad6bd5806fdaee4f9ac2ff SHA512 6d84cb7b07ea5d2562ff7100c26908948f373bb4ddeb2c031e9b1e1a38665a4d3e8512288fcbe33f28093e268a579a5e37ca99f1f30e73e5e813cf1e4ddafaf2
diff --git a/net-misc/smcroute/smcroute-2.5.5.ebuild b/net-misc/smcroute/smcroute-2.5.5.ebuild
deleted file mode 100644
index 3c9edd39d..000000000
--- a/net-misc/smcroute/smcroute-2.5.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="caps systemd"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="
- caps? ( sys-libs/libcap )
- systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="
- ${RDEPEND}
-"
-
-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[@]}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2022-12-04 14:07 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2022-12-04 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 0f59c62e41e5ba8acb96679b9e807fcd7c8a03ad
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Dec 4 14:04:22 2022 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sun Dec 4 14:04:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f59c62e
net-misc/smcroute: add 2.5.6
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 +
net-misc/smcroute/smcroute-2.5.6.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 886cee4bf..86d23d34e 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1 +1,2 @@
DIST smcroute-2.5.5.tar.gz 224845 BLAKE2B bdc7c91956f4fbc2764c240d0c0c1d246f0526d77d0bf973236c2402add98467e6f34814e819a7148d9df85251ffbc68fbc009aed210fabe019078e6fba16394 SHA512 90f330c2856f4ba19848190c7d5b32b7cc40c4270a2c5e1d6cf72fc59869302a1f4c876e55a350c93c36f6b0f35709b96b01ab805d2bf5655ba12c3be51e1a71
+DIST smcroute-2.5.6.tar.gz 226773 BLAKE2B 2eb841f605761044e9c8b3e76fa5ffd66cc26cbbd3f2d004e7126315b185c6346cac4966ace5e112ec2272d45aaf81102e543a7631ad6bd5806fdaee4f9ac2ff SHA512 6d84cb7b07ea5d2562ff7100c26908948f373bb4ddeb2c031e9b1e1a38665a4d3e8512288fcbe33f28093e268a579a5e37ca99f1f30e73e5e813cf1e4ddafaf2
diff --git a/net-misc/smcroute/smcroute-2.5.6.ebuild b/net-misc/smcroute/smcroute-2.5.6.ebuild
new file mode 100644
index 000000000..3c9edd39d
--- /dev/null
+++ b/net-misc/smcroute/smcroute-2.5.6.ebuild
@@ -0,0 +1,42 @@
+# 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"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="caps systemd"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ caps? ( sys-libs/libcap )
+ systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+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[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2024-05-20 9:28 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2024-05-20 9:28 UTC (permalink / raw
To: gentoo-commits
commit: aa71ddad8a8b16c5b6bae6750d7a4255dd139951
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Mon May 20 09:23:29 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=aa71ddad
net-misc/smcroute: drop 2.5.6
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-misc/smcroute/Manifest | 1 -
net-misc/smcroute/smcroute-2.5.6.ebuild | 38 ---------------------------------
2 files changed, 39 deletions(-)
diff --git a/net-misc/smcroute/Manifest b/net-misc/smcroute/Manifest
index 3196450989..bf0a316ed2 100644
--- a/net-misc/smcroute/Manifest
+++ b/net-misc/smcroute/Manifest
@@ -1,2 +1 @@
-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.6.ebuild b/net-misc/smcroute/smcroute-2.5.6.ebuild
deleted file mode 100644
index 1c1482ef22..0000000000
--- a/net-misc/smcroute/smcroute-2.5.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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[@]}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/
@ 2024-05-20 9:28 Kurt Kanzenbach
0 siblings, 0 replies; 14+ messages in thread
From: Kurt Kanzenbach @ 2024-05-20 9:28 UTC (permalink / raw
To: gentoo-commits
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[@]}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-05-20 9:28 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-25 10:53 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/smcroute/ Kurt Kanzenbach
-- strict thread matches above, loose matches on Subject: below --
2024-05-20 9:28 Kurt Kanzenbach
2024-05-20 9:28 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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox