diff options
Diffstat (limited to 'net-libs/liboping/liboping-1.6.2.ebuild')
-rw-r--r-- | net-libs/liboping/liboping-1.6.2.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-libs/liboping/liboping-1.6.2.ebuild b/net-libs/liboping/liboping-1.6.2.ebuild deleted file mode 100644 index 089621fada57..000000000000 --- a/net-libs/liboping/liboping-1.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboping/liboping-1.6.2.ebuild,v 1.4 2014/10/09 19:55:25 dilfridge Exp $ - -EAPI=4 - -inherit base autotools - -DESCRIPTION="C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once" -HOMEPAGE="http://verplant.org/liboping" -SRC_URI="http://verplant.org/${PN}/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}/${P}-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 -} |