commit: db5ecf248e33b92fea0cd2143f52127dde0d6d21 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 28 16:36:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 28 17:01:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5ecf24
net-misc/tipcutils: add 3.0.6 Closes: https://bugs.gentoo.org/712722 Closes: https://bugs.gentoo.org/870781 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/tipcutils/Manifest | 1 + net-misc/tipcutils/tipcutils-3.0.6.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-misc/tipcutils/Manifest b/net-misc/tipcutils/Manifest index e8165037a46b..b59aded47dec 100644 --- a/net-misc/tipcutils/Manifest +++ b/net-misc/tipcutils/Manifest @@ -1 +1,2 @@ DIST tipcutils-2.0.3.tar.gz 166337 BLAKE2B 70a06e0f71550123da9b10cc9330e89e2f0722614f00ab93d229baa78f189b3ae03a9aa70722245886e6dee4b9ebf9f95b9ecc06c4c552096afdf54cf28fab0c SHA512 7f07b4729dbd2c0c93cd69ffe6d2d082cd10f8de8bda335555548d14bd6287229da3686d288be3c10024cc6b607e6e4be983716f734f2d049352f924409511ec +DIST tipcutils_3.0.6.tgz 84464860 BLAKE2B ff1422a651b74eb74351691510ef9f71453f48c713fae3da5239c4775e3d9c9c65621210827fc4fad6bdd1b794b8f20f550aeb3c600652de2c9e288312bfcc47 SHA512 b17f9d8ebd9a7b1134aacde3a2d8d99247c07dd1cab1be51ad7ba354e7384e50ec1bde02e338cb600746226209f0398ee9b2375fcd73191bdb75723bc66af606 diff --git a/net-misc/tipcutils/tipcutils-3.0.6.ebuild b/net-misc/tipcutils/tipcutils-3.0.6.ebuild new file mode 100644 index 000000000000..0a1bf93a2d43 --- /dev/null +++ b/net-misc/tipcutils/tipcutils-3.0.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)" +HOMEPAGE="http://tipc.sourceforge.net" +SRC_URI="mirror://sourceforge/tipc/${P/-/_}.tgz" +S="${WORKDIR}"/${PN} + +LICENSE="|| ( BSD-2 GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/libdaemon:= + net-libs/libmnl:= +" +DEPEND=" + ${RDEPEND} + >=sys-kernel/linux-headers-2.6.39 +" + +src_configure() { + CONFIG_SHELL="${BROOT}"/bin/bash econf +} + +src_compile() { + emake clean + emake +}