summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2007-06-23 12:49:02 +0000
committerCédric Krier <cedk@gentoo.org>2007-06-23 12:49:02 +0000
commit01fb512c742dabde4c57d7962671497d60a7d3ee (patch)
tree20f7ff23f538909db223ba91cbc05d4d9fe00f8a /net-misc/batmand
parentapp-emulation/ies4linux: Added <longdescription> tags in english and french (diff)
downloadgentoo-2-01fb512c742dabde4c57d7962671497d60a7d3ee.tar.gz
gentoo-2-01fb512c742dabde4c57d7962671497d60a7d3ee.tar.bz2
gentoo-2-01fb512c742dabde4c57d7962671497d60a7d3ee.zip
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-misc/batmand')
-rw-r--r--net-misc/batmand/ChangeLog7
-rw-r--r--net-misc/batmand/batmand-0.2.0.ebuild44
-rw-r--r--net-misc/batmand/files/digest-batmand-0.2.03
3 files changed, 53 insertions, 1 deletions
diff --git a/net-misc/batmand/ChangeLog b/net-misc/batmand/ChangeLog
index 7bb44e29b6e8..d422a658fb65 100644
--- a/net-misc/batmand/ChangeLog
+++ b/net-misc/batmand/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/batmand
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.1 2007/06/16 23:31:07 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/ChangeLog,v 1.2 2007/06/23 12:49:02 cedk Exp $
+
+*batmand-0.2.0 (23 Jun 2007)
+
+ 23 Jun 2007; Cédric Krier <cedk@gentoo.org> +batmand-0.2.0.ebuild:
+ Version bump
*batmand-0.2.0_rc2 (16 Jun 2007)
diff --git a/net-misc/batmand/batmand-0.2.0.ebuild b/net-misc/batmand/batmand-0.2.0.ebuild
new file mode 100644
index 000000000000..57da5010377d
--- /dev/null
+++ b/net-misc/batmand/batmand-0.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/batmand/batmand-0.2.0.ebuild,v 1.1 2007/06/23 12:49:02 cedk Exp $
+
+inherit eutils toolchain-funcs
+
+MY_PV="0.2-rv451_sources"
+
+DESCRIPTION="Better approach to modile Ad-Hoc networking"
+HOMEPAGE="http://open-mesh.net/batman"
+SRC_URI="http://downloads.open-mesh.net/batman/stable/sources/${PN}_${MY_PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${PN}_${MY_PV}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i \
+ -e "s/CFLAGS =.*-Wall -O1 -g3/CFLAGS += -Wall/" \
+ -e "s/LDFLAGS =/LDFLAGS +=/" \
+ Makefile || die "sed failed"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dosbin batmand
+
+ newinitd "${FILESDIR}"/batmand-init.d batmand
+ newconfd "${FILESDIR}"/batmand-conf.d batmand
+
+ dodoc CHANGELOG
+}
diff --git a/net-misc/batmand/files/digest-batmand-0.2.0 b/net-misc/batmand/files/digest-batmand-0.2.0
new file mode 100644
index 000000000000..dd7a150d1de7
--- /dev/null
+++ b/net-misc/batmand/files/digest-batmand-0.2.0
@@ -0,0 +1,3 @@
+MD5 49df3241f4dc88c4048a847b5c438f15 batmand_0.2-rv451_sources.tgz 42528
+RMD160 cb76754f213a1d41f03070a57725653defdf4d3f batmand_0.2-rv451_sources.tgz 42528
+SHA256 3bc25f9d401f1286d9c509defdebb2391574d9902ffafd42a86883489ea0f70f batmand_0.2-rv451_sources.tgz 42528