From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/
Date: Thu, 14 Dec 2017 15:08:11 +0000 (UTC) [thread overview]
Message-ID: <1513264073.4f86ca2fd41ab44a43c2faad5792e134c736770a.xmw@gentoo> (raw)
commit: 4f86ca2fd41ab44a43c2faad5792e134c736770a
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 14:43:48 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 15:07:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f86ca2f
net-misc/batctl: Remove old.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
net-misc/batctl/Manifest | 2 --
net-misc/batctl/batctl-2013.4.0.ebuild | 35 ---------------------------------
net-misc/batctl/batctl-2014.2.0.ebuild | 36 ----------------------------------
3 files changed, 73 deletions(-)
diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest
index f6213d63199..1c2d81fc68c 100644
--- a/net-misc/batctl/Manifest
+++ b/net-misc/batctl/Manifest
@@ -1,3 +1 @@
-DIST batctl-2013.4.0.tar.gz 53074 BLAKE2B 2cabbbf496fc7390613249a7b94298bb123dc75add662a6ef7ac0773d340f0d5cb346afc01638089beccec1f366f1d76fead43e194da96b2a51ac19fc16097a9 SHA512 1c099f8b5633923669e41a01b8364f3b665de2c67efe05a1938e1977ffe6067e91be308f3445492001acd5e6fc0c9c930610edf351bda6920579b80b45811011
-DIST batctl-2014.2.0.tar.gz 56536 BLAKE2B f635c83ff3ff5b3b7573e436ca98fcda576ba4421fff00551d83fe72f5814bc2d3ec85416a54d5848a1a284153846abe48e8bdecc78c93015850783b9fbc0f85 SHA512 4d78cd0914dce293b9a88c26f2b0f692fd8061aef6f47deeea433a0e700f6d11e608043981e1859dd36ed58b7bbe31483937b1f05070a210b0d55875160d2ca6
DIST batctl-2017.4.tar.gz 85865 BLAKE2B 9d8786956b69407d46d1b024a40c3db2a80bbcce7c02e8e7d98234d06aaa3cd4fe86dd9331806699a7310ac41b7a758c324bcb6c3daf378da0db0a8858f814df SHA512 a3ce3f32ed1eaa65aee4a9ac56d8e235b861b3844a13fe050cfc0e707bbdf382fd2e6e4ecb35b7777f79020cb241e063f473d28f1b2e312f865e6dce304b4b9f
diff --git a/net-misc/batctl/batctl-2013.4.0.ebuild b/net-misc/batctl/batctl-2013.4.0.ebuild
deleted file mode 100644
index 9ceddca455f..00000000000
--- a/net-misc/batctl/batctl-2013.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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/stable/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-pkg_setup() {
- if ( linux_config_exists && linux_chkconfig_present BATMAN_ADV ) \
- || ! has_version net-misc/batman-adv ; then
- ewarn "You need the batman-adv kernel module,"
- ewarn "either from the kernel tree or via net-misc/batman-adv"
- fi
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" V=1 REVISION=gentoo-"${PVR}"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
- dodoc README
-}
diff --git a/net-misc/batctl/batctl-2014.2.0.ebuild b/net-misc/batctl/batctl-2014.2.0.ebuild
deleted file mode 100644
index c12c6043d2f..00000000000
--- a/net-misc/batctl/batctl-2014.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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/stable/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libnl:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- if ( linux_config_exists && linux_chkconfig_present BATMAN_ADV ) \
- || ! has_version net-misc/batman-adv ; then
- ewarn "You need the batman-adv kernel module,"
- ewarn "either from the kernel tree or via net-misc/batman-adv"
- fi
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" V=1 REVISION=gentoo-"${PVR}"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
- dodoc README
-}
next reply other threads:[~2017-12-14 15:08 UTC|newest]
Thread overview: 23+ 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 --
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
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-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=1513264073.4f86ca2fd41ab44a43c2faad5792e134c736770a.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