From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/
Date: Wed, 26 Aug 2015 04:31:50 +0000 (UTC) [thread overview]
Message-ID: <1440563503.d74ab9dc28c23b3d1cbf4aa8259551cdc23a91fc.jer@gentoo> (raw)
commit: d74ab9dc28c23b3d1cbf4aa8259551cdc23a91fc
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 04:31:43 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 04:31:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74ab9dc
app-admin/sysstat: Version bump.
Package-Manager: portage-2.2.20.1
app-admin/sysstat/Manifest | 2 +
app-admin/sysstat/sysstat-11.0.6.ebuild | 89 +++++++++++++++++++++++++++++++++
app-admin/sysstat/sysstat-11.1.6.ebuild | 89 +++++++++++++++++++++++++++++++++
3 files changed, 180 insertions(+)
diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 427570f..36ff0c6 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,3 +1,5 @@
DIST sysstat-11.0.2.tar.xz 291256 SHA256 acd87fdfbe7c796480f14fc26119d8f785d26827d74a0f5bced6c492a91f1b96 SHA512 4bb5f2ee14346d83c59bd4da36ae8fc6c13197eabb808b1b5db84b593f07d8b366b1f6329abed8d43e2a8497a89de0f89a398b741d4ca23b4a3a95973b5f0f54 WHIRLPOOL 98daee288e22f803f19bbe423eb999f527e8997f2ffd3fe1fe784363260365ee833dd33b755f44d6bfcc685f70b47cb8fd70fdd9a3fa679829c1e608bd65f8e2
DIST sysstat-11.0.5.tar.xz 294020 SHA256 6b165d1664d192a897d0b53ae6db9b279048ed377ed23765d0d4a1b4d21386d6 SHA512 cac99950ffdf04eac18f4d0e9ac14ceac2d57938231dbdbfd1f980b7c656bee8991d96d560595034da874955dc06b207d8041f0a6414b8fd51ee79d859f0ed73 WHIRLPOOL 4debcc810c87663794292cf6c7ba89aa7ee1139019c7e81c69b5f6bd2ae0c195a848e0c87c4baf3182fdfefc40003aac607a022e689b765c3ea7b5d1731015bd
+DIST sysstat-11.0.6.tar.xz 304516 SHA256 596a375bce1830514e26dd6c47ff366ec3113c637765a33f8924b43f97a16b49 SHA512 68f14790d535499ab8b116b77e812730eda003f9d11dd68b5089b284611a928679b538ecd5f139fe72cd737b27eaa972d386e7f81e0e5c4aaa27eae111196bcb WHIRLPOOL 2312c1198910bd1b89e6f87ff3cc0d350e3d84dde375a527b6d5895fe05a3f95c584a8999bdcc87556632d9d903a16adb0b0f58b53aedf2466aa62dd8554f7e0
DIST sysstat-11.1.5.tar.xz 312436 SHA256 feb3a90d86ffd69cf5b88144a8876ae05bd42384f559676f08100671589fa2bb SHA512 07d4570628cd565f2a7d8f6f3631d9581e5f0c6866af2d1ba56ac2f2484541701e12b6c736631611f2588ba81638ad0a9860d6c4f5edc43296dc7200fac87cca WHIRLPOOL bf3da3b2722267d5980a8ddede370542f149e47eaf70dcbd82f7f300b8e6428e566efdc6f76d9474af9404d885780818a9270d76c725b06a713e0930182a8d33
+DIST sysstat-11.1.6.tar.xz 318752 SHA256 e1792aaae343e9c29d962b453e6eab2b3269474bfac2c8e1df463735e706595f SHA512 670cc25400459532721cb2cbcfb9a57612811ea261a888d37e8fe87755556bc2c37bb0ebd7f3c8c5e1d11bfa08c7b20bad77795b6f7c9ce90a8185b4eb3f541c WHIRLPOOL f30291a1e4b1affa382067f688c4c1af5a5fe5a5d20d5580be5bb6e5b2f67cf9eb2018ec672f50396a1c326b0c607994e4c874eb6e2477edc6b6224bb088bff4
diff --git a/app-admin/sysstat/sysstat-11.0.6.ebuild b/app-admin/sysstat/sysstat-11.0.6.ebuild
new file mode 100644
index 0000000..afcb078
--- /dev/null
+++ b/app-admin/sysstat/sysstat-11.0.6.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib systemd toolchain-funcs
+
+DESCRIPTION="System performance tools for Linux"
+HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
+SRC_URI="${HOMEPAGE}${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="debug +doc isag nls lm_sensors selinux"
+
+CDEPEND="
+ isag? (
+ dev-lang/tk:0
+ dev-vcs/rcs
+ sci-visualization/gnuplot
+ )
+ nls? ( virtual/libintl )
+ lm_sensors? ( sys-apps/lm_sensors )
+"
+DEPEND="
+ ${CDEPEND}
+ nls? ( sys-devel/gettext )
+"
+RDEPEND="
+ ${CDEPEND}
+ selinux? ( sec-policy/selinux-sysstat )
+"
+
+SYSSTAT_FAKE_RC_DIR=Gentoo-does-not-use-rc.d
+
+src_prepare() {
+ if use nls; then
+ strip-linguas -i nls/
+ local lingua pofile
+ for pofile in nls/*.po; do
+ lingua=${pofile/nls\/}
+ lingua=${lingua/.po}
+ if ! has ${lingua} ${LINGUAS}; then
+ rm "nls/${lingua}.po" || die
+ fi
+ done
+ fi
+ epatch \
+ "${FILESDIR}"/${PN}-10.0.4-flags.patch \
+ "${FILESDIR}"/${PN}-11.0.4-cron.patch
+}
+
+src_configure() {
+ tc-export AR
+ sa_lib_dir=/usr/$(get_libdir)/sa \
+ conf_dir=/etc \
+ rcdir=${SYSSTAT_FAKE_RC_DIR} \
+ econf \
+ --enable-copy-only \
+ --with-systemdsystemunitdir=$(systemd_get_unitdir) \
+ $(use_enable debug debuginfo) \
+ $(use_enable doc documentation ) \
+ $(use_enable isag install-isag) \
+ $(use_enable lm_sensors sensors) \
+ $(use_enable nls) \
+ --enable-install-cron
+}
+
+src_compile() {
+ emake LFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ keepdir /var/log/sa
+
+ emake \
+ DESTDIR="${D}" \
+ DOC_DIR=/usr/share/doc/${PF} \
+ install
+
+ dodoc contrib/sargraph/sargraph
+
+ rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
+ newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+ systemd_dounit ${PN}.service
+
+ use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
+}
diff --git a/app-admin/sysstat/sysstat-11.1.6.ebuild b/app-admin/sysstat/sysstat-11.1.6.ebuild
new file mode 100644
index 0000000..5737c36
--- /dev/null
+++ b/app-admin/sysstat/sysstat-11.1.6.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib systemd toolchain-funcs
+
+DESCRIPTION="System performance tools for Linux"
+HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
+SRC_URI="${HOMEPAGE}${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug +doc isag nls lm_sensors selinux"
+
+CDEPEND="
+ isag? (
+ dev-lang/tk:0
+ dev-vcs/rcs
+ sci-visualization/gnuplot
+ )
+ nls? ( virtual/libintl )
+ lm_sensors? ( sys-apps/lm_sensors )
+"
+DEPEND="
+ ${CDEPEND}
+ nls? ( sys-devel/gettext )
+"
+RDEPEND="
+ ${CDEPEND}
+ selinux? ( sec-policy/selinux-sysstat )
+"
+
+SYSSTAT_FAKE_RC_DIR=Gentoo-does-not-use-rc.d
+
+src_prepare() {
+ if use nls; then
+ strip-linguas -i nls/
+ local lingua pofile
+ for pofile in nls/*.po; do
+ lingua=${pofile/nls\/}
+ lingua=${lingua/.po}
+ if ! has ${lingua} ${LINGUAS}; then
+ rm "nls/${lingua}.po" || die
+ fi
+ done
+ fi
+ epatch \
+ "${FILESDIR}"/${PN}-10.0.4-flags.patch \
+ "${FILESDIR}"/${PN}-11.0.4-cron.patch
+}
+
+src_configure() {
+ tc-export AR
+ sa_lib_dir=/usr/$(get_libdir)/sa \
+ conf_dir=/etc \
+ rcdir=${SYSSTAT_FAKE_RC_DIR} \
+ econf \
+ --enable-copy-only \
+ --with-systemdsystemunitdir=$(systemd_get_unitdir) \
+ $(use_enable debug debuginfo) \
+ $(use_enable doc documentation ) \
+ $(use_enable isag install-isag) \
+ $(use_enable lm_sensors sensors) \
+ $(use_enable nls) \
+ --enable-install-cron
+}
+
+src_compile() {
+ emake LFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ keepdir /var/log/sa
+
+ emake \
+ DESTDIR="${D}" \
+ DOC_DIR=/usr/share/doc/${PF} \
+ install
+
+ dodoc contrib/sargraph/sargraph
+
+ rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
+ newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+ systemd_dounit ${PN}.service
+
+ use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
+}
next reply other threads:[~2015-08-26 4:31 UTC|newest]
Thread overview: 172+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 4:31 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-26 5:24 [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/ Jeroen Roovers
2015-10-26 5:11 Jeroen Roovers
2015-11-24 20:58 Jeroen Roovers
2015-11-24 21:01 Jeroen Roovers
2016-01-02 6:22 Jeroen Roovers
2016-01-02 6:22 Jeroen Roovers
2016-02-12 5:47 Jeroen Roovers
2016-02-26 12:32 Jeroen Roovers
2016-03-19 7:03 Jeroen Roovers
2016-03-19 7:03 Jeroen Roovers
2016-04-13 10:57 Jeroen Roovers
2016-04-13 10:57 Jeroen Roovers
2016-05-18 9:27 Jeroen Roovers
2016-05-25 6:29 Matt Turner
2016-06-21 12:30 Jeroen Roovers
2016-06-22 6:58 Jeroen Roovers
2016-06-30 17:22 Tobias Klausmann
2016-07-01 5:30 Jeroen Roovers
2016-07-03 19:21 Jeroen Roovers
2016-07-03 19:21 Jeroen Roovers
2016-07-11 5:09 Jeroen Roovers
2016-08-17 5:05 Jeroen Roovers
2016-08-17 5:05 Jeroen Roovers
2016-08-17 5:05 Jeroen Roovers
2016-09-21 17:48 Tobias Klausmann
2016-09-24 13:38 Agostino Sarubbo
2016-09-27 8:32 Jeroen Roovers
2016-10-01 12:41 Jeroen Roovers
2016-10-09 9:21 Jeroen Roovers
2016-11-05 9:55 Jeroen Roovers
2016-11-05 9:55 Jeroen Roovers
2016-11-05 9:55 Jeroen Roovers
2016-12-15 11:52 Jeroen Roovers
2016-12-21 22:54 Thomas Deutschmann
2017-01-16 16:14 Jeroen Roovers
2017-01-16 16:14 Jeroen Roovers
2017-01-16 17:08 Thomas Deutschmann
2017-02-08 23:49 Jeroen Roovers
2017-02-09 8:43 Jeroen Roovers
2017-03-01 7:48 Jeroen Roovers
2017-04-08 10:15 Jeroen Roovers
2017-05-15 22:10 Jeroen Roovers
2017-07-06 19:41 Jeroen Roovers
2017-08-18 19:21 Jeroen Roovers
2017-08-18 19:21 Jeroen Roovers
2017-11-08 17:13 Jeroen Roovers
2017-11-08 17:13 Jeroen Roovers
2018-01-15 12:10 Jeroen Roovers
2018-01-15 12:10 Jeroen Roovers
2018-02-15 15:16 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2018-06-04 19:31 Jeroen Roovers
2018-06-04 19:31 Jeroen Roovers
2018-08-07 7:04 Jeroen Roovers
2018-08-07 7:04 Jeroen Roovers
2018-10-15 8:10 Jeroen Roovers
2018-10-15 8:10 Jeroen Roovers
2018-11-30 6:10 Thomas Deutschmann
2018-12-17 20:36 Jeroen Roovers
2018-12-17 20:36 Jeroen Roovers
2019-02-15 16:23 Jeroen Roovers
2019-02-15 16:23 Jeroen Roovers
2019-02-18 22:18 Jeroen Roovers
2019-02-22 9:31 Jeroen Roovers
2019-04-18 8:54 Jeroen Roovers
2019-04-18 8:54 Jeroen Roovers
2019-04-26 15:42 Anthony G. Basile
2019-05-31 8:05 Jeroen Roovers
2019-05-31 8:05 Jeroen Roovers
2019-05-31 8:30 Jeroen Roovers
2019-06-01 8:14 Sergei Trofimovich
2019-06-04 14:45 Thomas Deutschmann
2019-06-04 14:48 Agostino Sarubbo
2019-06-05 7:12 Agostino Sarubbo
2019-06-06 6:46 Agostino Sarubbo
2019-06-08 13:32 Jeroen Roovers
2019-07-26 4:46 Jeroen Roovers
2019-07-26 18:04 Jeroen Roovers
2019-07-26 18:07 Jeroen Roovers
2019-07-28 20:26 Mikle Kolyada
2019-08-15 6:13 Jeroen Roovers
2019-08-15 6:13 Jeroen Roovers
2019-08-15 6:13 Jeroen Roovers
2019-09-30 9:07 Jeroen Roovers
2019-09-30 9:07 Jeroen Roovers
2019-11-11 9:15 Jeroen Roovers
2019-11-11 9:15 Jeroen Roovers
2019-11-11 20:46 Jeroen Roovers
2019-12-27 17:13 Jeroen Roovers
2019-12-27 17:13 Jeroen Roovers
2020-01-24 15:57 Agostino Sarubbo
2020-01-25 17:36 Sergei Trofimovich
2020-01-26 20:55 Thomas Deutschmann
2020-01-27 9:33 Sergei Trofimovich
2020-01-27 9:53 Sergei Trofimovich
2020-01-27 12:36 Mikle Kolyada
2020-02-10 11:12 Jeroen Roovers
2020-04-10 9:19 Jeroen Roovers
2020-04-23 7:16 Sergei Trofimovich
2020-05-08 8:50 Jeroen Roovers
2020-07-31 7:42 Jeroen Roovers
2020-07-31 8:46 Jeroen Roovers
2020-11-03 21:56 Georgy Yakovlev
2020-11-11 7:59 Georgy Yakovlev
2020-11-11 8:03 Georgy Yakovlev
2020-11-24 2:02 Georgy Yakovlev
2020-11-24 2:02 Georgy Yakovlev
2020-11-24 2:02 Georgy Yakovlev
2021-03-27 4:52 Georgy Yakovlev
2021-05-24 13:05 Agostino Sarubbo
2021-05-24 13:19 Agostino Sarubbo
2021-05-24 20:47 Sam James
2021-05-24 20:47 Sam James
2021-05-25 5:40 Georgy Yakovlev
2021-05-25 11:06 Sam James
2021-05-25 21:11 Georgy Yakovlev
2021-05-25 21:11 Georgy Yakovlev
2021-06-12 3:08 Georgy Yakovlev
2021-07-06 11:01 Agostino Sarubbo
2021-07-06 11:02 Agostino Sarubbo
2021-07-06 11:02 Agostino Sarubbo
2021-07-06 11:03 Agostino Sarubbo
2021-07-06 18:02 Sam James
2021-07-13 4:02 Sam James
2021-07-14 3:12 Sam James
2021-07-17 1:11 Georgy Yakovlev
2021-12-21 2:45 Georgy Yakovlev
2022-07-08 8:13 Marek Szuba
2022-07-12 18:21 Georgy Yakovlev
2022-07-12 18:52 Georgy Yakovlev
2022-08-30 9:25 Jakov Smolić
2022-08-30 9:42 Arthur Zamarin
2022-08-30 9:42 Arthur Zamarin
2022-08-30 16:03 Jakov Smolić
2022-08-30 16:09 Sam James
2022-08-31 12:05 Agostino Sarubbo
2022-08-31 15:33 Marek Szuba
2022-08-31 15:33 Marek Szuba
2022-11-10 0:56 Marek Szuba
2022-11-10 2:50 Sam James
2022-11-10 2:50 Sam James
2022-11-10 5:06 Arthur Zamarin
2022-11-10 5:06 Arthur Zamarin
2022-11-16 5:30 Arthur Zamarin
2022-11-18 7:04 Jakov Smolić
2022-11-18 12:46 Arthur Zamarin
2022-11-20 22:17 Marek Szuba
2023-02-02 8:57 Marek Szuba
2023-02-02 8:57 Marek Szuba
2023-03-08 15:31 Arthur Zamarin
2023-03-08 23:35 Sam James
2023-03-10 8:21 Arthur Zamarin
2023-03-16 14:04 Arthur Zamarin
2023-03-30 17:22 Arthur Zamarin
2023-03-30 17:32 Arthur Zamarin
2023-04-01 19:52 Sam James
2023-04-02 22:20 Marek Szuba
2023-05-24 8:18 Sam James
2023-05-26 7:15 Sam James
2023-05-27 10:13 Sam James
2023-05-27 10:51 Arthur Zamarin
2023-05-28 19:00 Arthur Zamarin
2023-05-29 20:18 Sam James
2023-07-12 6:39 Jakov Smolić
2023-07-13 8:33 Marek Szuba
2024-01-07 11:38 Michał Górny
2024-05-20 9:25 Marek Szuba
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:52 Sam James
2024-11-23 14:20 Michał Górny
2024-11-23 17:21 Michał Górny
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=1440563503.d74ab9dc28c23b3d1cbf4aa8259551cdc23a91fc.jer@gentoo \
--to=jer@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