jer         14/07/11 18:11:23

  Modified:             ChangeLog
  Added:                fping-2.4_beta2_p161-r1.ebuild
                        fping-2.4_beta2_p161-r2.ebuild
  Log:
  Restore 2.4_beta2_p161-r1 as net-analyzer/zabbix still requires it. Fix a 
missing include and do an EAPI bump in -r2.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key A792A613)

Revision  Changes    Path
1.64                 net-analyzer/fping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   11 Jul 2014 12:47:07 -0000      1.63
+++ ChangeLog   11 Jul 2014 18:11:23 -0000      1.64
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/fping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.63 
2014/07/11 12:47:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.64 
2014/07/11 18:11:23 jer Exp $
+
+*fping-2.4_beta2_p161-r2 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers <j...@gentoo.org> 
+fping-2.4_beta2_p161-r1.ebuild,
+  +fping-2.4_beta2_p161-r2.ebuild, +files/fping-2.4_beta2_p161-err.h.patch,
+  +files/fping-2.4_beta2_p161-min-time.patch:
+  Restore 2.4_beta2_p161-r1 as net-analyzer/zabbix still requires it. Fix a
+  missing include and do an EAPI bump in -r2.
 
   11 Jul 2014; Jeroen Roovers <j...@gentoo.org> 
-fping-2.4_beta2_p161-r1.ebuild,
   -fping-3.1.ebuild, -fping-3.2.ebuild, -fping-3.4.ebuild, -fping-3.5.ebuild,



1.11                 net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?r1=1.10&r2=1.11




1.1                  net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild

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

Index: fping-2.4_beta2_p161-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild,v 1.1 
2014/07/11 18:11:23 jer Exp $

EAPI=5

inherit autotools eutils flag-o-matic

DESCRIPTION="A utility to ping multiple hosts at once"
SRC_URI="
        mirror://debian/pool/main/f/${PN}/${PN}_2.4b2-to-ipv6.orig.tar.gz
        mirror://debian/pool/main/f/${PN}/${PN}_2.4b2-to-ipv6-16.1.diff.gz
        "
HOMEPAGE="http://fping.sourceforge.net/ 
http://packages.qa.debian.org/f/fping.html";

SLOT="0"
LICENSE="fping"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="ipv6"

S="${WORKDIR}/fping-2.4b2_to-ipv6"

src_prepare() {
        epatch \
                "${WORKDIR}"/fping_2.4b2-to-ipv6-16.1.diff \
                "${FILESDIR}"/${P}-err.h.patch \
                "${FILESDIR}"/${P}-min-time.patch
        eautoreconf

        if use ipv6; then
                cp -a "${S}" "${S}-6"
        fi
}

src_configure() {
        econf
        if use ipv6; then
                cd "${S}-6"
                append-flags -DIPV6
                econf
        fi
}

src_compile() {
        emake
        if use ipv6; then
                cd "${S}-6"
                emake
        fi
}

src_install () {
        dosbin "${S}"/${PN}
        if use ipv6; then
                newsbin "${S}"-6/fping fping6
        fi
        fperms 4555 /usr/sbin/fping /usr/sbin/fping6 #241930
        doman fping.8
        dodoc ChangeLog README
}




Reply via email to