net-misc/ethercard-diag - 20050321.1g (gentoo)

Search

Install

Install this version:

emerge -a =net-misc/ethercard-diag-20050321.1g

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/ethercard-diag-20050321.1g

Or alternatively:

emerge --autounmask-write -a =net-misc/ethercard-diag-20050321.1g

Package Information

Description:
Low level mii diagnostic tools including mii-diag and etherwake
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20050321.1g 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic toolchain-funcs

DESCRIPTION="Low level mii diagnostic tools including mii-diag and etherwake"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.lzma"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="!sys-apps/nictools"

src_prepare() {
	default

	# Since the binary is `ether-wake`, make sure the man page is
	# `man ether-wake` and not `man etherwake`. #439504
	sed -i \
		-e 's/ETHERWAKE/ETHER-WAKE/' \
		-e 's/etherwake/ether-wake/' \
		pub/diag/{etherwake.8,Makefile} patches/* || die

	mv pub/diag/ether{,-}wake.8 || die
}

src_compile() {
	tc-export CC AR

	# bug #861614
	filter-lto

	default
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

RDEPEND

!sys-apps/nictools

Manifest for 20050321.1g

Type File Size Source URLs
DIST ethercard-diag-20050321.1g.tar.lzma 113181 bytes mirror://gentoo/ethercard-diag-20050321.1g.tar.lzma