mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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@kmk-computers.de>
This commit is contained in:
@@ -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
|
||||
|
||||
42
net-misc/smcroute/smcroute-2.5.3.ebuild
Normal file
42
net-misc/smcroute/smcroute-2.5.3.ebuild
Normal file
@@ -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[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user