Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ethercard-diag/
Date: Fri, 14 May 2021 22:14:10
Message-Id: 1621030360.218f8f06439cb5315952033f870d35c3d0131993.soap@gentoo
1 commit: 218f8f06439cb5315952033f870d35c3d0131993
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 22:12:40 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 22:12:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218f8f06
7
8 net-misc/ethercard-diag: drop 20050321.1g
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../ethercard-diag-20050321.1g.ebuild | 28 ----------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild b/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild
16 deleted file mode 100644
17 index f8424e16c1d..00000000000
18 --- a/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="low level mii diagnostic tools including mii-diag and etherwake (merge of netdiag/isa-diag)"
29 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
30 -SRC_URI="mirror://gentoo/${P}.tar.lzma"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -DEPEND="!sys-apps/nictools"
38 -
39 -src_compile() {
40 - tc-export CC AR
41 - default
42 -}
43 -
44 -src_install() {
45 - default
46 - dodir /sbin
47 - mv "${ED%/}"/usr/sbin/{mii-diag,ether-wake} "${ED%/}"/sbin/ || die
48 -}