* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2016-07-27 20:27 Markus Meier
0 siblings, 0 replies; 25+ messages in thread
From: Markus Meier @ 2016-07-27 20:27 UTC (permalink / raw
To: gentoo-commits
commit: cf218a4ffe2a96da0d523b852e16cb9b212e7832
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 20:27:21 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 20:27:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf218a4f
sys-process/acct: arm stable, bug #584224
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
sys-process/acct/acct-6.5.5-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/acct/acct-6.5.5-r3.ebuild b/sys-process/acct/acct-6.5.5-r3.ebuild
index 2d11b51..552da3b 100644
--- a/sys-process/acct/acct-6.5.5-r3.ebuild
+++ b/sys-process/acct/acct-6.5.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-02-24 10:18 Manuel Rüger
0 siblings, 0 replies; 25+ messages in thread
From: Manuel Rüger @ 2017-02-24 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 2fa47554ee1957d76a6155e3b539b4f971efee76
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 10:18:32 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 10:18:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa47554
sys-process/acct: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-process/acct/acct-6.5.5-r3.ebuild | 44 -----------------------------------
1 file changed, 44 deletions(-)
diff --git a/sys-process/acct/acct-6.5.5-r3.ebuild b/sys-process/acct/acct-6.5.5-r3.ebuild
deleted file mode 100644
index 552da3be9c..0000000000
--- a/sys-process/acct/acct-6.5.5-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit eutils autotools systemd
-
-DESCRIPTION="GNU system accounting utilities"
-HOMEPAGE="https://savannah.gnu.org/projects/acct/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-6.5.5-cross-compile.patch \
- "${FILESDIR}"/${PN}-6.5.5-no-gets.patch
- eautoreconf
-}
-
-src_configure() {
- econf --enable-linux-multiformat
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
- keepdir /var/account
- newinitd "${FILESDIR}"/acct.initd acct || die
- newconfd "${FILESDIR}"/acct.confd acct || die
- systemd_dounit "${FILESDIR}"/acct.service
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/acct.logrotate acct || die
-
- # 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
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-09-22 21:33 Thomas Deutschmann
0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2017-09-22 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 4789c8635f3e5ba594a5d810bf3f7a527e5f69f9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 21:24:17 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 21:33:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789c863
sys-process/acct: Rename logrotate script (bug #542906)
sys-process/atop checks for "/etc/logrotate.d/psacct" but we named
the script just "acct".
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-process/acct/acct-6.6.4-r1.ebuild | 44 +++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
new file mode 100644
index 00000000000..efc32e5b78d
--- /dev/null
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="GNU system accounting utilities"
+HOMEPAGE="https://savannah.gnu.org/projects/acct/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-6.6.4-cross-compile.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
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-09-23 16:08 Thomas Deutschmann
0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2017-09-23 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 4b9ea7cfeb4742ebad63c4dca002277115e4ddf7
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 16:07:51 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 16:08:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9ea7cf
sys-process/acct: x86 stable (bug #590466)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index efc32e5b78d..4b473989fc8 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-10-05 11:07 Sergei Trofimovich
0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2017-10-05 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 9d853e669fecdc769da64fd11e65169cf90ac7ac
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 11:06:51 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 11:07:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d853e66
sys-process/acct: stable 6.6.4-r1 for ppc, bug #590466
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index 4b473989fc8..d363f358de1 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-10-17 19:04 Markus Meier
0 siblings, 0 replies; 25+ messages in thread
From: Markus Meier @ 2017-10-17 19:04 UTC (permalink / raw
To: gentoo-commits
commit: aa2b471770e9fc25d9b07469392fa0236018bf7c
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 19:03:26 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 19:03:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2b4717
sys-process/acct: arm stable, bug #590466
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index d363f358de1..f2e841e1e55 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-10-23 12:25 Manuel Rüger
0 siblings, 0 replies; 25+ messages in thread
From: Manuel Rüger @ 2017-10-23 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 3cadeddb7180362e3dd17e81e6f5a746cf2c4ea7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 12:17:43 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 12:25:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cadeddb
sys-process/acct: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.3
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index a900b43ffdd..e46b127a3b0 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2017-11-15 22:42 Sergei Trofimovich
0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2017-11-15 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 9a986dfdec9dbb5a190d09ac63a3ff8fc4a82a53
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 22:40:20 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 22:42:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a986dfd
sys-process/acct: stable 6.6.4-r1 for hppa, bug #590466
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index e46b127a3b0..4109af22e13 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2018-05-31 23:22 Patrick McLean
0 siblings, 0 replies; 25+ messages in thread
From: Patrick McLean @ 2018-05-31 23:22 UTC (permalink / raw
To: gentoo-commits
commit: c301803ec89f23496ebffd5383bb401100abb73d
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 23:22:22 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu May 31 23:22:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c301803e
sys-process/acct: Add sys-apps/texinfo to DEPEND
Fails to build if not present.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-process/acct/acct-6.6.4-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index 4109af22e13..b24a5088384 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,6 +13,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
+DEPEND="sys-apps/texinfo"
+
PATCHES=(
"${FILESDIR}"/${PN}-6.6.4-cross-compile.patch
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2018-06-04 19:25 Mart Raudsepp
0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2018-06-04 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 224b0f23b929229d74f668696fa35c4de8da9d5f
Author: Alex Bennée <alex.bennee <AT> linaro <DOT> org>
AuthorDate: Mon Jun 4 06:25:59 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 18:57:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b0f23
sys-process/acct: add ~arm64 keyword
sys-process/acct/acct-6.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index b24a5088384..cedd5614c1f 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-05-06 10:01 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-05-06 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 2d51ee019144371229541926f192ee71f2633838
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 09:58:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 6 09:58:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d51ee01
sys-process/acct: Stabilize 6.6.4-r1 arm64, #787794
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
index 07078c24c1a..6b534384168 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-09 11:36 David Seifert
0 siblings, 0 replies; 25+ messages in thread
From: David Seifert @ 2021-09-09 11:36 UTC (permalink / raw
To: gentoo-commits
commit: f671fa169899157c4cd14e0a6de5abc1d3c49833
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 11:35:55 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 11:35:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f671fa16
sys-process/acct: update to EAPI 7
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../acct/{acct-6.6.4-r2.ebuild => acct-6.6.4-r3.ebuild} | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/sys-process/acct/acct-6.6.4-r2.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
similarity index 96%
rename from sys-process/acct/acct-6.6.4-r2.ebuild
rename to sys-process/acct/acct-6.6.4-r3.ebuild
index cd281dbfe1b..4a561b72362 100644
--- a/sys-process/acct/acct-6.6.4-r2.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit autotools systemd
DESCRIPTION="GNU system accounting utilities"
@@ -11,9 +12,8 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-DEPEND="sys-apps/texinfo"
+BDEPEND="sys-apps/texinfo"
PATCHES=(
"${FILESDIR}"/${PN}-6.6.4-cross-compile-fixed.patch
@@ -30,10 +30,14 @@ src_configure() {
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
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-11 6:02 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-11 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 3c024dabf56ee69c46a62a5030ea6470b7da9740
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 06:01:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 06:01:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c024dab
sys-process/acct: Stabilize 6.6.4-r3 x86, #635262
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 4a561b72362..cd17def4e10 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-11 6:02 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-11 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 9a52b72086beeb3ea9c65a03f86568000fbd5189
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 06:02:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 06:02:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a52b720
sys-process/acct: Stabilize 6.6.4-r3 amd64, #635262
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index cd17def4e10..5b59e429ec9 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-11 6:03 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-11 6:03 UTC (permalink / raw
To: gentoo-commits
commit: fe1391be0f096e4ed6822c17ba3a7b7f8ba3d891
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 06:03:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 06:03:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1391be
sys-process/acct: Stabilize 6.6.4-r3 arm, #635262
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 5b59e429ec9..4d41179bf82 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-11 6:03 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-11 6:03 UTC (permalink / raw
To: gentoo-commits
commit: d224206fbb8e2e22af3d40e9560d986f3c02ea0e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 06:03:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 06:03:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d224206f
sys-process/acct: Stabilize 6.6.4-r3 arm64, #635262
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 4d41179bf82..7ab7fc440ce 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-09-18 4:25 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-18 4:25 UTC (permalink / raw
To: gentoo-commits
commit: ed5fc9acfe4ae8cfa2714583433207fd0b433c51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 04:24:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 04:24:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5fc9ac
sys-process/acct: Stabilize 6.6.4-r3 ppc, #635262
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 7ab7fc440ce..6c9f0a07adc 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2021-10-11 13:47 Yixun Lan
0 siblings, 0 replies; 25+ messages in thread
From: Yixun Lan @ 2021-10-11 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 33d6ec576ddc7c5eff3de5edd158545b88ef7084
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Oct 10 15:15:32 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 13:46:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d6ec57
sys-process/acct: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 6c9f0a07adc..a522990e5ba 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="sys-apps/texinfo"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2022-04-09 2:42 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-04-09 2:42 UTC (permalink / raw
To: gentoo-commits
commit: 9832dc42ee385065c6f4121a69ea6528ab747309
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 02:36:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 02:36:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9832dc42
sys-process/acct: switch to bzip2
Smaller tarballs.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/Manifest | 2 +-
sys-process/acct/acct-6.6.4-r3.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest
index 20b32d7064cf..e4ce5d257ad4 100644
--- a/sys-process/acct/Manifest
+++ b/sys-process/acct/Manifest
@@ -1 +1 @@
-DIST acct-6.6.4.tar.gz 853273 BLAKE2B 2ee42ae849f8e7c5c6dbe33d45e944f945cef87a5fef0074ac31848547ab9b7068509bce3c4b47b35bfde49b02daf43ae812cc58284c50185e4bdc660dccae52 SHA512 413aa446caece8fd773c92e2995bbaa034f63dd0ced521815a676c49f118e02982862b9c0ab7e60be5212c87d1e82ba6325bda212cf4857392a068d359a1e2c2
+DIST acct-6.6.4.tar.bz2 671480 BLAKE2B a5745d89dc4972756cb136572e90eee853e09c0d888d929993f724459616b5cc36005b6529eba3f503e1d3401bb852321e9274591e02ce30d60e3da16d10fba2 SHA512 aa1e47186564771763a794cfa06e53cd73f2f3961bf31270f3a9e2cc93d6e20af55938ab5573d37908b05572cc7dc752c300b703c2080293e07153fed278fc55
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index a522990e5ba4..726e65d33cb6 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit autotools systemd
DESCRIPTION="GNU system accounting utilities"
HOMEPAGE="https://savannah.gnu.org/projects/acct/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2022-06-08 13:06 Kenton Groombridge
0 siblings, 0 replies; 25+ messages in thread
From: Kenton Groombridge @ 2022-06-08 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 3da12590d537090f2b7503c889a12cbbe898a0e0
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 13:01:29 2022 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 13:05:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da12590
sys-process/acct: add selinux USE flag
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
index 726e65d33cb6..20e1cbc42b83 100644
--- a/sys-process/acct/acct-6.6.4-r3.ebuild
+++ b/sys-process/acct/acct-6.6.4-r3.ebuild
@@ -13,6 +13,9 @@ 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=(
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2022-10-18 2:18 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-10-18 2:18 UTC (permalink / raw
To: gentoo-commits
commit: 86b2c4bb2ed1ec613c2d52728745fab7a72263de
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 02:06:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:17:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b2c4bb
sys-process/acct: add savannah upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/sys-process/acct/metadata.xml b/sys-process/acct/metadata.xml
index 73dda144f9ac..0916c7c280b1 100644
--- a/sys-process/acct/metadata.xml
+++ b/sys-process/acct/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="savannah">acct</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2024-04-29 13:42 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-04-29 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 72159080dfac44d471b9b3a9b276e027646ba343
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:39:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 13:39:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72159080
sys-process/acct: Stabilize 6.6.4-r4 x86, #930875
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild b/sys-process/acct/acct-6.6.4-r4.ebuild
index 3c2e780471d9..8c54aa878c24 100644
--- a/sys-process/acct/acct-6.6.4-r4.ebuild
+++ b/sys-process/acct/acct-6.6.4-r4.ebuild
@@ -11,7 +11,7 @@ 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"
+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 )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2024-04-29 13:42 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-04-29 13:42 UTC (permalink / raw
To: gentoo-commits
commit: a8dfd238bffb6c9eeb4e8173f42a1bdbe2c71c8d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:39:52 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 13:39:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8dfd238
sys-process/acct: Stabilize 6.6.4-r4 amd64, #930875
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild b/sys-process/acct/acct-6.6.4-r4.ebuild
index 8c54aa878c24..b39de6ae3d31 100644
--- a/sys-process/acct/acct-6.6.4-r4.ebuild
+++ b/sys-process/acct/acct-6.6.4-r4.ebuild
@@ -11,7 +11,7 @@ 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"
+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 )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2024-05-18 17:06 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-05-18 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 0309995fddf9804c7435b269cafd63af2cd777d8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:01:29 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 17:05:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0309995f
sys-process/acct: drop 6.6.4-r3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r3.ebuild | 53 -----------------------------------
1 file changed, 53 deletions(-)
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
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
@ 2024-11-26 6:42 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-11-26 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 55da25cb0e26075eb21d2422c96f0c3e1d0f6ea6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 06:34:59 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 06:34:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55da25cb
sys-process/acct: build w/ -std=gnu17
No upstream activity in a long time, still uses svn.
Closes: https://bugs.gentoo.org/944194
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/acct/acct-6.6.4-r4.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild b/sys-process/acct/acct-6.6.4-r4.ebuild
index 5c8b1b3e01e3..df630f1eeb76 100644
--- a/sys-process/acct/acct-6.6.4-r4.ebuild
+++ b/sys-process/acct/acct-6.6.4-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools systemd tmpfiles
+inherit autotools flag-o-matic systemd tmpfiles
DESCRIPTION="GNU system accounting utilities"
HOMEPAGE="https://savannah.gnu.org/projects/acct/"
@@ -28,6 +28,9 @@ src_prepare() {
}
src_configure() {
+ # bug #944194
+ append-flags -std=gnu17
+
econf --enable-linux-multiformat
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-11-26 6:42 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 11:07 [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 6:42 Sam James
2024-05-18 17:06 Sam James
2024-04-29 13:42 Sam James
2024-04-29 13:42 Sam James
2022-10-18 2:18 Sam James
2022-06-08 13:06 Kenton Groombridge
2022-04-09 2:42 Sam James
2021-10-11 13:47 Yixun Lan
2021-09-18 4:25 Sam James
2021-09-11 6:03 Sam James
2021-09-11 6:03 Sam James
2021-09-11 6:02 Sam James
2021-09-11 6:02 Sam James
2021-09-09 11:36 David Seifert
2021-05-06 10:01 Sam James
2018-06-04 19:25 Mart Raudsepp
2018-05-31 23:22 Patrick McLean
2017-11-15 22:42 Sergei Trofimovich
2017-10-23 12:25 Manuel Rüger
2017-10-17 19:04 Markus Meier
2017-09-23 16:08 Thomas Deutschmann
2017-09-22 21:33 Thomas Deutschmann
2017-02-24 10:18 Manuel Rüger
2016-07-27 20:27 Markus Meier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox