diff options
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 |