commit: c874199231e8f7d814581b38ec91d1d4588aace5 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Nov 5 09:01:05 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 09:01:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8741992
net-analyzer/ifmetric: Old. Package-Manager: portage-2.3.2 net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild | 34 ---------------------------- net-analyzer/ifmetric/ifmetric-0.3.ebuild | 32 -------------------------- 2 files changed, 66 deletions(-) diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild deleted file mode 100644 index 51d845b..00000000 --- a/net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils - -DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once" -HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="sys-kernel/linux-headers" - -DOCS=( README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-ul.patch -} - -src_configure() { - # man page and HTML are already generated - econf \ - --disable-xmltoman \ - --disable-lynx -} - -src_install() { - default - dohtml doc/README.html -} diff --git a/net-analyzer/ifmetric/ifmetric-0.3.ebuild b/net-analyzer/ifmetric/ifmetric-0.3.ebuild deleted file mode 100644 index 8ddcc25..00000000 --- a/net-analyzer/ifmetric/ifmetric-0.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -DESCRIPTION="Linux tool for setting metrics of all IPv4 routes attached to a given network interface at once" -HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -# NOTE: this app is linux-only, virtual/os-headers therefore is incorrect -DEPEND="sys-kernel/linux-headers" -RDEPEND="" - -DOCS=( README ) - -src_configure() { - # man page and HTML are already generated - econf \ - --disable-xmltoman \ - --disable-lynx -} - -src_install() { - default - dohtml doc/README.html -}
