diff options
author | 2014-07-14 16:36:58 +0000 | |
---|---|---|
committer | 2014-07-14 16:36:58 +0000 | |
commit | fc66d3c3ac3920e1d97fb90a0ea56c7b1604daab (patch) | |
tree | 9fdcd1f811f9836a07a77b4292e66bd819572430 /net-analyzer/netselect/netselect-0.3-r3.ebuild | |
parent | EAPI bump. Fix a buffer overflow, missing getpid include. Move sed script out... (diff) | |
download | historical-fc66d3c3ac3920e1d97fb90a0ea56c7b1604daab.tar.gz historical-fc66d3c3ac3920e1d97fb90a0ea56c7b1604daab.tar.bz2 historical-fc66d3c3ac3920e1d97fb90a0ea56c7b1604daab.zip |
Update HOMEPAGE/SRC_URI (bug #517112 by Thomas Fischer). Clean up patch.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-analyzer/netselect/netselect-0.3-r3.ebuild')
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/netselect/netselect-0.3-r3.ebuild b/net-analyzer/netselect/netselect-0.3-r3.ebuild index 0761c6f03fa0..bbeba2704263 100644 --- a/net-analyzer/netselect/netselect-0.3-r3.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r3.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r3.ebuild,v 1.13 2013/07/02 07:42:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r3.ebuild,v 1.14 2014/07/14 16:36:56 jer Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Ultrafast implementation of ping." -HOMEPAGE="http://alumnit.ca/~apenwarr/netselect/index.html" -SRC_URI="http://alumnit.ca/~apenwarr/netselect/${P}.tar.gz" +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" -IUSE="" S=${WORKDIR}/${PN} src_prepare() { - epatch "${FILESDIR}/${P}-bsd.patch" - epatch "${FILESDIR}/${P}-glibc.patch" + epatch \ + "${FILESDIR}/${P}-bsd.patch" \ + "${FILESDIR}/${P}-glibc.patch" sed -i \ -e "s:PREFIX =.*:PREFIX = ${ED}usr:" \ |