summaryrefslogtreecommitdiff
path: root/net-misc/batctl/batctl-2013.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/batctl/batctl-2013.4.0.ebuild')
-rw-r--r--net-misc/batctl/batctl-2013.4.0.ebuild35
1 files changed, 0 insertions, 35 deletions
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 a63dad363faf..000000000000
--- a/net-misc/batctl/batctl-2013.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 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="http://www.open-mesh.org/"
-SRC_URI="http://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
-}