summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-11-05 10:01:05 +0100
committerJeroen Roovers <jer@gentoo.org>2016-11-05 10:01:05 +0100
commitc874199231e8f7d814581b38ec91d1d4588aace5 (patch)
tree1289f05c39b87eb8fc41fded2f6235b3c86998a8 /net-analyzer
parentnet-analyzer/ifmetric: Stable for x86 too. (diff)
downloadgentoo-c874199231e8f7d814581b38ec91d1d4588aace5.tar.gz
gentoo-c874199231e8f7d814581b38ec91d1d4588aace5.tar.bz2
gentoo-c874199231e8f7d814581b38ec91d1d4588aace5.zip
net-analyzer/ifmetric: Old.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ifmetric/ifmetric-0.3-r1.ebuild34
-rw-r--r--net-analyzer/ifmetric/ifmetric-0.3.ebuild32
2 files changed, 0 insertions, 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 51d845bb2902..000000000000
--- 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 8ddcc25e0763..000000000000
--- 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
-}