public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/batctl: ChangeLog batctl-2012.1.0.ebuild batctl-2011.3.0.ebuild batctl-2011.1.0.ebuild
@ 2012-04-17  2:34 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-04-17  2:34 UTC (permalink / raw
  To: gentoo-commits

xmw         12/04/17 02:34:26

  Modified:             ChangeLog
  Added:                batctl-2012.1.0.ebuild
  Removed:              batctl-2011.3.0.ebuild batctl-2011.1.0.ebuild
  Log:
  Remove old versions, version bump (thanks Franz Schrober, bug 412143)
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-misc/batctl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Nov 2011 22:16:26 -0000	1.5
+++ ChangeLog	17 Apr 2012 02:34:26 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/batctl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/ChangeLog,v 1.5 2011/11/15 22:16:26 xmw Exp $
+# 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 $
+
+*batctl-2012.1.0 (17 Apr 2012)
+
+  17 Apr 2012; Michael Weber <xmw@gentoo.org> -batctl-2011.1.0.ebuild,
+  -batctl-2011.3.0.ebuild, +batctl-2012.1.0.ebuild:
+  Remove old versions, version bump (thanks Franz Schrober, bug 412143)
 
 *batctl-2011.4.0 (15 Nov 2011)
 



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

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

Index: batctl-2012.1.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.1.0.ebuild,v 1.1 2012/04/17 02:34:26 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-04-17  2:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17  2:34 [gentoo-commits] gentoo-x86 commit in net-misc/batctl: ChangeLog batctl-2012.1.0.ebuild batctl-2011.3.0.ebuild batctl-2011.1.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