From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/
Date: Thu, 4 Aug 2022 07:12:32 +0000 (UTC) [thread overview]
Message-ID: <1659596963.7a85e0bda12743a6a25f1fc8fca0d6b7c8472cd4.juippis@gentoo> (raw)
commit: 7a85e0bda12743a6a25f1fc8fca0d6b7c8472cd4
Author: Harry Smallbones <info <AT> harrysmallbones <DOT> co <DOT> uk>
AuthorDate: Tue Jul 26 21:56:52 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 07:09:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a85e0bd
net-misc/batctl: drop 2022.1
Signed-off-by: Harry Smallbones <info <AT> harrysmallbones.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/26612
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/batctl/Manifest | 1 -
net-misc/batctl/batctl-2022.1.ebuild | 33 ---------------------------------
2 files changed, 34 deletions(-)
diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest
index 0f851da01d3e..39b260e8fa68 100644
--- a/net-misc/batctl/Manifest
+++ b/net-misc/batctl/Manifest
@@ -1,2 +1 @@
-DIST batctl-2022.1.tar.gz 116858 BLAKE2B 1de12d207c9fc3201c557f02d06d81b42cb3038b82a2ae8c8255e20ae3078d25a8f9f2bf39a96f649c42541c5b1a4796baaf5f30d4534b40b24c2df06c17ddbe SHA512 4e268b5ec7cb07fed08b8688e10c603b788ccbe3cc3c84e536ba27cf2e54e306b49d86a9f9c657627c673a48029834d0454db53c0fa46d7fad5e2095823828f5
DIST batctl-2022.2.tar.gz 116876 BLAKE2B e12773fce61bbe26ce6c80dc0842cd35f0207ceeaed36ff56e0f468f2bcf9c84867cdea17256ec489283b59c74c3c38040c76d5da7d6ca8d04acc99ea0c4a2ae SHA512 4a9dbc6a005fa2ecc657e1a03c7fa1e2eaf68f0cb41fdb7e8c6d832cc23f8ba8c0afd46839a281d1c8f3a15370e90302fab4b4b65890364de51a0304fcb2ce2e
diff --git a/net-misc/batctl/batctl-2022.1.ebuild b/net-misc/batctl/batctl-2022.1.ebuild
deleted file mode 100644
index 03a22398411e..000000000000
--- a/net-misc/batctl/batctl-2022.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-}
next reply other threads:[~2022-08-04 7:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-04 7:12 Joonas Niilola [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-06-13 15:02 Florian Schmaus
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=1659596963.7a85e0bda12743a6a25f1fc8fca0d6b7c8472cd4.juippis@gentoo \
--to=juippis@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