public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/batctl: batctl-2012.2.0.ebuild ChangeLog
@ 2012-06-13 22:24 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-06-13 22:24 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/13 22:24:21

  Modified:             ChangeLog
  Added:                batctl-2012.2.0.ebuild
  Log:
  Version bump (bug 421013 by Antonio Quartulli)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/batctl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Apr 2012 02:34:26 -0000	1.6
+++ ChangeLog	13 Jun 2012 22:24:20 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/batctl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.6 2012/04/17 02:34:26 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.7 2012/06/13 22:24:20 xmw Exp $
+
+*batctl-2012.2.0 (13 Jun 2012)
+
+  13 Jun 2012; Michael Weber <xmw@gentoo.org> +batctl-2012.2.0.ebuild:
+  Version bump (bug 421013 by Antonio Quartulli)
 
 *batctl-2012.1.0 (17 Apr 2012)
 



1.1                  net-misc/batctl/batctl-2012.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/batctl-2012.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/batctl/batctl-2012.2.0.ebuild?rev=1.1&content-type=text/plain

Index: batctl-2012.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2012.2.0.ebuild,v 1.1 2012/06/13 22:24:20 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-13 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 22:24 [gentoo-commits] gentoo-x86 commit in net-misc/batctl: batctl-2012.2.0.ebuild ChangeLog Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox