public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/collectl/
Date: Fri, 11 Aug 2017 08:55:43 +0000 (UTC)	[thread overview]
Message-ID: <1502441402.b87f3fca2c051d679298616269a725d8c55b4d0c.polynomial-c@gentoo> (raw)

commit:     b87f3fca2c051d679298616269a725d8c55b4d0c
Author:     Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
AuthorDate: Sat Aug  5 11:07:45 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 08:50:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87f3fca

sys-apps/collectl: Bump version

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5305

 sys-apps/collectl/Manifest              |  1 +
 sys-apps/collectl/collectl-4.2.0.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/collectl/Manifest b/sys-apps/collectl/Manifest
index 4de4f7657de..ecbdd703bb6 100644
--- a/sys-apps/collectl/Manifest
+++ b/sys-apps/collectl/Manifest
@@ -2,3 +2,4 @@ DIST collectl-3.7.4.src.tar.gz 462752 SHA256 798657b8e3626e9e4ed6fe5ae44b8216da4
 DIST collectl-4.0.5.src.tar.gz 624040 SHA256 77839c6132c2ebb0b3c941163337bc31468e2744dd4c3fb99e85e5ba4e6f070c SHA512 a7bcc8c100f4aa1bc24b6f65bf1271ae3757dc37adba67982e85a7159faa9c1ea912553e5e918a79b95cf2ec1126094abad0a654e343a9be940ad11c4cdcc42c WHIRLPOOL 8bb38433de5a2c9347599c53a2fe06fabc756238feb3def759c726f82a702b0939d54ff296114552cfee7419ae116a867d91258e897e6cfe872a2928030a932f
 DIST collectl-4.1.0.src.tar.gz 625147 SHA256 e50d2c6946b0ed243136f02c18a64b47402f64ee912cf2fef4c37f9f00d65770 SHA512 b74918e458f4e7e9c6b598b078ef9522ba307b0055c0488167785d226f74a960bd075804128caef756d40a9c5a3f0189e912984c1b0c9bf62c537921e94714c5 WHIRLPOOL 7cb82bd13859ba561ed59e65686c6294f36c4d98957b83856e41e99adf8a6ac9f84eb36706752323d00e393b43eb7c9fd325dcd50f1251d027c3b32445fb0968
 DIST collectl-4.1.3.src.tar.gz 634862 SHA256 c9fa7e4a66fe333471bd485a8008b171fdf431faa79d9b43fa830ae7d6c85bb3 SHA512 2938f349708dba164915fd44e7c2a58cc5088e3bafa9009c82973d5f03f8f62395cde925c6e3c1d49c6e22b653a7d1be352ec70dbabcc68b68fb3a795c1b5da8 WHIRLPOOL 2fd065be105f17f82d3ff3d85fd2508d3e86f6fc4272b5f84888390c8a76fd2d223dbb79c28701044561d8d2d2ce6f36da082871f0149c94f3486ab8a3dad8bd
+DIST collectl-4.2.0.src.tar.gz 634317 SHA256 bf4c52d315d4e754b8275f6c6a9a48188c440f78c4307e5f72abcb518a9d07d0 SHA512 a0c3fd393a3fd3e34a838be26ebe4f111d5b62016d6c319cc556af93bec42672bd700c30c1b9a877fce049b0c11a6fbaf70c4c140ecf8f854408849a6d3a7855 WHIRLPOOL 6b9c46d287128b702662ffbb83a96611974240360d4b8ce5c44c3675bb7d1efc49e4584994327359fd9545175f483bd6dee70081ca6f7e4f0ed32d3e4276b021

diff --git a/sys-apps/collectl/collectl-4.2.0.ebuild b/sys-apps/collectl/collectl-4.2.0.ebuild
new file mode 100644
index 00000000000..ac6f8b9d5c1
--- /dev/null
+++ b/sys-apps/collectl/collectl-4.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="light-weight performance monitoring tool capable of reporting interactively and logging to disk"
+HOMEPAGE="http://collectl.sourceforge.net/"
+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
+	virtual/perl-Time-HiRes
+	>=dev-perl/Archive-Zip-1.20
+	sys-apps/ethtool
+	sys-apps/pciutils"
+
+HTML_DOCS="docs/*"
+
+DOCS=(
+	README
+	RELEASE-collectl
+)
+
+src_install() {
+	dobin collectl colmux
+
+	insinto /etc
+	doins collectl.conf
+
+	insinto /usr/share/collectl
+	doins *.ph *.std
+
+	insinto /usr/share/collectl/util
+	insopts -m755
+	doins client.pl
+
+	doman man1/*
+	einstalldocs
+
+	newinitd "${FILESDIR}"/collectl.initd-2 collectl
+}


             reply	other threads:[~2017-08-11  8:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11  8:55 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-10  0:18 [gentoo-commits] repo/gentoo:master commit in: sys-apps/collectl/ David Seifert
2019-05-02 21:02 Mikle Kolyada
2019-04-18 20:32 Thomas Deutschmann
2019-04-10 22:36 Aaron Bauman
2018-12-03  0:08 Thomas Deutschmann
2017-12-30 19:12 Thomas Deutschmann
2017-05-24 16:30 Lars Wendler
2016-10-14 12:24 Lars Wendler
2016-10-14 12:24 Lars Wendler
2016-08-15  8:22 Lars Wendler
2016-08-15  8:22 Lars Wendler
2016-02-12 15:41 Lars Wendler
2016-02-12 15:41 Lars Wendler

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=1502441402.b87f3fca2c051d679298616269a725d8c55b4d0c.polynomial-c@gentoo \
    --to=polynomial-c@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