commit:     af9911eda3a57070cee70f09b6f732f886aa39da
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 15:22:15 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 15:33:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9911ed

app-admin/sysstat: drop 12.5.4, 12.5.5

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-admin/sysstat/Manifest              |  2 -
 app-admin/sysstat/sysstat-12.5.4.ebuild | 87 ---------------------------------
 app-admin/sysstat/sysstat-12.5.5.ebuild | 87 ---------------------------------
 3 files changed, 176 deletions(-)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 2266ddcd5477..8990d74b24f2 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,3 +1 @@
-DIST sysstat-12.5.4.tar.gz 1474379 BLAKE2B 
73bd4ebc44cc57cd3dba4fecbcd45026929bdbeab6b99c5b13db7d37252dff8da987ee5ac00d545aebdc72f924d0100166e9e876f6684e064f7020f3fa7a7cb5
 SHA512 
c051f136d404684a21b11e968968e34f0f114b4568369c6449c64b7745269065a3dc492039ded7c415fe39970aca54cc81646589b0959ade43e9be6f6cd4c0dc
-DIST sysstat-12.5.5.tar.gz 1481620 BLAKE2B 
baf4d57eb369d75787e3fce48b29909f90ad5e981996930538ff0a60e668853457440bcea8323cfa10d86f7069b0f4e24e27d62aa09572bd1c9535c2bd730451
 SHA512 
66ccbf0fbaf783fac3cf2b52daf53a8d5bc6d182a66fa0b2965717cf5afc5e54590f08711948f18806b9b95c9f06a45376a1d18b5081d63a5214bc55f81f5696
 DIST sysstat-12.6.0.tar.gz 1454167 BLAKE2B 
84213e1d63e6d44e889e9763c9f47c769805baf65715199b1ddb3472ce68c37b3b46229af43ecf0cd85d6c09be85273e90b96a975304cf2f6695298b3e552630
 SHA512 
f4d0e0dead0cce84782e985c8074871c45e77949c2bcfefd5642280e961f39e9eaa9f9fc93c013d79deba6e3703626894dd665ff64db72550d1c24f404780a5f

diff --git a/app-admin/sysstat/sysstat-12.5.4.ebuild 
b/app-admin/sysstat/sysstat-12.5.4.ebuild
deleted file mode 100644
index ddcb57509fa0..000000000000
--- a/app-admin/sysstat/sysstat-12.5.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2021 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 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="dcron debug nls lm-sensors selinux static systemd"
-
-CDEPEND="
-       nls? ( virtual/libintl )
-       lm-sensors? ( sys-apps/lm-sensors:= )
-"
-DEPEND="
-       ${CDEPEND}
-       nls? ( sys-devel/gettext )
-"
-RDEPEND="
-       ${CDEPEND}
-       !dcron? ( !sys-process/dcron )
-       selinux? ( sec-policy/selinux-sysstat )
-"
-
-REQUIRED_USE="dcron? ( !systemd )"
-
-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
-
-       use dcron && { sed -i 's/@CRON_OWNER@ //g' cron/sysstat.crond.in || die 
; }
-       default
-}
-
-src_configure() {
-       tc-export AR
-       use static && append-ldflags -static
-
-       sa_lib_dir=/usr/lib/sa \
-               conf_dir=/etc \
-               econf \
-                       $(use_enable !systemd use-crond) \
-                       $(use_enable lm-sensors sensors) \
-                       $(use_enable nls) \
-                       $(usex debug --enable-debuginfo '') \
-                       --disable-compress-manpg \
-                       --enable-copy-only \
-                       --enable-documentation \
-                       --enable-install-cron \
-                       --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
-}
-
-src_compile() {
-       LFLAGS="${LDFLAGS}" default
-}
-
-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.5.5.ebuild 
b/app-admin/sysstat/sysstat-12.5.5.ebuild
deleted file mode 100644
index 655a3391632c..000000000000
--- a/app-admin/sysstat/sysstat-12.5.5.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2021 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 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="dcron debug nls lm-sensors selinux static systemd"
-
-CDEPEND="
-       nls? ( virtual/libintl )
-       lm-sensors? ( sys-apps/lm-sensors:= )
-"
-DEPEND="
-       ${CDEPEND}
-       nls? ( sys-devel/gettext )
-"
-RDEPEND="
-       ${CDEPEND}
-       !dcron? ( !sys-process/dcron )
-       selinux? ( sec-policy/selinux-sysstat )
-"
-
-REQUIRED_USE="dcron? ( !systemd )"
-
-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
-
-       use dcron && { sed -i 's/@CRON_OWNER@ //g' cron/sysstat.crond.in || die 
; }
-       default
-}
-
-src_configure() {
-       tc-export AR
-       use static && append-ldflags -static
-
-       sa_lib_dir=/usr/lib/sa \
-               conf_dir=/etc \
-               econf \
-                       $(use_enable !systemd use-crond) \
-                       $(use_enable lm-sensors sensors) \
-                       $(use_enable nls) \
-                       $(usex debug --enable-debuginfo '') \
-                       --disable-compress-manpg \
-                       --enable-copy-only \
-                       --enable-documentation \
-                       --enable-install-cron \
-                       --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
-}
-
-src_compile() {
-       LFLAGS="${LDFLAGS}" default
-}
-
-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
-}

Reply via email to