diff options
author | Michael Weber <xmw@gentoo.org> | 2017-12-14 15:43:48 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-12-14 16:07:53 +0100 |
commit | 4f86ca2fd41ab44a43c2faad5792e134c736770a (patch) | |
tree | cc6b24a540bfdbed6509617d984ec553f4bb3980 /net-misc/batctl | |
parent | sys-boot/grub: Adjust sanity check message (diff) | |
download | gentoo-4f86ca2fd41ab44a43c2faad5792e134c736770a.tar.gz gentoo-4f86ca2fd41ab44a43c2faad5792e134c736770a.tar.bz2 gentoo-4f86ca2fd41ab44a43c2faad5792e134c736770a.zip |
net-misc/batctl: Remove old.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'net-misc/batctl')
-rw-r--r-- | net-misc/batctl/Manifest | 2 | ||||
-rw-r--r-- | net-misc/batctl/batctl-2013.4.0.ebuild | 35 | ||||
-rw-r--r-- | net-misc/batctl/batctl-2014.2.0.ebuild | 36 |
3 files changed, 0 insertions, 73 deletions
diff --git a/net-misc/batctl/Manifest b/net-misc/batctl/Manifest index f6213d631991..1c2d81fc68c0 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 9ceddca455fc..000000000000 --- 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 c12c6043d2ff..000000000000 --- 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 -} |