public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/symon/
Date: Sat,  3 Apr 2021 15:57:17 +0000 (UTC)	[thread overview]
Message-ID: <1617465316.c825a52204681acacf4e66c6f91e15fb173aae67.sam@gentoo> (raw)

commit:     c825a52204681acacf4e66c6f91e15fb173aae67
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 00:57:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:55:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c825a522

net-analyzer/symon: port to EAPI 7, eutils--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/symon/symon-2.88.ebuild | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/net-analyzer/symon/symon-2.88.ebuild b/net-analyzer/symon/symon-2.88.ebuild
index 0250b6eec39..521fcb00eb6 100644
--- a/net-analyzer/symon/symon-2.88.ebuild
+++ b/net-analyzer/symon/symon-2.88.ebuild
@@ -1,31 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils perl-module toolchain-funcs
+EAPI=7
+
+inherit perl-module toolchain-funcs
 
 DESCRIPTION="Performance and information monitoring tool"
 HOMEPAGE="https://wpd.home.xs4all.nl/symon/"
 SRC_URI="https://wpd.home.xs4all.nl/symon/philes/${P}.tar.gz"
+S="${WORKDIR}"/${PN}
 
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="perl +symon symux"
-REQUIRED_USE="
-	|| ( perl symon symux )
-"
+REQUIRED_USE="|| ( perl symon symux )"
 
+BDEPEND="sys-devel/pmake"
 RDEPEND="
 	perl? ( dev-lang/perl )
 	symux? ( net-analyzer/rrdtool )
 "
-DEPEND="
-	${RDEPEND}
-	sys-devel/pmake
-"
-
-S=${WORKDIR}/${PN}
+DEPEND="${RDEPEND}"
 
 # Deletes the directory passed as an argument from the internal pmake
 # variable SUBDIR.
@@ -84,7 +80,6 @@ src_install() {
 		doman symux/symux.8
 		dosbin symux/symux
 
-		dodir /usr/share/symon
 		insinto /usr/share/symon
 		doins symux/c_smrrds.sh
 		fperms a+x /usr/share/symon/c_smrrds.sh


             reply	other threads:[~2021-04-03 15:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-03 15:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  1:34 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/symon/ Sam James
2020-11-26 23:04 Aaron Bauman
2017-06-24 10:37 Michał Górny
2017-03-07  8:01 Jeroen Roovers
2016-05-23  4:08 Jeroen Roovers

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=1617465316.c825a52204681acacf4e66c6f91e15fb173aae67.sam@gentoo \
    --to=sam@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