hwoarang 15/01/11 11:42:41 Modified: bwping-1.7-r1.ebuild ChangeLog Log: Revert latest commit for bug #530420. We shouldn't care if we can't support the ipv6 case. We only need know whether we can build the support for it. So replace RUN with LINK. This may also fix bug #536184 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.5 net-analyzer/bwping/bwping-1.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild?r1=1.4&r2=1.5 Index: bwping-1.7-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bwping-1.7-r1.ebuild 20 Dec 2014 12:50:37 -0000 1.4 +++ bwping-1.7-r1.ebuild 11 Jan 2015 11:42:41 -0000 1.5 @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.4 2014/12/20 12:50:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.5 2015/01/11 11:42:41 hwoarang Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils linux-info +inherit autotools-utils DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" HOMEPAGE="http://bwping.sourceforge.net/" @@ -16,17 +16,9 @@ KEYWORDS="amd64 ~sparc x86 ~x86-fbsd" IUSE="ipv6" -PATCHES=( - "${FILESDIR}/${P}-buildsystem-configurable-ipv6.patch" # bug 454256 -) - -CONFIG_CHECK="IPV6" - -pkg_setup() { - if use ipv6; then - linux-info_pkg_setup - fi -} +#PATCHES=( +# "${FILESDIR}/${P}-buildsystem-configurable-ipv6.patch" # bug 454256 +#) src_configure() { local myeconfargs=( 1.20 net-analyzer/bwping/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwping/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwping/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 20 Dec 2014 12:51:26 -0000 1.19 +++ ChangeLog 11 Jan 2015 11:42:41 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/bwping -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/ChangeLog,v 1.19 2014/12/20 12:51:26 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/ChangeLog,v 1.20 2015/01/11 11:42:41 hwoarang Exp $ + + 11 Jan 2015; Markos Chandras <[email protected]> bwping-1.7-r1.ebuild, + files/bwping-1.7-buildsystem-configurable-ipv6.patch: + Revert latest commit for bug #530420. We shouldn't care if we can't support + the ipv6 case. We only need know whether we can build the support for it. So + replace RUN with LINK. This may also fix bug #536184 20 Dec 2014; Markos Chandras <[email protected]> bwping-1.7-r1.ebuild: Make sure IPV6 is enabled in the kernel if the ipv6 useflag is set. Bug
