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, 10 Feb 2020 11:12:15 +0000 (UTC) [thread overview]
Message-ID: <1581333130.25edd3619dfe9725db502bad897c2e2fe9edbe64.jer@gentoo> (raw)
commit: 25edd3619dfe9725db502bad897c2e2fe9edbe64
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:11:47 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:12:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25edd361
app-admin/sysstat: Old
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=706206
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-admin/sysstat/Manifest | 2 -
app-admin/sysstat/sysstat-12.0.5.ebuild | 81 ------------------------------
app-admin/sysstat/sysstat-12.2.0-r1.ebuild | 81 ------------------------------
3 files changed, 164 deletions(-)
diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index aa1546daa7e..62b1979d966 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,4 +1,2 @@
-DIST sysstat-12.0.5.tar.gz 711967 BLAKE2B 96aa49d82e71407dbd99d840ca5f71af83f54ba6315c858fae71f97290e8cf9c4f5358ad6389c7489366a62667c35835151e3187382a56c98153d3a04bcc2b8d SHA512 c1061f1af35430e81e488e4b2f18b8588ec4f3c419ade004c49ca24baf60b5b76a6a59eb25f3b17b51a9f60c5833a914a514872d0235b2ca405341a2f4a32cb3
-DIST sysstat-12.2.0.tar.gz 1227684 BLAKE2B 1ca5cc3f0fd5dca6655d7b483fa853bf9f0256ae5e8dabf56f698d736faadd38f64af699158f4d637d7c8564f12b0992d866e503d01c647be274fc87ee04a9b4 SHA512 2398be1d5181616c337ead8f62b6bfb1144b89c747800140503c6a94793976f7909c81b656290577d51ebdee2f380418902846271b48ed79c6d7f02306f0a8a1
DIST sysstat-12.2.1.tar.gz 1227707 BLAKE2B 566382d83a0230517d22e2630a9cb1aa631d761c914188a4e7fb15eddaedbd25b8a3dffa9893b1b2bbcc31d87a37cbe11b2b50ab0ec94a28f84018685d1b35c8 SHA512 a19d0978eb11071c228462cda496a59721541e57a1d15cb2d0964f287ac2d50b5587fa5bc2b8fe6be2a1f00cbf2e7c3bc59db6494e3e8c1906aa81437b30d073
DIST sysstat-12.3.1.tar.gz 1245248 BLAKE2B 69848c452642be992c7b4af33268c0d6b30f16e5ea44ec13b00ab57e6ec3b498d92b707a53757de9066138a9ee92b995765f44f75f692e1b3c68d829519d53ca SHA512 f67a2dac22748217687bd7f58521c0719754f13298fb5faed8a6d58c2bb1f8620428191d0415e816eea07bb3ca81453e057d03c7db0096430ad7d6ba6b7b611e
diff --git a/app-admin/sysstat/sysstat-12.0.5.ebuild b/app-admin/sysstat/sysstat-12.0.5.ebuild
deleted file mode 100644
index 6cbdbfde382..00000000000
--- a/app-admin/sysstat/sysstat-12.0.5.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils flag-o-matic systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-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
-)
-
-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/lib/sa \
- conf_dir=/etc \
- 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/
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- systemd_dounit ${PN}.service
-
- rm "${D}"/usr/share/doc/${PF}/COPYING || die
-}
diff --git a/app-admin/sysstat/sysstat-12.2.0-r1.ebuild b/app-admin/sysstat/sysstat-12.2.0-r1.ebuild
deleted file mode 100644
index cbea517ec67..00000000000
--- a/app-admin/sysstat/sysstat-12.2.0-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~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
-)
-
-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/lib/sa \
- conf_dir=/etc \
- econf \
- $(use_enable lm-sensors sensors) \
- $(use_enable nls) \
- $(usex debug --enable-debuginfo '') \
- --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/
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- systemd_dounit ${PN}.service
-
- rm "${D}"/usr/share/doc/${PF}/COPYING || die
-}
next reply other threads:[~2020-02-10 11:12 UTC|newest]
Thread overview: 172+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 11:12 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 17:21 [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/ Michał Górny
2024-11-23 14:20 Michał Górny
2024-11-23 12:52 Sam James
2024-11-23 12:24 Arthur Zamarin
2024-05-20 9:25 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-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-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=1581333130.25edd3619dfe9725db502bad897c2e2fe9edbe64.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