From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64A2313835A for ; Wed, 19 May 2021 06:20:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56F13E0788; Wed, 19 May 2021 06:20:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36D2AE078A for ; Wed, 19 May 2021 06:20:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E526D335D02 for ; Wed, 19 May 2021 06:20:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5749778D for ; Wed, 19 May 2021 06:20:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1621405200.31a7eb284deadebd7d1b3a9421eec9d74d53c24c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/batctl/Manifest net-misc/batctl/batctl-2020.4.ebuild X-VCS-Directories: net-misc/batctl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 31a7eb284deadebd7d1b3a9421eec9d74d53c24c X-VCS-Branch: master Date: Wed, 19 May 2021 06:20:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4df37730-418a-4b50-b797-1ff266d13c22 X-Archives-Hash: 3d8a9a1a7a2f2c5d1bca07b0a944db1d commit: 31a7eb284deadebd7d1b3a9421eec9d74d53c24c Author: Jonathan Davies protonmail com> AuthorDate: Tue May 18 14:02:59 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 19 06:20:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a7eb28 net-misc/batctl: Dropped old. Signed-off-by: Jonathan Davies protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/20642 Signed-off-by: Joonas Niilola gentoo.org> net-misc/batctl/Manifest | 1 - net-misc/batctl/batctl-2020.4.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest index 3b05def2e3a..8fe6a84fb05 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 52be9621f8a..00000000000 --- 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 -}