From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/
Date: Sun, 28 Nov 2021 00:37:55 +0000 (UTC) [thread overview]
Message-ID: <1638059720.ca5276909f57a2b5499035f48d41b5672c3eb64b.ionen@gentoo> (raw)
commit: ca5276909f57a2b5499035f48d41b5672c3eb64b
Author: Harry Smallbones <info <AT> harrysmallbones <DOT> co <DOT> uk>
AuthorDate: Wed Nov 24 16:33:39 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 00:35:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca527690
net-misc/batctl: Version bump to 2021.4
Closes: https://bugs.gentoo.org/827170
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Harry Smallbones <info <AT> harrysmallbones.co.uk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/batctl/Manifest | 1 +
net-misc/batctl/batctl-2021.4.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest
index 3b1308832da7..53c99a4e968e 100644
--- a/net-misc/batctl/Manifest
+++ b/net-misc/batctl/Manifest
@@ -1 +1,2 @@
DIST batctl-2021.3.tar.gz 116753 BLAKE2B 41a46749659d9edc2530f75aaf88418f4f22ca657f93ead6188561f72a68c5fe0d8c72d4600413d2cb1514106803bad0ae0e157177f3ec81ed8d36071f34437c SHA512 c30eab9d08f307649c0e92e69b35cba54e8c07b32aa686a94ad3db5b639c5433b2cee8eb0877235bcb08611da0d104434fbc3b61aad3cfea45bbb00ba329305e
+DIST batctl-2021.4.tar.gz 116743 BLAKE2B 74dfecd1e07c5f6555fba9e184e887ecdb3c73d423f26af70ff5324acf2477e4ef0768197822e2fdd3e2626564d3b4e637c15a8af628f8e0d70ba48746c1186c SHA512 0a629ab6a52e503fc63b022abf5ada491e7ffd61e2ebda7a169b556b2362943452285d6a0177122634b8c7c0fafedc712d3d6fee82c03e6fd4e2d42d890f87da
diff --git a/net-misc/batctl/batctl-2021.4.ebuild b/net-misc/batctl/batctl-2021.4.ebuild
new file mode 100644
index 000000000000..6dcab8083ac0
--- /dev/null
+++ b/net-misc/batctl/batctl-2021.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info toolchain-funcs
+
+DESCRIPTION="BATMAN advanced control and management tool"
+HOMEPAGE="https://www.open-mesh.org/"
+SRC_URI="https://downloads.open-mesh.org/batman/releases/batman-adv-${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 MIT ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="dev-libs/libnl:3"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ if ! linux_config_exists || ! linux_chkconfig_present BATMAN_ADV; then
+ ewarn "batctl requires batman-adv kernel support"
+ fi
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" V=1 REVISION="gentoo-${PVR}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ dodoc README.rst
+}
next reply other threads:[~2021-11-28 0:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-28 0:37 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-04 7:12 [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/ Joonas Niilola
2022-08-04 7:12 Joonas Niilola
2022-06-13 15:02 Florian Schmaus
2022-06-13 15:02 Florian Schmaus
2021-11-28 0:37 Ionen Wolkens
2021-10-31 2:58 Sam James
2021-10-31 2:58 Sam James
2021-06-09 6:08 Joonas Niilola
2021-06-09 6:08 Joonas Niilola
2021-05-19 6:20 Joonas Niilola
2021-05-19 6:20 Joonas Niilola
2020-11-05 8:12 Joonas Niilola
2020-11-05 8:12 Joonas Niilola
2020-09-29 6:37 Joonas Niilola
2020-09-29 6:37 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2017-12-14 15:08 Michael Weber
2017-12-11 11:08 Michael Weber
2017-12-11 11:08 Michael Weber
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=1638059720.ca5276909f57a2b5499035f48d41b5672c3eb64b.ionen@gentoo \
--to=ionen@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