From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batman-adv/
Date: Thu, 14 Dec 2017 15:08:11 +0000 (UTC) [thread overview]
Message-ID: <1513264079.1acd447d14cf7af401d7371856e4baf6dd8a56ad.xmw@gentoo> (raw)
commit: 1acd447d14cf7af401d7371856e4baf6dd8a56ad
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 14:44:38 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 15:07:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acd447d
net-misc/batman-adv: Remove old.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
net-misc/batman-adv/Manifest | 2 --
net-misc/batman-adv/batman-adv-2013.4.0.ebuild | 37 -------------------------
net-misc/batman-adv/batman-adv-2014.2.0.ebuild | 38 --------------------------
3 files changed, 77 deletions(-)
diff --git a/net-misc/batman-adv/Manifest b/net-misc/batman-adv/Manifest
index 94c662d0640..f19c3a6aa98 100644
--- a/net-misc/batman-adv/Manifest
+++ b/net-misc/batman-adv/Manifest
@@ -1,3 +1 @@
-DIST batman-adv-2013.4.0.tar.gz 138232 BLAKE2B 023c385aa71d2f27a2a767d4e0799a29232e6cdecd0ca5b71421347d3fe8a0df45e9dacba205da0bac705b3f7d8c00e74952a10983cab9eaba1d2949aea246fb SHA512 e4f29b9bf9b13a6afe25ed138e4c811b8a3b09917c435ccd5a7720b60922f215e5bb04322d9299cf6464f4f0ade892f913e3510dc19907efa475abab4a84dfa3
-DIST batman-adv-2014.2.0.tar.gz 170320 BLAKE2B 4e260dfec2988fca323b34eb25c50e90872bf50a04726188e7a44bfd8892abcdda1d75d100d026f1d8247d91cee63ad1d62925e673d1df1b2a5f9231261a93b2 SHA512 35650aa3eb8b4ddd70284d42a41ac81ea5b9184ee22cb0cbf322312b45cb0761e5344c4c20543480b58d37c9616299355694560bd38677144a9f258b5b027daa
DIST batman-adv-2017.4.tar.gz 249968 BLAKE2B 60386dedccc8e1cc1f59eedf69ecddb1180a3c9383132a3b85ed329bf372d08766311dd8fb1980dbe5dd35f5d10bc421257967f429da6151b497c6074924ea5f SHA512 08c99e726ddac99b619846808a1328603d6b40bce4fea8ba2ec955b4866f983b0c6af74a13172c75f040c9dc5eb4aa3a46404a5d1a6a20cbe7ec331a1441dc30
diff --git a/net-misc/batman-adv/batman-adv-2013.4.0.ebuild b/net-misc/batman-adv/batman-adv-2013.4.0.ebuild
deleted file mode 100644
index d4c640aa2ee..00000000000
--- a/net-misc/batman-adv/batman-adv-2013.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-CONFIG_CHECK="~!CONFIG_BATMAN_ADV"
-MODULE_NAMES="${PN}(net:${S}:${S})"
-BUILD_TARGETS="all"
-
-inherit eutils linux-mod
-
-DESCRIPTION="Better approach to mobile Ad-Hoc networking on layer 2 kernel module"
-HOMEPAGE="https://www.open-mesh.org/"
-SRC_URI="https://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bla dat debug nc"
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- BUILD_PARAMS="CONFIG_BATMAN_ADV_DEBUG=$(usex debug y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_BLA=$(usex bla y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_DAT=$(usex dat y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_NC=$(usex nc y n)"
- export BUILD_PARAMS
- export KERNELPATH="${KERNEL_DIR}"
- linux-mod_src_compile
-}
-
-src_install() {
- linux-mod_src_install
- dodoc README CHANGELOG
-}
diff --git a/net-misc/batman-adv/batman-adv-2014.2.0.ebuild b/net-misc/batman-adv/batman-adv-2014.2.0.ebuild
deleted file mode 100644
index 89dccd71bb9..00000000000
--- a/net-misc/batman-adv/batman-adv-2014.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-CONFIG_CHECK="~!BATMAN_ADV ~LIBCRC32C ~CRC16"
-MODULE_NAMES="${PN}(net:${S}:${S})"
-BUILD_TARGETS="all"
-
-inherit eutils linux-mod
-
-DESCRIPTION="Better approach to mobile Ad-Hoc networking on layer 2 kernel module"
-HOMEPAGE="https://www.open-mesh.org/"
-SRC_URI="https://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bla dat debug nc mcast"
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- BUILD_PARAMS="CONFIG_BATMAN_ADV_DEBUG=$(usex debug y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_BLA=$(usex bla y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_DAT=$(usex dat y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_NC=$(usex nc y n)"
- BUILD_PARAMS+=" CONFIG_BATMAN_ADV_NC=$(usex mcast y n)"
- export BUILD_PARAMS
- export KERNELPATH="${KERNEL_DIR}"
- linux-mod_src_compile
-}
-
-src_install() {
- linux-mod_src_install
- dodoc README CHANGELOG
-}
next reply other threads:[~2017-12-14 15:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 15:08 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-12-11 11:08 [gentoo-commits] repo/gentoo:master commit in: net-misc/batman-adv/ 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=1513264079.1acd447d14cf7af401d7371856e4baf6dd8a56ad.xmw@gentoo \
--to=xmw@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