summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2014-07-23 22:14:32 +0000
committerMichael Weber <xmw@gentoo.org>2014-07-23 22:14:32 +0000
commit02185fc4855200da4cdc98a18dff51c6853fafde (patch)
tree95b0b9203f7ff1d3bb69a8d04a2dbd66f9e1f91d /net-misc/batctl
parentBump to EAPI=5 (diff)
downloadgentoo-2-02185fc4855200da4cdc98a18dff51c6853fafde.tar.gz
gentoo-2-02185fc4855200da4cdc98a18dff51c6853fafde.tar.bz2
gentoo-2-02185fc4855200da4cdc98a18dff51c6853fafde.zip
Version bump (thanks Antonio Quartulli, bug 502230), drop old versions.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-misc/batctl')
-rw-r--r--net-misc/batctl/ChangeLog11
-rw-r--r--net-misc/batctl/batctl-2013.1.0.ebuild36
-rw-r--r--net-misc/batctl/batctl-2013.2.0.ebuild36
-rw-r--r--net-misc/batctl/batctl-2013.3.0.ebuild36
-rw-r--r--net-misc/batctl/batctl-2014.2.0.ebuild (renamed from net-misc/batctl/batctl-2013.0.0.ebuild)9
5 files changed, 14 insertions, 114 deletions
diff --git a/net-misc/batctl/ChangeLog b/net-misc/batctl/ChangeLog
index d81f3ca4a458..24418d62a233 100644
--- a/net-misc/batctl/ChangeLog
+++ b/net-misc/batctl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/batctl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.14 2013/11/24 22:41:47 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.15 2014/07/23 22:14:32 xmw Exp $
+
+*batctl-2014.2.0 (23 Jul 2014)
+
+ 23 Jul 2014; Michael Weber <xmw@gentoo.org> +batctl-2014.2.0.ebuild,
+ -batctl-2013.0.0.ebuild, -batctl-2013.1.0.ebuild, -batctl-2013.2.0.ebuild,
+ -batctl-2013.3.0.ebuild:
+ Version bump (thanks Antonio Quartulli, bug 502230), drop old versions.
*batctl-2013.4.0 (24 Nov 2013)
diff --git a/net-misc/batctl/batctl-2013.1.0.ebuild b/net-misc/batctl/batctl-2013.1.0.ebuild
deleted file mode 100644
index 75ff94593661..000000000000
--- a/net-misc/batctl/batctl-2013.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2013.1.0.ebuild,v 1.1 2013/03/13 13:44:09 xmw Exp $
-
-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
-}
diff --git a/net-misc/batctl/batctl-2013.2.0.ebuild b/net-misc/batctl/batctl-2013.2.0.ebuild
deleted file mode 100644
index f0e0d8d11e78..000000000000
--- a/net-misc/batctl/batctl-2013.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2013.2.0.ebuild,v 1.1 2013/04/22 06:14:15 xmw Exp $
-
-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
-}
diff --git a/net-misc/batctl/batctl-2013.3.0.ebuild b/net-misc/batctl/batctl-2013.3.0.ebuild
deleted file mode 100644
index 02bc314a9004..000000000000
--- a/net-misc/batctl/batctl-2013.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2013.3.0.ebuild,v 1.1 2013/08/05 05:39:51 xmw Exp $
-
-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
-}
diff --git a/net-misc/batctl/batctl-2013.0.0.ebuild b/net-misc/batctl/batctl-2014.2.0.ebuild
index e4e157526215..062e716d4c45 100644
--- a/net-misc/batctl/batctl-2013.0.0.ebuild
+++ b/net-misc/batctl/batctl-2014.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2013.0.0.ebuild,v 1.1 2013/01/14 10:52:43 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2014.2.0.ebuild,v 1.1 2014/07/23 22:14:32 xmw Exp $
EAPI=4
@@ -15,8 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
+RDEPEND="dev-libs/libnl:3"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
pkg_setup() {
if ( linux_config_exists && linux_chkconfig_present BATMAN_ADV ) \