summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-05-18 15:02:59 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-05-19 09:20:00 +0300
commit31a7eb284deadebd7d1b3a9421eec9d74d53c24c (patch)
treecbdb4f030e01725a55794fe7b0ac0f8b2924830e /net-misc/batctl
parentnet-misc/batctl: Version updated to 2021.0. (diff)
downloadgentoo-31a7eb284deadebd7d1b3a9421eec9d74d53c24c.tar.gz
gentoo-31a7eb284deadebd7d1b3a9421eec9d74d53c24c.tar.bz2
gentoo-31a7eb284deadebd7d1b3a9421eec9d74d53c24c.zip
net-misc/batctl: Dropped old.
Signed-off-by: Jonathan Davies <jpds@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/20642 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/batctl')
-rw-r--r--net-misc/batctl/Manifest1
-rw-r--r--net-misc/batctl/batctl-2020.4.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest
index 3b05def2e3a3..8fe6a84fb05b 100644
--- a/net-misc/batctl/Manifest
+++ b/net-misc/batctl/Manifest
@@ -1,2 +1 @@
-DIST batctl-2020.4.tar.gz 112430 BLAKE2B 3fde106d7c422ed8bf8b259fc4cf95e0732a893eb06eb99da961c2d5664079a3611eac42491855288b42b94de75b642ea515024c309ec2d3d885ebeba828ec3e SHA512 ecb7c83883b7ae2a4cebbb4319ad7f6c2138d68b91cd24b9753b54e8b0c83080e1358dc61a6bd45d03cc64132bc4f2516b3fab422f71a1e63f53a0e2187fd7e8
DIST batctl-2021.0.tar.gz 108424 BLAKE2B e6823c730348483582ad3724a3ef5a67ba0c429ccea114a650ea23cae22d6fae256f95992777a9a7634ad29315085a3f7f91c6ea45d46568ce9b422fe58d8290 SHA512 87a773667377826d2d7fcdc16d2b34f61e3d02ed8303617bf33f5ef9d5a9c46cfe6bfe560ff8899c45290ce3e8581ddf798991590f48ba3e70b2e0e07f7a8e69
diff --git a/net-misc/batctl/batctl-2020.4.ebuild b/net-misc/batctl/batctl-2020.4.ebuild
deleted file mode 100644
index 52be9621f8af..000000000000
--- a/net-misc/batctl/batctl-2020.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-}