jer 15/02/14 07:46:06 Modified: ChangeLog Added: netselect-0.3-r4.ebuild Log: Readd removed include by James Taylor (bug #540032). (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.59 net-analyzer/netselect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netselect/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netselect/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netselect/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 5 Jan 2015 08:13:39 -0000 1.58 +++ ChangeLog 14 Feb 2015 07:46:06 -0000 1.59 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/netselect # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.58 2015/01/05 08:13:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.59 2015/02/14 07:46:06 jer Exp $ + +*netselect-0.3-r4 (14 Feb 2015) + + 14 Feb 2015; Jeroen Roovers <[email protected]> +netselect-0.3-r4.ebuild, + files/netselect-0.3-bsd.patch: + Readd removed include by James Taylor (bug #540032). 05 Jan 2015; Jeroen Roovers <[email protected]> metadata.xml: Remove short <longdescription>. 1.1 net-analyzer/netselect/netselect-0.3-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netselect/netselect-0.3-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netselect/netselect-0.3-r4.ebuild?rev=1.1&content-type=text/plain Index: netselect-0.3-r4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r4.ebuild,v 1.1 2015/02/14 07:46:06 jer Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Ultrafast implementation of ping" HOMEPAGE="http://apenwarr.ca/netselect/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" S=${WORKDIR}/${PN} src_prepare() { epatch \ "${FILESDIR}/${P}-bsd.patch" \ "${FILESDIR}/${P}-glibc.patch" sed -i \ -e "s:PREFIX =.*:PREFIX = ${ED}usr:" \ -e "s:CFLAGS =.*:CFLAGS = -Wall -I. ${CFLAGS}:" \ -e "s:LDFLAGS =.*:LDFLAGS = ${LDFLAGS}:" \ -e '23,27d' \ -e '34d' \ Makefile || die } src_compile() { emake CC="$(tc-getCC)" } src_install () { dobin netselect if ! use prefix ; then fowners root:wheel /usr/bin/netselect fperms 4711 /usr/bin/netselect fi dodoc ChangeLog HISTORY README* }
