public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/
Date: Mon, 13 Jun 2022 15:02:07 +0000 (UTC)	[thread overview]
Message-ID: <1655132496.e43af2f636f03d25d187a698d0b3b7bed9d32141.flow@gentoo> (raw)

commit:     e43af2f636f03d25d187a698d0b3b7bed9d32141
Author:     Harry Smallbones <info <AT> harrysmallbones <DOT> co <DOT> uk>
AuthorDate: Sun Jun 12 13:17:32 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 15:01:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43af2f6

net-misc/batctl: add 2022.1

Closes: https://bugs.gentoo.org/851552
Signed-off-by: Harry Smallbones <info <AT> harrysmallbones.co.uk>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-misc/batctl/Manifest             |  1 +
 net-misc/batctl/batctl-2022.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest
index 70e940ef922b..9021f25e451d 100644
--- a/net-misc/batctl/Manifest
+++ b/net-misc/batctl/Manifest
@@ -1 +1,2 @@
 DIST batctl-2021.4.tar.gz 116743 BLAKE2B 74dfecd1e07c5f6555fba9e184e887ecdb3c73d423f26af70ff5324acf2477e4ef0768197822e2fdd3e2626564d3b4e637c15a8af628f8e0d70ba48746c1186c SHA512 0a629ab6a52e503fc63b022abf5ada491e7ffd61e2ebda7a169b556b2362943452285d6a0177122634b8c7c0fafedc712d3d6fee82c03e6fd4e2d42d890f87da
+DIST batctl-2022.1.tar.gz 116858 BLAKE2B 1de12d207c9fc3201c557f02d06d81b42cb3038b82a2ae8c8255e20ae3078d25a8f9f2bf39a96f649c42541c5b1a4796baaf5f30d4534b40b24c2df06c17ddbe SHA512 4e268b5ec7cb07fed08b8688e10c603b788ccbe3cc3c84e536ba27cf2e54e306b49d86a9f9c657627c673a48029834d0454db53c0fa46d7fad5e2095823828f5

diff --git a/net-misc/batctl/batctl-2022.1.ebuild b/net-misc/batctl/batctl-2022.1.ebuild
new file mode 100644
index 000000000000..03a22398411e
--- /dev/null
+++ b/net-misc/batctl/batctl-2022.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 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
+}


             reply	other threads:[~2022-06-13 15:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-13 15:02 Florian Schmaus [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
2021-11-28  0:37 Ionen Wolkens
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=1655132496.e43af2f636f03d25d187a698d0b3b7bed9d32141.flow@gentoo \
    --to=flow@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