public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/batmand: ChangeLog batmand-0.3.2-r1.ebuild batmand-0.3.1.ebuild batmand-0.3.2.ebuild
@ 2011-12-04 13:58 Cedric Krier (cedk)
  0 siblings, 0 replies; only message in thread
From: Cedric Krier (cedk) @ 2011-12-04 13:58 UTC (permalink / raw
  To: gentoo-commits

cedk        11/12/04 13:58:49

  Modified:             ChangeLog
  Added:                batmand-0.3.2-r1.ebuild
  Removed:              batmand-0.3.1.ebuild batmand-0.3.2.ebuild
  Log:
  Switch to EAPI=2 for bug #368411 and remove old
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.9                  net-misc/batmand/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	15 Nov 2009 14:55:25 -0000	1.8
+++ ChangeLog	4 Dec 2011 13:58:49 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/batmand
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.8 2009/11/15 14:55:25 cedk Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.9 2011/12/04 13:58:49 cedk Exp $
+
+*batmand-0.3.2-r1 (04 Dec 2011)
+
+  04 Dec 2011; Cédric Krier <cedk@gentoo.org> -batmand-0.3.1.ebuild,
+  -batmand-0.3.2.ebuild, +batmand-0.3.2-r1.ebuild:
+  Switch to EAPI=2 for bug #368411 and remove old
 
 *batmand-0.3.2 (15 Nov 2009)
 



1.1                  net-misc/batmand/batmand-0.3.2-r1.ebuild

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

Index: batmand-0.3.2-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.3.2-r1.ebuild,v 1.1 2011/12/04 13:58:49 cedk Exp $

EAPI=2

inherit toolchain-funcs

MY_P=${P/batmand/batman}
DESCRIPTION="Better approach to mobile Ad-Hoc networking"
HOMEPAGE="http://open-mesh.net/"
SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/batman/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S=${WORKDIR}/${MY_P}

src_prepare() {
	sed -i \
		-e "/^CFLAGS/s: -O[^[:space:]]* : :" \
		-e "/^CFLAGS/s: -g[^[:space:]]* : :" \
		-e "s/-j \$(NUM_CPUS)//" \
		Makefile || die
}

src_compile() {
	emake CC="$(tc-getCC)" V=1 || die
}

src_install() {
	emake INSTALL_PREFIX="${D}" install || die

	newinitd "${FILESDIR}"/batmand-init.d batmand || die
	newconfd "${FILESDIR}"/batmand-conf.d batmand || die

	doman man/*.8 || die

	dodoc CHANGELOG README THANKS || die
}






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

only message in thread, other threads:[~2011-12-04 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 13:58 [gentoo-commits] gentoo-x86 commit in net-misc/batmand: ChangeLog batmand-0.3.2-r1.ebuild batmand-0.3.1.ebuild batmand-0.3.2.ebuild Cedric Krier (cedk)

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