* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2019-11-26 22:54 Matt Turner
0 siblings, 0 replies; 16+ messages in thread
From: Matt Turner @ 2019-11-26 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 8581aca499c73548d4b1e62d32823ae5d11edd1b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 22:50:45 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 22:50:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8581aca4
sys-apps/utempter: Drop x11@ from maintainers
I think x11@ was a maintainer due to the reverse dependency of xterm,
but we now no longer are a maintainer of xterm.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-apps/utempter/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-apps/utempter/metadata.xml b/sys-apps/utempter/metadata.xml
index 910808b6e1f..56c12441305 100644
--- a/sys-apps/utempter/metadata.xml
+++ b/sys-apps/utempter/metadata.xml
@@ -5,8 +5,4 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
-<maintainer type="project">
- <email>x11@gentoo.org</email>
- <name>X11</name>
-</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-03-27 19:57 Conrad Kostecki
0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2022-03-27 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 2053cc85f3ffab5c526da278c48b5f7ab88278a9
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 19:21:31 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 19:56:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2053cc85
sys-apps/utempter: update EAPI 6 -> 8
This bump also migrates to GLEP-81.
Closes: https://github.com/gentoo/gentoo/pull/24781
Bug: https://bugs.gentoo.org/781584
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 49 ++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
new file mode 100644
index 000000000000..f52de8c53368
--- /dev/null
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${P%.*}"
+MY_P="${MY_PN}-${PV##*.}"
+
+inherit flag-o-matic rpm toolchain-funcs
+
+DESCRIPTION="App that allows non-privileged apps to write utmp (login) info"
+HOMEPAGE="https://www.redhat.com/"
+SRC_URI="mirror://gentoo/${MY_P}.src.rpm"
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="|| ( MIT LGPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+BDEPEND="acct-group/utmp"
+RDEPEND="
+ ${BDEPEND}
+ !sys-libs/libutempter
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.5.5.6-no_utmpx.patch
+ "${FILESDIR}"/${PN}-0.5.5.6-fix-build-system.patch
+)
+
+src_prepare() {
+ default
+ tc-export CC
+ append-cflags -Wall
+}
+
+src_install() {
+ local myemakeargs=(
+ LIBDIR="/usr/$(get_libdir)"
+ RPM_BUILD_ROOT="${ED}"
+ )
+
+ emake "${myemakeargs[@]}" install
+
+ dobin utmp
+
+ fowners root:utmp /usr/sbin/utempter
+ fperms 2755 /usr/sbin/utempter
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-05 20:28 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-05-05 20:28 UTC (permalink / raw
To: gentoo-commits
commit: f649959f31f5b71dcc924e6920bde45c304d4845
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 20:28:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 5 20:28:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f649959f
sys-apps/utempter: Stabilize 0.5.5.6-r1 ppc, #842828
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index f52de8c53368..7ee10ece26cc 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-05 20:28 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-05-05 20:28 UTC (permalink / raw
To: gentoo-commits
commit: 2b4caf8b61df490813993c57b0a73c9dbc05b53f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 20:28:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 5 20:28:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4caf8b
sys-apps/utempter: Stabilize 0.5.5.6-r1 ppc64, #842828
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index 7ee10ece26cc..baf32537daae 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-06 7:55 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-05-06 7:55 UTC (permalink / raw
To: gentoo-commits
commit: edea54350a5cc01d14decc5979ae9f0cd2625fc5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 07:55:25 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 6 07:55:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edea5435
sys-apps/utempter: Stabilize 0.5.5.6-r1 sparc, #842828
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index baf32537daae..970369cc2634 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-06 7:59 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2022-05-06 7:59 UTC (permalink / raw
To: gentoo-commits
commit: dc0555991de1e7713fa154b83be2e37507248afc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 07:59:24 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 6 07:59:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc055599
sys-apps/utempter: x86 stable wrt bug #842828
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index 970369cc2634..1b3e30b9949f 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-06 7:59 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-05-06 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 4b21a486fc31a9dc46e7db017eadb5c616643588
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 07:59:44 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 6 07:59:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b21a486
sys-apps/utempter: Stabilize 0.5.5.6-r1 arm, #842828
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index 1b3e30b9949f..c5966c9fe4b5 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-06 8:58 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2022-05-06 8:58 UTC (permalink / raw
To: gentoo-commits
commit: debebcab52a211aa146b944b900d0163cd91078f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 08:57:58 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 6 08:57:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debebcab
sys-apps/utempter: Stabilize 0.5.5.6-r1 amd64, #842828
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
index c5966c9fe4b5..d90bfe7141c8 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2022-05-07 19:57 Conrad Kostecki
0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2022-05-07 19:57 UTC (permalink / raw
To: gentoo-commits
commit: c4fb474cb6658ab67ccceee9998db60cdea1fa93
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 19:57:03 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May 7 19:57:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fb474c
sys-apps/utempter: drop 0.5.5.6
Closes: https://bugs.gentoo.org/781584
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6.ebuild | 58 -------------------------------
1 file changed, 58 deletions(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6.ebuild b/sys-apps/utempter/utempter-0.5.5.6.ebuild
deleted file mode 100644
index 6d31a543cdcb..000000000000
--- a/sys-apps/utempter/utempter-0.5.5.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic rpm toolchain-funcs user
-
-MY_P=${P%.*}-${PV##*.}
-
-DESCRIPTION="App that allows non-privileged apps to write utmp (login) info"
-HOMEPAGE="https://www.redhat.com/"
-SRC_URI="mirror://gentoo/${MY_P}.src.rpm"
-
-LICENSE="|| ( MIT LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="
- !sys-libs/libutempter
- !dev-python/utmp"
-
-S=${WORKDIR}/${P%.*}
-PATCHES=(
- "${FILESDIR}"/${P}-no_utmpx.patch
- "${FILESDIR}"/${P}-fix-build-system.patch
-)
-
-pkg_setup() {
- enewgroup utmp 406
-}
-
-src_configure() {
- tc-export CC
- append-cflags -Wall
-}
-
-src_install() {
- emake \
- RPM_BUILD_ROOT="${ED}" \
- LIBDIR=/usr/$(get_libdir) \
- install
- dobin utmp
-
- fowners root:utmp /usr/sbin/utempter
- fperms 2755 /usr/sbin/utempter
-}
-
-pkg_postinst() {
- if [[ -f "${EROOT%/}"/var/log/wtmp ]] ; then
- chown root:utmp "${EROOT%/}"/var/log/wtmp
- chmod 664 "${EROOT%/}"/var/log/wtmp
- fi
- if [[ -f "${EROOT%/}"/var/run/utmp ]] ; then
- chown root:utmp "${EROOT%/}"/var/run/utmp
- chmod 664 "${EROOT%/}"/var/run/utmp
- fi
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: 56f6a4127637e1364ef0d17c7e9888ac0eb3c493
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:38 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f6a412
sys-apps/utempter: Stabilize 0.5.5.6-r2 ppc, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index 2cced84baaa8..a24f52e57dde 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: fec09487a0d1410bee736f448cc76e5b55d48a86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:36 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec09487
sys-apps/utempter: Stabilize 0.5.5.6-r2 amd64, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index 9d96b73217bb..2cced84baaa8 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: 8116c9173ff7a6867d67d52d3f0265da47945267
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8116c917
sys-apps/utempter: Stabilize 0.5.5.6-r2 sparc, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index 8779773e7c49..9d96b73217bb 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: a8be9aa4f6087be586e1a476c196d65dfaabfa9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8be9aa4
sys-apps/utempter: Stabilize 0.5.5.6-r2 x86, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index 92d7dd374dd3..8779773e7c49 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: d8f5eab99e6171159ef6d7e2663948f6b1d2d99e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:39 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f5eab9
sys-apps/utempter: Stabilize 0.5.5.6-r2 ppc64, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index a24f52e57dde..a4f0d8d315a3 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-07-23 5:02 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-23 5:02 UTC (permalink / raw
To: gentoo-commits
commit: f27146e2f8f25693c1b27bda0a4202aabb573581
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:01:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:01:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27146e2
sys-apps/utempter: Stabilize 0.5.5.6-r2 arm, #936512
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
index a4f0d8d315a3..43e3b2b21859 100644
--- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}"
LICENSE="|| ( MIT LGPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
BDEPEND="acct-group/utmp"
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/
@ 2024-10-30 21:20 Andreas K. Hüttel
0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2024-10-30 21:20 UTC (permalink / raw
To: gentoo-commits
commit: dfb8085c1a1a3f2a593f78d4bec8b64d768d53c4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 21:17:46 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 21:20:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb8085c
sys-apps/utempter: drop 0.5.5.6-r1
Bug: https://bugs.gentoo.org/898552
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-apps/utempter/utempter-0.5.5.6-r1.ebuild | 49 ----------------------------
1 file changed, 49 deletions(-)
diff --git a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
deleted file mode 100644
index bcaf8b34e2b8..000000000000
--- a/sys-apps/utempter/utempter-0.5.5.6-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${P%.*}"
-MY_P="${MY_PN}-${PV##*.}"
-
-inherit flag-o-matic rpm toolchain-funcs
-
-DESCRIPTION="App that allows non-privileged apps to write utmp (login) info"
-HOMEPAGE="https://www.redhat.com/"
-SRC_URI="mirror://gentoo/${MY_P}.src.rpm"
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="|| ( MIT LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86"
-
-BDEPEND="acct-group/utmp"
-RDEPEND="
- ${BDEPEND}
- !sys-libs/libutempter
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.5.5.6-no_utmpx.patch
- "${FILESDIR}"/${PN}-0.5.5.6-fix-build-system.patch
-)
-
-src_prepare() {
- default
- tc-export CC
- append-cflags -Wall
-}
-
-src_install() {
- local myemakeargs=(
- LIBDIR="/usr/$(get_libdir)"
- RPM_BUILD_ROOT="${ED}"
- )
-
- emake "${myemakeargs[@]}" install
-
- dobin utmp
-
- fowners root:utmp /usr/sbin/utempter
- fperms 2755 /usr/sbin/utempter
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-10-30 21:20 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 5:02 [gentoo-commits] repo/gentoo:master commit in: sys-apps/utempter/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 21:20 Andreas K. Hüttel
2024-07-23 5:02 Sam James
2024-07-23 5:02 Sam James
2024-07-23 5:02 Sam James
2024-07-23 5:02 Sam James
2024-07-23 5:02 Sam James
2022-05-07 19:57 Conrad Kostecki
2022-05-06 8:58 Jakov Smolić
2022-05-06 7:59 Arthur Zamarin
2022-05-06 7:59 Agostino Sarubbo
2022-05-06 7:55 Arthur Zamarin
2022-05-05 20:28 Sam James
2022-05-05 20:28 Sam James
2022-03-27 19:57 Conrad Kostecki
2019-11-26 22:54 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox