From 9d4810f84de876ec9d0ae03d0d44224500b41188 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 May 2024 00:01:59 +0100 Subject: gentoo auto-resync : 19:05:2024 - 00:01:59 --- sys-process/acct/Manifest | 1 - sys-process/acct/acct-6.6.4-r3.ebuild | 53 ----------------------------------- 2 files changed, 54 deletions(-) delete mode 100644 sys-process/acct/acct-6.6.4-r3.ebuild (limited to 'sys-process/acct') diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest index c34d148a3a51..0a3e79f09c59 100644 --- a/sys-process/acct/Manifest +++ b/sys-process/acct/Manifest @@ -6,6 +6,5 @@ AUX acct.logrotate-r1 304 BLAKE2B 60ddfe6b5a8fdf75c82bdf43308ad6f2e1da0c533e5322 AUX acct.service 382 BLAKE2B 7a777c0d9195676d897bf95087a3af2175587e365969956de0d458e842144b6fa97c3e7e1bac402467c8611ef19915c55b562466104b6cbc75279225870c25dc SHA512 8c2523526eb3185765eac62676761af6758d0090d68ba48aeacc59c7a45f0722c867fb97d02ff3ceaa8d77637d2b915938d545f7d782e4f7aa46861f25364bd3 AUX acct.tmpfiles 43 BLAKE2B 8b301d2fba8a9afdfcaf21f1c200b53448850891c0ec5dac21477591b1dbf98e86bfab5d172563f9c9c86139725bfabef8bc772f9bf869d40f5bd7b770cda12d SHA512 d76ca705e92794dad4c23086ccd2c82fb75576cc10a28db64d252bd8a77723e8e742fa86ad071f2929e3917d43e0d02c44fb5c97fd58b88484af9339055f3d81 DIST acct-6.6.4.tar.bz2 671480 BLAKE2B a5745d89dc4972756cb136572e90eee853e09c0d888d929993f724459616b5cc36005b6529eba3f503e1d3401bb852321e9274591e02ce30d60e3da16d10fba2 SHA512 aa1e47186564771763a794cfa06e53cd73f2f3961bf31270f3a9e2cc93d6e20af55938ab5573d37908b05572cc7dc752c300b703c2080293e07153fed278fc55 -EBUILD acct-6.6.4-r3.ebuild 1145 BLAKE2B 42e033009e1f010fd1b0124d749faaba44d0197cfb95f0ffa2073ef4f5c17daa8d2bdc74976825fa2c756801ef65abed95dfa1c0bb37a449126b3177e915e3f8 SHA512 a1d77fa3b8dd555f3c28068d91930112b68af28ae8538ab345925ccad30c306601f8d9593853e794ec2fb195b713e804bb7d774e19462597a3debf838b799e89 EBUILD acct-6.6.4-r4.ebuild 1211 BLAKE2B 824f60862e2fefde4dbb4b5c980f4e136dd52705db93c9a819b50da29514340441b841845f08dcd73926b3f12a9ae255779ecc58d47f7b9eb2e8642fccf926d8 SHA512 e64142976550cdeff914f297d40c2dd70fc21cf6d00a73109652e341b92648df1bf940e2da06d7eae1efd41fb1fd0b552006008f3dd2d5e122f8d17847ef9de6 MISC metadata.xml 339 BLAKE2B 71c383849cd1dfbeb9f0330d4f5b2aade51931fc989f310962734fa2ae32566db5e7d702b3ac80dd3552ed04b0d6917eaed31b2a9733a6973469d5ac5f4c0900 SHA512 2de031ec151c48c284aeee18c1084b92f1d8939dd70315b67eef1dde7cf31e48cf32679ec857096f151efc3b8bd2155c64dd2b6d37c3a41471967fbd7f2038a3 diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild deleted file mode 100644 index 20e1cbc42b83..000000000000 --- a/sys-process/acct/acct-6.6.4-r3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools systemd - -DESCRIPTION="GNU system accounting utilities" -HOMEPAGE="https://savannah.gnu.org/projects/acct/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -IUSE="selinux" - -RDEPEND="selinux? ( sec-policy/selinux-acct )" -BDEPEND="sys-apps/texinfo" - -PATCHES=( - "${FILESDIR}"/${PN}-6.6.4-cross-compile-fixed.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --enable-linux-multiformat -} - -src_install() { - default - - keepdir /var/account - - newinitd "${FILESDIR}"/acct.initd-r2 acct - newconfd "${FILESDIR}"/acct.confd-r1 acct - - systemd_dounit "${FILESDIR}"/acct.service - - insinto /etc/logrotate.d - newins "${FILESDIR}"/acct.logrotate-r1 psacct - - # sys-apps/sysvinit already provides this - rm "${ED}"/usr/bin/last "${ED}"/usr/share/man/man1/last.1 || die - - # accton in / is only a temp workaround for #239748 - dodir /sbin - mv "${ED}"/usr/sbin/accton "${ED}"/sbin/ || die -} -- cgit v1.2.3