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

xmw         13/11/24 22:41:47

  Modified:             ChangeLog
  Added:                batctl-2013.4.0.ebuild
  Removed:              batctl-2012.4.0.ebuild batctl-2012.1.0.ebuild
                        batctl-2011.4.0.ebuild batctl-2012.2.0.ebuild
                        batctl-2012.3.0.ebuild
  Log:
  Version bump, drop old.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.14                 net-misc/batctl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Aug 2013 05:39:51 -0000	1.13
+++ ChangeLog	24 Nov 2013 22:41:47 -0000	1.14
@@ -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.13 2013/08/05 05:39:51 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.14 2013/11/24 22:41:47 xmw Exp $
+
+*batctl-2013.4.0 (24 Nov 2013)
+
+  24 Nov 2013; Michael Weber <xmw@gentoo.org> +batctl-2013.4.0.ebuild,
+  -batctl-2011.4.0.ebuild, -batctl-2012.1.0.ebuild, -batctl-2012.2.0.ebuild,
+  -batctl-2012.3.0.ebuild, -batctl-2012.4.0.ebuild:
+  Version bump, drop old.
 
 *batctl-2013.3.0 (05 Aug 2013)
 



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

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

Index: batctl-2013.4.0.ebuild
===================================================================
# 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.4.0.ebuild,v 1.1 2013/11/24 22:41:47 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:[~2013-11-24 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 22:41 [gentoo-commits] gentoo-x86 commit in net-misc/batctl: batctl-2013.4.0.ebuild ChangeLog batctl-2012.4.0.ebuild batctl-2012.1.0.ebuild batctl-2011.4.0.ebuild batctl-2012.2.0.ebuild batctl-2012.3.0.ebuild 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