public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2017-06-22 21:58 Patrice Clement
  0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-06-22 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     03e328116a02937579c4182a5ab249a54bcc0a7f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 21:57:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 21:57:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e32811

dev-util/lockrun: EAPI 6 bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/lockrun/lockrun-20120508-r1.ebuild | 30 +++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
new file mode 100644
index 00000000000..1a0c8c9f499
--- /dev/null
+++ b/dev-util/lockrun/lockrun-20120508-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Lockrun - runs cronjobs with overrun protection"
+HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die
+	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die
+}
+
+src_compile() {
+	emake CC=$(tc-getCC) ${PN}
+	sed -i README -e '60q;s|^ \*||g' || die
+}
+
+src_install () {
+	dobin ${PN}
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2018-02-24  8:07 Jason Zaman
  0 siblings, 0 replies; 12+ messages in thread
From: Jason Zaman @ 2018-02-24  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     354c278dd1d146760e9e2171d523c9a897190bcf
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 07:57:39 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:06:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354c278d

dev-util/lockrun: amd64 stable

Gentoo-bug: 648488
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/lockrun/lockrun-20120508-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
index 1a0c8c9f499..ad4efc7eb4a 100644
--- a/dev-util/lockrun/lockrun-20120508-r1.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-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
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2018-02-25 18:21 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     da3e64694aa0835360d15f4c99c55e8904267378
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:08:00 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:08:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3e6469

dev-util/lockrun: x86 stable (bug #648488)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/lockrun/lockrun-20120508-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
index ad4efc7eb4a..f062acca848 100644
--- a/dev-util/lockrun/lockrun-20120508-r1.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2018-05-27 12:01 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-05-27 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7b21c42dc7191ae530c5ce64cfcc6dd4cf1a6992
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 11:51:49 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 12:00:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b21c42d

dev-util/lockrun: Drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-util/lockrun/lockrun-20120508.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-util/lockrun/lockrun-20120508.ebuild b/dev-util/lockrun/lockrun-20120508.ebuild
deleted file mode 100644
index 70d5bafe59d..00000000000
--- a/dev-util/lockrun/lockrun-20120508.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Lockrun - runs cronjobs with overrun protection"
-HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-	cp "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die
-	cp "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die
-}
-
-src_compile() {
-	emake CC=$(tc-getCC) ${PN}
-	sed -i README -e '60q;s|^ \*||g' || die
-}
-
-src_install () {
-	dobin ${PN}
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2022-03-20  0:38 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-03-20  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8de3f06e8b503c958b5a0f14b88c19d3195359
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:37:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:37:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8de3f0

dev-util/lockrun: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lockrun/lockrun-20120508-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
index 33e668a9dea2..0500a760ea84 100644
--- a/dev-util/lockrun/lockrun-20120508-r1.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ src_unpack() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) ${PN}
+	emake CC="$(tc-getCC)" ${PN}
 	sed -i README -e '60q;s|^ \*||g' || die
 }
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2023-07-05 20:49 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2023-07-05 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     730ebd5f8e7a565f46e411c173317ca336a34915
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul  5 08:30:22 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:48:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730ebd5f

dev-util/lockrun: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31761
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-util/lockrun/lockrun-20120508-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-util/lockrun/lockrun-20120508-r2.ebuild b/dev-util/lockrun/lockrun-20120508-r2.ebuild
new file mode 100644
index 000000000000..b102465e2395
--- /dev/null
+++ b/dev-util/lockrun/lockrun-20120508-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Lockrun - runs cronjobs with overrun protection"
+HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+src_unpack() {
+	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die
+	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" ${PN}
+	sed -i README -e '60q;s|^ \*||g' || die
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2023-08-26 14:08 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-08-26 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9ff85aaa3621bc992864ee2c81b2304c13ebfb27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 14:07:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:07:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff85aaa

dev-util/lockrun: Stabilize 20120508-r2 amd64, #913060

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lockrun/lockrun-20120508-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r2.ebuild b/dev-util/lockrun/lockrun-20120508-r2.ebuild
index b102465e2395..dc7ac1f905e5 100644
--- a/dev-util/lockrun/lockrun-20120508-r2.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-r2.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 src_unpack() {
 	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2023-08-26 14:08 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-08-26 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f009586beae61bdbcada2155d7332ba92cc6c307
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 14:07:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:07:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f009586b

dev-util/lockrun: Stabilize 20120508-r2 x86, #913060

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lockrun/lockrun-20120508-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r2.ebuild b/dev-util/lockrun/lockrun-20120508-r2.ebuild
index dc7ac1f905e5..c418f6128b50 100644
--- a/dev-util/lockrun/lockrun-20120508-r2.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-r2.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 
 src_unpack() {
 	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2023-08-26 14:11 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     74d2bad5455fba2b48489d1e27d21da8f442c026
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 14:09:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:10:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d2bad5

dev-util/lockrun: drop 20120508-r1

Closes: https://bugs.gentoo.org/913060
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/lockrun/lockrun-20120508-r1.ebuild | 30 -----------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
deleted file mode 100644
index 0500a760ea84..000000000000
--- a/dev-util/lockrun/lockrun-20120508-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Lockrun - runs cronjobs with overrun protection"
-HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die
-	cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" ${PN}
-	sed -i README -e '60q;s|^ \*||g' || die
-}
-
-src_install() {
-	dobin ${PN}
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2024-04-17 11:17 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2024-04-17 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     687f92ccdde14e0caaa0346a7b0b309a0ecd6991
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Mon Apr 15 12:26:17 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 11:17:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687f92cc

dev-util/lockrun: add 20240415

Closes: https://github.com/gentoo/gentoo/pull/36266
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-util/lockrun/Manifest                |  1 +
 dev-util/lockrun/lockrun-20240415.ebuild | 37 ++++++++++++++++++++++++++++++++
 dev-util/lockrun/metadata.xml            |  9 +++++++-
 3 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/dev-util/lockrun/Manifest b/dev-util/lockrun/Manifest
new file mode 100644
index 000000000000..149f25ccb52f
--- /dev/null
+++ b/dev-util/lockrun/Manifest
@@ -0,0 +1 @@
+DIST lockrun-20240415.c.gz 4150 BLAKE2B c70bf08859bf7e2026702b2adc0d3a4224f5a62d25ebeb12359ba34f120300bb7bb1b93a6412696bbf0c0b2f50a958f25beb10a43d45f1dccd148c314fa452eb SHA512 3c7af9bba00018d6ca47c9b737028fb01bd9b7fdd3f29cec89a7c3451eb35fda3bf00f4fe6df8f64b8dcbb2d92f2b7647406bb805dfa3ac78e0ecaf94e95ef05

diff --git a/dev-util/lockrun/lockrun-20240415.ebuild b/dev-util/lockrun/lockrun-20240415.ebuild
new file mode 100644
index 000000000000..4c6a71c8ec22
--- /dev/null
+++ b/dev-util/lockrun/lockrun-20240415.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Run cronjobs with overrun protection"
+HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
+
+SRC_URI="https://downloads.uls.co.za/gentoo/lockrun/lockrun-${PV}.c.gz"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+src_prepare() {
+	default
+	mv "${P}.c" "${PN}.c" || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" ${PN}
+
+	# The below tries to extract the first comment block from the source code
+	# which represents the official "readme" from the project.  Delete first
+	# three lines, then everything from (including) the first comment close at
+	# the beginning of a line before removing ' *' from the beginning of the
+	# remaining lines.
+	sed '1,3 d; /^[[:space:]]*[*]\//,$ d; s/^ \*//' "${PN}.c" > README || die
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}

diff --git a/dev-util/lockrun/metadata.xml b/dev-util/lockrun/metadata.xml
index 85e4ed814fa2..6aebbc46f559 100644
--- a/dev-util/lockrun/metadata.xml
+++ b/dev-util/lockrun/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>jaco@uls.co.za</email>
+		<name>Jaco Kroon</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2024-07-24  9:27 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-07-24  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e0eb2b139d9ea18f1fbffdbcd2ea9e1f61b44ef5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 09:26:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 09:26:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0eb2b13

dev-util/lockrun: Stabilize 20240415 x86, #936582

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lockrun/lockrun-20240415.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lockrun/lockrun-20240415.ebuild b/dev-util/lockrun/lockrun-20240415.ebuild
index b2c5a4253378..4e2741b75176 100644
--- a/dev-util/lockrun/lockrun-20240415.ebuild
+++ b/dev-util/lockrun/lockrun-20240415.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
@ 2024-07-24  9:27 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-07-24  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     935e49d440075c599c5987542e433a69b208a3cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 09:26:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 09:26:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935e49d4

dev-util/lockrun: Stabilize 20240415 amd64, #936582

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lockrun/lockrun-20240415.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lockrun/lockrun-20240415.ebuild b/dev-util/lockrun/lockrun-20240415.ebuild
index 4c6a71c8ec22..b2c5a4253378 100644
--- a/dev-util/lockrun/lockrun-20240415.ebuild
+++ b/dev-util/lockrun/lockrun-20240415.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-24  9:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-07-24  9:27 Sam James
2024-07-24  9:27 Sam James
2024-04-17 11:17 Michael Orlitzky
2023-08-26 14:11 Andreas Sturmlechner
2023-08-26 14:08 Sam James
2023-08-26 14:08 Sam James
2023-07-05 20:49 Conrad Kostecki
2022-03-20  0:38 Sam James
2018-02-25 18:21 Thomas Deutschmann
2018-02-24  8:07 Jason Zaman
2017-06-22 21:58 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox