public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ethercard-diag/
Date: Tue,  3 Jan 2017 23:10:19 +0000 (UTC)	[thread overview]
Message-ID: <1483485007.7c2d040e4162aa8f93a699e0e8cb9494344314b3.monsieurp@gentoo> (raw)

commit:     7c2d040e4162aa8f93a699e0e8cb9494344314b3
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Thu Dec 29 18:49:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 23:10:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2d040e

net-misc/ethercard-diag: EAPI 6 bump.

Closes: https://github.com/gentoo/gentoo/pull/3271

 net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild | 5 +++--
 net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild    | 8 +++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild b/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
index 91437c7..4debc7d 100644
--- a/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
+++ b/net-misc/ethercard-diag/ethercard-diag-20050321.1g-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 inherit toolchain-funcs
 
@@ -18,6 +18,7 @@ IUSE=""
 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 \
@@ -29,5 +30,5 @@ src_prepare() {
 
 src_compile() {
 	tc-export CC AR
-	emake
+	default
 }

diff --git a/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild b/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild
index c9013e3..06a4304 100644
--- a/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild
+++ b/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="6"
+
 inherit toolchain-funcs
 
 DESCRIPTION="low level mii diagnostic tools including mii-diag and etherwake (merge of netdiag/isa-diag)"
@@ -17,11 +19,11 @@ DEPEND="!sys-apps/nictools"
 
 src_compile() {
 	tc-export CC AR
-	emake || die
+	default
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	default
 	dodir /sbin
-	mv "${D}"/usr/sbin/{mii-diag,ether-wake} "${D}"/sbin/ || die
+	mv "${ED%/}"/usr/sbin/{mii-diag,ether-wake} "${ED%/}"/sbin/ || die
 }


             reply	other threads:[~2017-01-03 23:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 23:10 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 12:55 [gentoo-commits] repo/gentoo:master commit in: net-misc/ethercard-diag/ Sam James
2022-04-14  3:47 Joonas Niilola
2021-05-14 22:14 David Seifert
2017-01-03 23:10 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483485007.7c2d040e4162aa8f93a699e0e8cb9494344314b3.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox