Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Cedric Krier (cedk)" <cedk@g.o>
Subject: gentoo-x86 commit in net-analyzer/arping: ChangeLog arping-2.08.ebuild
Date: Sun, 28 Sep 2008 13:05:18 +0000
cedk        08/09/28 13:05:18

  Modified:             ChangeLog
  Added:                arping-2.08.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.38                 net-analyzer/arping/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arping/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	7 Jul 2008 21:41:30 -0000	1.37
+++ ChangeLog	28 Sep 2008 13:05:18 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/arping
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.37 2008/07/07 21:41:30 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.38 2008/09/28 13:05:18 cedk Exp $
+
+*arping-2.08 (28 Sep 2008)
+
+  28 Sep 2008; Cédric Krier <cedk@g.o> +arping-2.08.ebuild:
+  Version bump
 
   07 Jul 2008; Markus Ullmann <jokey@g.o> arping-2.06.ebuild:
   Stable on arm for bug #229841



1.1                  net-analyzer/arping/arping-2.08.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arping/arping-2.08.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arping/arping-2.08.ebuild?rev=1.1&content-type=text/plain

Index: arping-2.08.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.08.ebuild,v 1.1 2008/09/28 13:05:18 cedk Exp $

inherit toolchain-funcs

DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

DEPEND="net-libs/libpcap
	>=net-libs/libnet-1.1.0-r3"

src_unpack() {
	unpack ${A}
	cd "${S}"
	rm -f Makefile
	# since we install as arping2, use arping2 in the man page
	sed -i "s/\(${PN}\)/\12/g" ${PN}.8 || die "sed ${PN}.8 failed"
}

src_compile() {
	emake \
		CC=$(tc-getCC) \
		LDLIBS="-lpcap -lnet" \
		arping-2/arping \
		|| die
}

src_test() {
	einfo "Selftest only works as root"
	#make SUDO= HOST=`hostname` MAC=`ifconfig -a | fgrep HWaddr | sed 's/.*HWaddr //g'` test
}

src_install() {
	newsbin arping-2/arping arping2 || die
	newman arping.8 arping2.8
	dodoc README arping-scan-net.sh
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-im/bitlbee/files: bitlbeed.confd bitlbee-xinetd.patch bitlbee-gentoohack.patch oscar-sms.patch bitlbeed.init bitlbee-1.0.3-xinetd.patch
Next by thread:
gentoo-x86 commit in x11-themes/smplayer-themes: smplayer-themes-0.1.16.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in net-im/bitlbee/files: bitlbeed.confd bitlbee-xinetd.patch bitlbee-gentoohack.patch oscar-sms.patch bitlbeed.init bitlbee-1.0.3-xinetd.patch
Next by date:
gentoo-x86 commit in www-client/mozilla-firefox: ChangeLog mozilla-firefox-2.0.0.17.ebuild


Updated Jun 18, 2010

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.