jer         15/01/13 11:11:14

  Modified:             ChangeLog
  Added:                arping-2.15.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.84                 net-analyzer/arping/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   9 Jan 2015 13:49:03 -0000       1.83
+++ ChangeLog   13 Jan 2015 11:11:14 -0000      1.84
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/arping
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.83 
2015/01/09 13:49:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.84 
2015/01/13 11:11:14 jer Exp $
+
+*arping-2.15 (13 Jan 2015)
+
+  13 Jan 2015; Jeroen Roovers <[email protected]> +arping-2.15.ebuild:
+  Version bump.
 
   09 Jan 2015; Agostino Sarubbo <[email protected]> arping-2.14.ebuild:
   Stable for amd64, wrt bug #535522



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

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

Index: arping-2.15.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.15.ebuild,v 1.1 
2015/01/13 11:11:14 jer Exp $

EAPI=5

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="http://www.habets.pp.se/synscan/files/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"

DEPEND="
        net-libs/libpcap
        net-libs/libnet:1.1
"
RDEPEND="${DEPEND}"

src_prepare() {
        rm -f Makefile

        # since we install as arping2, use arping2 in documentation 
        sed -i \
                -e "s|\(${PN}\)|\12|g" \
                -e "s|\(${PN}\)\(\W\)|\12\2|g" \
                -e "s|${PN}2-|${PN}-|g" \
                -e "s|(${PN}2 2.*\.x only)||g" \
                doc/${PN}.8 || die
        sed -i \
                -e "s|\(${PN}\) |\12 |g" \
                extra/${PN}-scan-net.sh || die
}

src_install() {
        # since we install as arping2, we cannot use emake install
        newsbin src/${PN} ${PN}2
        newman doc/${PN}.8 ${PN}2.8
        dodoc README extra/arping-scan-net.sh
}




Reply via email to