mrueg 15/01/06 00:11:36 Modified: ChangeLog Added: liboping-1.8.0.ebuild Log: Proxy commit for Johan Bergström. Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.15 net-libs/liboping/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboping/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboping/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboping/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/liboping/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 10 Oct 2014 01:47:32 -0000 1.14 +++ ChangeLog 6 Jan 2015 00:11:36 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/liboping -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboping/ChangeLog,v 1.14 2014/10/10 01:47:32 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboping/ChangeLog,v 1.15 2015/01/06 00:11:36 mrueg Exp $ + +*liboping-1.8.0 (06 Jan 2015) + + 06 Jan 2015; Manuel Rüger <mr...@gentoo.org> +liboping-1.8.0.ebuild: + Proxy commit for Johan Bergström. Version bump. *liboping-1.7.0 (10 Oct 2014) 1.1 net-libs/liboping/liboping-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboping/liboping-1.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboping/liboping-1.8.0.ebuild?rev=1.1&content-type=text/plain Index: liboping-1.8.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/liboping/liboping-1.8.0.ebuild,v 1.1 2015/01/06 00:11:36 mrueg Exp $ EAPI=5 inherit base autotools DESCRIPTION="C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once" HOMEPAGE="http://noping.cc/" SRC_URI="http://noping.cc/files/${P}.tar.bz2" LICENSE="LGPL-2.1 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="perl" DEPEND=" sys-libs/ncurses perl? ( dev-lang/perl ) " RDEPEND=${DEPEND} PATCHES=( "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch" ) src_prepare() { base_src_prepare eautoreconf } src_configure() { econf \ $(use_with perl perl-bindings INSTALLDIRS=vendor) \ --disable-static } src_install() { default find "${D}" -name '*.la' -delete || die fperms u+s,og-r /usr/bin/oping fperms u+s,og-r /usr/bin/noping }