diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 20:23:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 21:24:08 +0000 |
commit | 0a1cabbd58a133304dd66fe04be05f4fe4e19caf (patch) | |
tree | f0ce5df5dea3498a9e90e83eef5a679dcc873758 /sys-apps | |
parent | sys-apps/dnotify: EAPI 8 (diff) | |
download | gentoo-0a1cabbd58a133304dd66fe04be05f4fe4e19caf.tar.gz gentoo-0a1cabbd58a133304dd66fe04be05f4fe4e19caf.tar.bz2 gentoo-0a1cabbd58a133304dd66fe04be05f4fe4e19caf.zip |
sys-apps/collectl: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/collectl/collectl-4.3.1-r1.ebuild (renamed from sys-apps/collectl/collectl-4.3.1.ebuild) | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/sys-apps/collectl/collectl-4.3.1.ebuild b/sys-apps/collectl/collectl-4.3.1-r1.ebuild index d9b81f3dd223..a4aa255f26f7 100644 --- a/sys-apps/collectl/collectl-4.3.1.ebuild +++ b/sys-apps/collectl/collectl-4.3.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Performance monitoring tool capable of interactive reporting and logging to disk" HOMEPAGE="http://collectl.sourceforge.net/" @@ -10,22 +10,20 @@ SRC_URI="mirror://sourceforge/collectl/${P}.src.tar.gz" LICENSE="GPL-2 Artistic" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 x86" -IUSE="" -RDEPEND=">=dev-lang/perl-5.8.8 +RDEPEND=" + >=dev-lang/perl-5.8.8 virtual/perl-Time-HiRes >=dev-perl/Archive-Zip-1.20 sys-apps/ethtool - sys-apps/pciutils" + sys-apps/pciutils +" -HTML_DOCS="docs/*" - -DOCS=( - README - RELEASE-collectl -) +HTML_DOCS=( docs/. ) src_install() { + dodoc README RELEASE-collectl + dobin collectl colmux insinto /etc |