public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/
Date: Mon, 17 Dec 2018 20:36:09 +0000 (UTC)	[thread overview]
Message-ID: <1545078967.605a77852037e71bfca1164a2e6963beb45b5295.jer@gentoo> (raw)

commit:     605a77852037e71bfca1164a2e6963beb45b5295
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 20:32:01 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 20:36:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605a7785

app-admin/sysstat: Versions 12.0.3 12.1.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-admin/sysstat/Manifest              |  2 +
 app-admin/sysstat/sysstat-12.0.3.ebuild | 85 +++++++++++++++++++++++++++++++++
 app-admin/sysstat/sysstat-12.1.2.ebuild | 85 +++++++++++++++++++++++++++++++++
 3 files changed, 172 insertions(+)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 340277e8633..d41ca553cd0 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,4 +1,6 @@
 DIST sysstat-11.4.0.tar.xz 343968 BLAKE2B e34da8cf0216f66fad3ade0ed40e8ec3b7641f7568ebcce5bc3122f888c90885ece346bf7f4f8e71e92435257ee5c6c0e5a89913c0e22a0ad28fa1018a73ea71 SHA512 4a5c81d75fdbc8dcaf80685f302688c39bd7143554e5a06cb324532ddb5180caac19b261182d5320f40b317bdb1e81664887acc7cedfeb5a95dc6ad37a898604
 DIST sysstat-12.0.1.tar.xz 602484 BLAKE2B 68f6f54a931f1b502ab065f25cd49c9d631d40689b380b5d535c540416a3c05233dbf151b7d8bec7061fbc8eb6fb61860ed6f5ef0d611314191a2c36601437ca SHA512 d8940dc71592c041f59b2b0bcda7ae2748f0527832e6da7b4722dc91abb0139f1b5c528d50c97b4df0bcb5607b844bed3651183acea738b02f3a8e88809740f9
 DIST sysstat-12.0.2.tar.xz 602408 BLAKE2B a3c27bf4f7ec74feab9bcd797027429c266dcef7041175d7be185f2f49e57a57b443423116ac9b8b89a312afb796748de3a7af749681c7273a5331f171676665 SHA512 c55c3fb8210f006f70e56c8ef5fe013ad1a9247125e69302f920592288725f76ba268c142f1da6ef078a3cdf75e471921ff41aa8b59b8edff57d3bc5345d36e9
+DIST sysstat-12.0.3.tar.xz 603064 BLAKE2B 79666c16d7a18aa058f2b8c5e81a16e11a01ba94c809a924d4be6a37cdd67f8755a0112e7f227ceb35b1a4847348de0e6ec34ef3da62c2ea81fceb1590e292ea SHA512 b6f7d27981898faabf4349eb889a767e655ed797aa3f7fac3bdc99968bdb15ed2a7aa04acda610a014022bdc2aa7e603b1c413e0eb8d734db04675fcaa4561ca
 DIST sysstat-12.1.1.tar.xz 605396 BLAKE2B a75fc5c9d1ddea2817418629bc7929a58b22875b1af173558e97ca2c8eb431b3a489287dbae17072a327b36a762fc5193cc10787e2d4fa6340895b9647c1be11 SHA512 845adfb6e29bbf3a152496da1959d459b983ad50ad11f08a2887bf25339b988facbb7ca06693fc9df53c3d20d20662860176f589a8cfb70afcc8a825e0e5d122
+DIST sysstat-12.1.2.tar.xz 608304 BLAKE2B 18c259f4aa43cfd30e9ba62ad39712fef1b3c80ce79ddd8a5afc939d3cc99d94b994f78cea68fd751f3c12311442256f439a2483a817cc7cd0dcf03c952feba9 SHA512 622f1ed1949a156e4cc2451d246dc449afcf3ffc2414363ef14f8da8e1a307e3a28e5b4fd50813c3f6d810bcf112ed13ecc91edbcd0a8c3c626303f333785b83

diff --git a/app-admin/sysstat/sysstat-12.0.3.ebuild b/app-admin/sysstat/sysstat-12.0.3.ebuild
new file mode 100644
index 00000000000..d5b74497593
--- /dev/null
+++ b/app-admin/sysstat/sysstat-12.0.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic 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 nls lm_sensors selinux static"
+
+CDEPEND="
+	nls? ( virtual/libintl )
+	lm_sensors? ( sys-apps/lm_sensors:= )
+"
+DEPEND="
+	${CDEPEND}
+	nls? ( sys-devel/gettext )
+"
+RDEPEND="
+	${CDEPEND}
+	selinux? ( sec-policy/selinux-sysstat )
+"
+PATCHES=(
+	"${FILESDIR}"/${PN}-11.0.4-cron.patch
+	"${FILESDIR}"/${PN}-11.7.3-flags.patch
+)
+
+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
+
+	default
+}
+
+src_configure() {
+	tc-export AR
+	use static && append-ldflags -static
+
+	sa_lib_dir=/usr/$(get_libdir)/sa \
+		conf_dir=/etc \
+		rcdir=${SYSSTAT_FAKE_RC_DIR} \
+		econf \
+			$(use_enable debug debuginfo) \
+			$(use_enable lm_sensors sensors) \
+			$(use_enable nls) \
+			--enable-copy-only \
+			--enable-documentation \
+			--enable-install-cron \
+			--with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+}
+
+src_install() {
+	keepdir /var/log/sa
+
+	emake \
+		CHOWN=true \
+		DESTDIR="${D}" \
+		DOC_DIR=/usr/share/doc/${PF} \
+		MANGRPARG='' \
+		install
+
+	dodoc -r contrib/
+
+	rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
+	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+	systemd_dounit ${PN}.service
+
+	rm -f "${D}"usr/share/doc/${PF}/COPYING
+}

diff --git a/app-admin/sysstat/sysstat-12.1.2.ebuild b/app-admin/sysstat/sysstat-12.1.2.ebuild
new file mode 100644
index 00000000000..d5b74497593
--- /dev/null
+++ b/app-admin/sysstat/sysstat-12.1.2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic 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 nls lm_sensors selinux static"
+
+CDEPEND="
+	nls? ( virtual/libintl )
+	lm_sensors? ( sys-apps/lm_sensors:= )
+"
+DEPEND="
+	${CDEPEND}
+	nls? ( sys-devel/gettext )
+"
+RDEPEND="
+	${CDEPEND}
+	selinux? ( sec-policy/selinux-sysstat )
+"
+PATCHES=(
+	"${FILESDIR}"/${PN}-11.0.4-cron.patch
+	"${FILESDIR}"/${PN}-11.7.3-flags.patch
+)
+
+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
+
+	default
+}
+
+src_configure() {
+	tc-export AR
+	use static && append-ldflags -static
+
+	sa_lib_dir=/usr/$(get_libdir)/sa \
+		conf_dir=/etc \
+		rcdir=${SYSSTAT_FAKE_RC_DIR} \
+		econf \
+			$(use_enable debug debuginfo) \
+			$(use_enable lm_sensors sensors) \
+			$(use_enable nls) \
+			--enable-copy-only \
+			--enable-documentation \
+			--enable-install-cron \
+			--with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+}
+
+src_install() {
+	keepdir /var/log/sa
+
+	emake \
+		CHOWN=true \
+		DESTDIR="${D}" \
+		DOC_DIR=/usr/share/doc/${PF} \
+		MANGRPARG='' \
+		install
+
+	dodoc -r contrib/
+
+	rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
+	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+	systemd_dounit ${PN}.service
+
+	rm -f "${D}"usr/share/doc/${PF}/COPYING
+}


             reply	other threads:[~2018-12-17 20:36 UTC|newest]

Thread overview: 168+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17 20:36 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  9:25 [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/ Marek Szuba
2024-01-07 11:38 Michał Górny
2023-07-13  8:33 Marek Szuba
2023-07-12  6:39 Jakov Smolić
2023-05-29 20:18 Sam James
2023-05-28 19:00 Arthur Zamarin
2023-05-27 10:51 Arthur Zamarin
2023-05-27 10:13 Sam James
2023-05-26  7:15 Sam James
2023-05-24  8:18 Sam James
2023-04-02 22:20 Marek Szuba
2023-04-01 19:52 Sam James
2023-03-30 17:32 Arthur Zamarin
2023-03-30 17:22 Arthur Zamarin
2023-03-16 14:04 Arthur Zamarin
2023-03-10  8:21 Arthur Zamarin
2023-03-08 23:35 Sam James
2023-03-08 15:31 Arthur Zamarin
2023-02-02  8:57 Marek Szuba
2023-02-02  8:57 Marek Szuba
2022-11-20 22:17 Marek Szuba
2022-11-18 12:46 Arthur Zamarin
2022-11-18  7:04 Jakov Smolić
2022-11-16  5:30 Arthur Zamarin
2022-11-10  5:06 Arthur Zamarin
2022-11-10  5:06 Arthur Zamarin
2022-11-10  2:50 Sam James
2022-11-10  2:50 Sam James
2022-11-10  0:56 Marek Szuba
2022-08-31 15:33 Marek Szuba
2022-08-31 15:33 Marek Szuba
2022-08-31 12:05 Agostino Sarubbo
2022-08-30 16:09 Sam James
2022-08-30 16:03 Jakov Smolić
2022-08-30  9:42 Arthur Zamarin
2022-08-30  9:42 Arthur Zamarin
2022-08-30  9:25 Jakov Smolić
2022-07-12 18:52 Georgy Yakovlev
2022-07-12 18:21 Georgy Yakovlev
2022-07-08  8:13 Marek Szuba
2021-12-21  2:45 Georgy Yakovlev
2021-07-17  1:11 Georgy Yakovlev
2021-07-14  3:12 Sam James
2021-07-13  4:02 Sam James
2021-07-06 18:02 Sam James
2021-07-06 11:03 Agostino Sarubbo
2021-07-06 11:02 Agostino Sarubbo
2021-07-06 11:02 Agostino Sarubbo
2021-07-06 11:01 Agostino Sarubbo
2021-06-12  3:08 Georgy Yakovlev
2021-05-25 21:11 Georgy Yakovlev
2021-05-25 21:11 Georgy Yakovlev
2021-05-25 11:06 Sam James
2021-05-25  5:40 Georgy Yakovlev
2021-05-24 20:47 Sam James
2021-05-24 20:47 Sam James
2021-05-24 13:19 Agostino Sarubbo
2021-05-24 13:05 Agostino Sarubbo
2021-03-27  4:52 Georgy Yakovlev
2020-11-24  2:02 Georgy Yakovlev
2020-11-24  2:02 Georgy Yakovlev
2020-11-24  2:02 Georgy Yakovlev
2020-11-11  8:03 Georgy Yakovlev
2020-11-11  7:59 Georgy Yakovlev
2020-11-03 21:56 Georgy Yakovlev
2020-07-31  8:46 Jeroen Roovers
2020-07-31  7:42 Jeroen Roovers
2020-05-08  8:50 Jeroen Roovers
2020-04-23  7:16 Sergei Trofimovich
2020-04-10  9:19 Jeroen Roovers
2020-02-10 11:12 Jeroen Roovers
2020-01-27 12:36 Mikle Kolyada
2020-01-27  9:53 Sergei Trofimovich
2020-01-27  9:33 Sergei Trofimovich
2020-01-26 20:55 Thomas Deutschmann
2020-01-25 17:36 Sergei Trofimovich
2020-01-24 15:57 Agostino Sarubbo
2019-12-27 17:13 Jeroen Roovers
2019-12-27 17:13 Jeroen Roovers
2019-11-11 20:46 Jeroen Roovers
2019-11-11  9:15 Jeroen Roovers
2019-11-11  9:15 Jeroen Roovers
2019-09-30  9:07 Jeroen Roovers
2019-09-30  9:07 Jeroen Roovers
2019-08-15  6:13 Jeroen Roovers
2019-08-15  6:13 Jeroen Roovers
2019-08-15  6:13 Jeroen Roovers
2019-07-28 20:26 Mikle Kolyada
2019-07-26 18:07 Jeroen Roovers
2019-07-26 18:04 Jeroen Roovers
2019-07-26  4:46 Jeroen Roovers
2019-06-08 13:32 Jeroen Roovers
2019-06-06  6:46 Agostino Sarubbo
2019-06-05  7:12 Agostino Sarubbo
2019-06-04 14:48 Agostino Sarubbo
2019-06-04 14:45 Thomas Deutschmann
2019-06-01  8:14 Sergei Trofimovich
2019-05-31  8:30 Jeroen Roovers
2019-05-31  8:05 Jeroen Roovers
2019-05-31  8:05 Jeroen Roovers
2019-04-26 15:42 Anthony G. Basile
2019-04-18  8:54 Jeroen Roovers
2019-04-18  8:54 Jeroen Roovers
2019-02-22  9:31 Jeroen Roovers
2019-02-18 22:18 Jeroen Roovers
2019-02-15 16:23 Jeroen Roovers
2019-02-15 16:23 Jeroen Roovers
2018-12-17 20:36 Jeroen Roovers
2018-11-30  6:10 Thomas Deutschmann
2018-10-15  8:10 Jeroen Roovers
2018-10-15  8:10 Jeroen Roovers
2018-08-07  7:04 Jeroen Roovers
2018-08-07  7:04 Jeroen Roovers
2018-06-04 19:31 Jeroen Roovers
2018-06-04 19:31 Jeroen Roovers
2018-04-11 18:20 Jeroen Roovers
2018-02-15 15:16 Jeroen Roovers
2018-01-15 12:10 Jeroen Roovers
2018-01-15 12:10 Jeroen Roovers
2017-11-08 17:13 Jeroen Roovers
2017-11-08 17:13 Jeroen Roovers
2017-08-18 19:21 Jeroen Roovers
2017-08-18 19:21 Jeroen Roovers
2017-07-06 19:41 Jeroen Roovers
2017-05-15 22:10 Jeroen Roovers
2017-04-08 10:15 Jeroen Roovers
2017-03-01  7:48 Jeroen Roovers
2017-02-09  8:43 Jeroen Roovers
2017-02-08 23:49 Jeroen Roovers
2017-01-16 17:08 Thomas Deutschmann
2017-01-16 16:14 Jeroen Roovers
2017-01-16 16:14 Jeroen Roovers
2016-12-21 22:54 Thomas Deutschmann
2016-12-15 11:52 Jeroen Roovers
2016-11-05  9:55 Jeroen Roovers
2016-11-05  9:55 Jeroen Roovers
2016-11-05  9:55 Jeroen Roovers
2016-10-09  9:21 Jeroen Roovers
2016-10-01 12:41 Jeroen Roovers
2016-09-27  8:32 Jeroen Roovers
2016-09-24 13:38 Agostino Sarubbo
2016-09-21 17:48 Tobias Klausmann
2016-08-17  5:05 Jeroen Roovers
2016-08-17  5:05 Jeroen Roovers
2016-08-17  5:05 Jeroen Roovers
2016-07-11  5:09 Jeroen Roovers
2016-07-03 19:21 Jeroen Roovers
2016-07-03 19:21 Jeroen Roovers
2016-07-01  5:30 Jeroen Roovers
2016-06-30 17:22 Tobias Klausmann
2016-06-22  6:58 Jeroen Roovers
2016-06-21 12:30 Jeroen Roovers
2016-05-25  6:29 Matt Turner
2016-05-18  9:27 Jeroen Roovers
2016-04-13 10:57 Jeroen Roovers
2016-04-13 10:57 Jeroen Roovers
2016-03-19  7:03 Jeroen Roovers
2016-03-19  7:03 Jeroen Roovers
2016-02-26 12:32 Jeroen Roovers
2016-02-12  5:47 Jeroen Roovers
2016-01-02  6:22 Jeroen Roovers
2016-01-02  6:22 Jeroen Roovers
2015-11-24 21:01 Jeroen Roovers
2015-11-24 20:58 Jeroen Roovers
2015-10-26  5:11 Jeroen Roovers
2015-09-26  5:24 Jeroen Roovers
2015-08-26  4:31 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=1545078967.605a77852037e71bfca1164a2e6963beb45b5295.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