public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-02-27 10:59 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-02-27 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2054e1aeb16fa8dcc71cfe534ca48300537d6ebe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 10:58:15 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 10:58:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2054e1ae

app-portage/command-not-found: new package, add 0.0.2

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.2.ebuild                 | 40 ++++++++++++++++++++++
 app-portage/command-not-found/metadata.xml         | 12 +++++++
 3 files changed, 53 insertions(+)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
new file mode 100644
index 000000000000..38833a3443ee
--- /dev/null
+++ b/app-portage/command-not-found/Manifest
@@ -0,0 +1 @@
+DIST command-not-found-0.0.2.tar.gz 9039 BLAKE2B 9781ce588e3e90868dc35745d5f4b24586dd365a0bd2a37a15d973e942ebbd0710675268fe3875be621be51ee7e4b9800865de3d99d58927588d2f05cfe6b789 SHA512 b2b81b754d96364e58d8f71d7024c2c4bc635aff7bd17df4bbc14791f9d7cbd266b2d4ab369ccaaed7b4aca5bb41622c3ce5d7a81795221c5dae3bed001447e4

diff --git a/app-portage/command-not-found/command-not-found-0.0.2.ebuild b/app-portage/command-not-found/command-not-found-0.0.2.ebuild
new file mode 100644
index 000000000000..b0007e526a58
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "command-not-found is automatically setup with bash, to use it with zsh add"
+	elog "    \"source /etc/bash/bashrc.d/command-not-found.sh\""
+	elog "anywhere in your /etc/zsh/zshrc or ~/.zshrc"
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}

diff --git a/app-portage/command-not-found/metadata.xml b/app-portage/command-not-found/metadata.xml
new file mode 100644
index 000000000000..87d84e421471
--- /dev/null
+++ b/app-portage/command-not-found/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@gentoo.org</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">AndrewAmmerlaan/command-not-found-gentoo</remote-id>
+	</upstream>
+	<stabilize-allarches/>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-02-28  8:37 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-02-28  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     833b47a00d790886c4c99c8e89b810ee3ca827a3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 08:35:06 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:35:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833b47a0

app-portage/command-not-found: add 0.0.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.3.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 38833a3443ee..be8335b60930 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1 +1,2 @@
 DIST command-not-found-0.0.2.tar.gz 9039 BLAKE2B 9781ce588e3e90868dc35745d5f4b24586dd365a0bd2a37a15d973e942ebbd0710675268fe3875be621be51ee7e4b9800865de3d99d58927588d2f05cfe6b789 SHA512 b2b81b754d96364e58d8f71d7024c2c4bc635aff7bd17df4bbc14791f9d7cbd266b2d4ab369ccaaed7b4aca5bb41622c3ce5d7a81795221c5dae3bed001447e4
+DIST command-not-found-0.0.3.tar.gz 9534 BLAKE2B 6505e2de7c093b1ac1e4b056addbab9770bd9fedced12b54f454cd56be29d162ef7f14eea91c855aaf95249bb75af7fe36ca079646c5ca9f8aa8580d5036f796 SHA512 e36309f0e609b7fb607abeca79411d6c998f6c6c7f5769b0a0e72e0e44e4b90af550b5df0b22b94d8151751728b0ef0206ff13d1dd5d0262538c28c563f4b5e6

diff --git a/app-portage/command-not-found/command-not-found-0.0.3.ebuild b/app-portage/command-not-found/command-not-found-0.0.3.ebuild
new file mode 100644
index 000000000000..b0007e526a58
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "command-not-found is automatically setup with bash, to use it with zsh add"
+	elog "    \"source /etc/bash/bashrc.d/command-not-found.sh\""
+	elog "anywhere in your /etc/zsh/zshrc or ~/.zshrc"
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-02-28  8:37 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-02-28  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2d8d29811df6152189e97da00e7789e79025835f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 08:36:13 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:36:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8d2981

app-portage/command-not-found: drop 0.0.2

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 -
 .../command-not-found-0.0.2.ebuild                 | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index be8335b60930..0f82dbf657c9 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,2 +1 @@
-DIST command-not-found-0.0.2.tar.gz 9039 BLAKE2B 9781ce588e3e90868dc35745d5f4b24586dd365a0bd2a37a15d973e942ebbd0710675268fe3875be621be51ee7e4b9800865de3d99d58927588d2f05cfe6b789 SHA512 b2b81b754d96364e58d8f71d7024c2c4bc635aff7bd17df4bbc14791f9d7cbd266b2d4ab369ccaaed7b4aca5bb41622c3ce5d7a81795221c5dae3bed001447e4
 DIST command-not-found-0.0.3.tar.gz 9534 BLAKE2B 6505e2de7c093b1ac1e4b056addbab9770bd9fedced12b54f454cd56be29d162ef7f14eea91c855aaf95249bb75af7fe36ca079646c5ca9f8aa8580d5036f796 SHA512 e36309f0e609b7fb607abeca79411d6c998f6c6c7f5769b0a0e72e0e44e4b90af550b5df0b22b94d8151751728b0ef0206ff13d1dd5d0262538c28c563f4b5e6

diff --git a/app-portage/command-not-found/command-not-found-0.0.2.ebuild b/app-portage/command-not-found/command-not-found-0.0.2.ebuild
deleted file mode 100644
index b0007e526a58..000000000000
--- a/app-portage/command-not-found/command-not-found-0.0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-r1
-
-DESCRIPTION="Command-not-found handler for Gentoo"
-HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
-SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-gentoo-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-	python_foreach_impl python_doscript command-not-found
-
-	insinto /etc/bash/bashrc.d
-	doins command-not-found.sh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "command-not-found is automatically setup with bash, to use it with zsh add"
-	elog "    \"source /etc/bash/bashrc.d/command-not-found.sh\""
-	elog "anywhere in your /etc/zsh/zshrc or ~/.zshrc"
-	elog
-	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
-	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-03-07 19:20 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-03-07 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b9ae899eef2fec8653cedcf27f780be1ab31f80d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 19:15:40 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 19:20:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ae899e

app-portage/command-not-found: add 0.0.4

In preparation for app-portage/pfl version 3.5, this pfl release will
make command-not-found almost twice as fast.

Featuring https://github.com/AndrewAmmerlaan/command-not-found-gentoo/pull/2
by @bananas-repos

Co-authored-by: Banana <76788321+bananas-repos <AT> users.noreply.github.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.4.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 0f82dbf657c9..d135f311e978 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1 +1,2 @@
 DIST command-not-found-0.0.3.tar.gz 9534 BLAKE2B 6505e2de7c093b1ac1e4b056addbab9770bd9fedced12b54f454cd56be29d162ef7f14eea91c855aaf95249bb75af7fe36ca079646c5ca9f8aa8580d5036f796 SHA512 e36309f0e609b7fb607abeca79411d6c998f6c6c7f5769b0a0e72e0e44e4b90af550b5df0b22b94d8151751728b0ef0206ff13d1dd5d0262538c28c563f4b5e6
+DIST command-not-found-0.0.4.tar.gz 10028 BLAKE2B b1740a01400ed0084ad22414a586926132d6c9e6994de50812cf885d947c4bd95e65d715bcbc8b13f173464a7896ff6b8ee95782ab8a18d5884aa338bffa28ae SHA512 1c0ed9d17f7cfa18b8d1a8fd914716f6e44dd514f79e92ea8d33e4b0ee8d2556ee23b8853d286993fe72a1bdf23fc656f276fe8264bf78fef83f045169efe7c2

diff --git a/app-portage/command-not-found/command-not-found-0.0.4.ebuild b/app-portage/command-not-found/command-not-found-0.0.4.ebuild
new file mode 100644
index 000000000000..1859d6690bfe
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "${PN} is automatically setup for app-shells/bash, see"
+	elog "    /usr/share/doc/${PF}/README.md"
+	elog "for instructions on how to set it up for various other shells."
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-03-07 19:20 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-03-07 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4dd56075ac514bd8aed66d993b28c2bb74ceb64b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 19:19:54 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 19:20:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd56075

app-portage/command-not-found: drop 0.0.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 -
 .../command-not-found-0.0.3.ebuild                 | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index d135f311e978..807f4249c4f0 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,2 +1 @@
-DIST command-not-found-0.0.3.tar.gz 9534 BLAKE2B 6505e2de7c093b1ac1e4b056addbab9770bd9fedced12b54f454cd56be29d162ef7f14eea91c855aaf95249bb75af7fe36ca079646c5ca9f8aa8580d5036f796 SHA512 e36309f0e609b7fb607abeca79411d6c998f6c6c7f5769b0a0e72e0e44e4b90af550b5df0b22b94d8151751728b0ef0206ff13d1dd5d0262538c28c563f4b5e6
 DIST command-not-found-0.0.4.tar.gz 10028 BLAKE2B b1740a01400ed0084ad22414a586926132d6c9e6994de50812cf885d947c4bd95e65d715bcbc8b13f173464a7896ff6b8ee95782ab8a18d5884aa338bffa28ae SHA512 1c0ed9d17f7cfa18b8d1a8fd914716f6e44dd514f79e92ea8d33e4b0ee8d2556ee23b8853d286993fe72a1bdf23fc656f276fe8264bf78fef83f045169efe7c2

diff --git a/app-portage/command-not-found/command-not-found-0.0.3.ebuild b/app-portage/command-not-found/command-not-found-0.0.3.ebuild
deleted file mode 100644
index b0007e526a58..000000000000
--- a/app-portage/command-not-found/command-not-found-0.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-r1
-
-DESCRIPTION="Command-not-found handler for Gentoo"
-HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
-SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-gentoo-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-	python_foreach_impl python_doscript command-not-found
-
-	insinto /etc/bash/bashrc.d
-	doins command-not-found.sh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "command-not-found is automatically setup with bash, to use it with zsh add"
-	elog "    \"source /etc/bash/bashrc.d/command-not-found.sh\""
-	elog "anywhere in your /etc/zsh/zshrc or ~/.zshrc"
-	elog
-	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
-	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-04 14:40 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-04-04 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     48b4dd0a958160fb09bde80de2208ad9d3fe3f1f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 14:40:38 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 14:40:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b4dd0a

app-portage/command-not-found: add 0.0.5

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.5.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 807f4249c4f0..dc5340d26823 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1 +1,2 @@
 DIST command-not-found-0.0.4.tar.gz 10028 BLAKE2B b1740a01400ed0084ad22414a586926132d6c9e6994de50812cf885d947c4bd95e65d715bcbc8b13f173464a7896ff6b8ee95782ab8a18d5884aa338bffa28ae SHA512 1c0ed9d17f7cfa18b8d1a8fd914716f6e44dd514f79e92ea8d33e4b0ee8d2556ee23b8853d286993fe72a1bdf23fc656f276fe8264bf78fef83f045169efe7c2
+DIST command-not-found-0.0.5.tar.gz 10045 BLAKE2B 5225fe4512516518172b1c7d25563488f26b359e0698a3352ebf2143dd7983fee2c44050e2b4abf72377780875436861855f0891bc10d429fba9bba695808bf3 SHA512 9125e168d64b7474f83d1bc8ed7f54ef332190d0d7325c281f1a041d47b23ce18170dff2fa3342468941cba7b0197821790ef5d1e9b8c1ee1f5a6ba1383b1005

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
new file mode 100644
index 000000000000..1859d6690bfe
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "${PN} is automatically setup for app-shells/bash, see"
+	elog "    /usr/share/doc/${PF}/README.md"
+	elog "for instructions on how to set it up for various other shells."
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-30 15:39 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-04-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb545447c9a2ebbc53f4f730ed5b0aedb280082
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 15:38:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 15:39:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb54544

app-portage/command-not-found: Keyword 0.0.5 sparc, #930984

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

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 45b79a59ea65..121bb79cf478 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-30 15:39 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-04-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3c77fdaa978df7f67bf0c8fa3fa558aef934b14b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 15:39:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 15:39:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c77fdaa

app-portage/command-not-found: Keyword 0.0.5 ppc64, #930984

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

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 3e959d067a4e..6290b971b6a6 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-30 15:39 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-04-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a16bb9a3f03746d6da23a43bc400f48405303273
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 15:38:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 15:39:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16bb9a3

app-portage/command-not-found: Keyword 0.0.5 arm, #930984

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

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 1859d6690bfe..e16107169557 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-30 15:39 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-04-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     869fb48aebc4cf4450d9799602e19dc9e5b58c43
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 15:38:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 15:39:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869fb48a

app-portage/command-not-found: Keyword 0.0.5 arm64, #930984

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

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 121bb79cf478..3e959d067a4e 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-04-30 15:39 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-04-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e26cbeabd66945f26d0fec6aa38e497e0b936aba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 15:38:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 15:39:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26cbeab

app-portage/command-not-found: Keyword 0.0.5 ppc, #930984

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

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index e16107169557..45b79a59ea65 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-05-03  9:21 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-05-03  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e28e7421fe3f0bccba394c5f113acffb43291b97
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 09:21:06 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May  3 09:21:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28e7421

app-portage/command-not-found: drop 0.0.4

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 -
 .../command-not-found-0.0.4.ebuild                 | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index dc5340d26823..abd98307c6b6 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,2 +1 @@
-DIST command-not-found-0.0.4.tar.gz 10028 BLAKE2B b1740a01400ed0084ad22414a586926132d6c9e6994de50812cf885d947c4bd95e65d715bcbc8b13f173464a7896ff6b8ee95782ab8a18d5884aa338bffa28ae SHA512 1c0ed9d17f7cfa18b8d1a8fd914716f6e44dd514f79e92ea8d33e4b0ee8d2556ee23b8853d286993fe72a1bdf23fc656f276fe8264bf78fef83f045169efe7c2
 DIST command-not-found-0.0.5.tar.gz 10045 BLAKE2B 5225fe4512516518172b1c7d25563488f26b359e0698a3352ebf2143dd7983fee2c44050e2b4abf72377780875436861855f0891bc10d429fba9bba695808bf3 SHA512 9125e168d64b7474f83d1bc8ed7f54ef332190d0d7325c281f1a041d47b23ce18170dff2fa3342468941cba7b0197821790ef5d1e9b8c1ee1f5a6ba1383b1005

diff --git a/app-portage/command-not-found/command-not-found-0.0.4.ebuild b/app-portage/command-not-found/command-not-found-0.0.4.ebuild
deleted file mode 100644
index 1859d6690bfe..000000000000
--- a/app-portage/command-not-found/command-not-found-0.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-r1
-
-DESCRIPTION="Command-not-found handler for Gentoo"
-HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
-SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-gentoo-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-	python_foreach_impl python_doscript command-not-found
-
-	insinto /etc/bash/bashrc.d
-	doins command-not-found.sh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "${PN} is automatically setup for app-shells/bash, see"
-	elog "    /usr/share/doc/${PF}/README.md"
-	elog "for instructions on how to set it up for various other shells."
-	elog
-	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
-	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-05-04  7:10 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2024-05-04  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7e9ad1b4a04752bef454f3cddefa69e67549c30f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 07:10:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May  4 07:10:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9ad1b4

app-portage/command-not-found: Keyword 0.0.5 x86, #930984

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 6290b971b6a6..db51bf9b1576 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-05-21  6:22 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2024-05-21  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f50bebf8357650b20e2bf61bb28427a5858f05eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 06:22:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 21 06:22:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50bebf8

app-portage/command-not-found: Keyword 0.0.5 hppa, #930984

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index db51bf9b1576..c7999b038e87 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-05-25 12:39 WANG Xuerui
  0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2024-05-25 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     36779bb5d8cb0871390002a038e3481a42848bf8
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 12:12:40 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 25 12:12:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36779bb5

app-portage/command-not-found: keyword 0.0.5 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index c7999b038e87..dd9c07cfa3ac 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-05-28  6:25 Jakov Smolić
  0 siblings, 0 replies; 24+ messages in thread
From: Jakov Smolić @ 2024-05-28  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     930da8cd15ffa7542d90cf9bfc6db36413c2d5db
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:25:15 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 28 06:25:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930da8cd

app-portage/command-not-found: Keyword 0.0.5 riscv, #930984

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index dd9c07cfa3ac..40a16ef01bc3 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-06-12 21:50 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-12 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8378e6bd03eba689e74946694268cebd70a78202
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Jun 12 14:46:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 21:46:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8378e6bd

app-portage/command-not-found: Keyword 0.0.5 alpha, #930984

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 47ca03875663..4943e69c1ba9 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-07-11 11:50 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-07-11 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a51fc124299d1af39414152d5ef8f4ec8697fdab
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:49:58 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:50:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51fc124

app-portage/command-not-found: stabilize 0.0.5 for ALLARCHES

Closes: https://bugs.gentoo.org/935853
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
index 4943e69c1ba9..8a564e886685 100644
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-08-03  7:37 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-08-03  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4976e8b958b3b05d3820f2b1b2e7a0e9fcdcc105
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 07:29:07 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 07:29:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4976e8b9

app-portage/command-not-found: add 0.0.6

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.6.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index abd98307c6b6..5dee0b041929 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1 +1,2 @@
 DIST command-not-found-0.0.5.tar.gz 10045 BLAKE2B 5225fe4512516518172b1c7d25563488f26b359e0698a3352ebf2143dd7983fee2c44050e2b4abf72377780875436861855f0891bc10d429fba9bba695808bf3 SHA512 9125e168d64b7474f83d1bc8ed7f54ef332190d0d7325c281f1a041d47b23ce18170dff2fa3342468941cba7b0197821790ef5d1e9b8c1ee1f5a6ba1383b1005
+DIST command-not-found-0.0.6.tar.gz 10290 BLAKE2B 352a77790539acca9d54902e8078b580a5f4a789d61c395944363b4a42f8750cd518e3d8a22f69c409c8ab090cf6345677c324f3faa1e67071439cd6f600c7a3 SHA512 9396b7cb1cbcbc53047928ede0f77613e7f5ad3d5855f6476c40642c52a419aa6227e9b329d8d73d267fbd946e36f21740420ea854555025ddd2ea7eb1dbcec2

diff --git a/app-portage/command-not-found/command-not-found-0.0.6.ebuild b/app-portage/command-not-found/command-not-found-0.0.6.ebuild
new file mode 100644
index 000000000000..4943e69c1ba9
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "${PN} is automatically setup for app-shells/bash, see"
+	elog "    /usr/share/doc/${PF}/README.md"
+	elog "for instructions on how to set it up for various other shells."
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-09-05  7:46 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-09-05  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     856cde4b5ecc122c65fdcc08c6794deefd2c38a9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 07:45:58 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 07:45:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856cde4b

app-portage/command-not-found: drop 0.0.5

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 -
 .../command-not-found-0.0.5.ebuild                 | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 5dee0b041929..8a54bd2f432e 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,2 +1 @@
-DIST command-not-found-0.0.5.tar.gz 10045 BLAKE2B 5225fe4512516518172b1c7d25563488f26b359e0698a3352ebf2143dd7983fee2c44050e2b4abf72377780875436861855f0891bc10d429fba9bba695808bf3 SHA512 9125e168d64b7474f83d1bc8ed7f54ef332190d0d7325c281f1a041d47b23ce18170dff2fa3342468941cba7b0197821790ef5d1e9b8c1ee1f5a6ba1383b1005
 DIST command-not-found-0.0.6.tar.gz 10290 BLAKE2B 352a77790539acca9d54902e8078b580a5f4a789d61c395944363b4a42f8750cd518e3d8a22f69c409c8ab090cf6345677c324f3faa1e67071439cd6f600c7a3 SHA512 9396b7cb1cbcbc53047928ede0f77613e7f5ad3d5855f6476c40642c52a419aa6227e9b329d8d73d267fbd946e36f21740420ea854555025ddd2ea7eb1dbcec2

diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild
deleted file mode 100644
index 8a564e886685..000000000000
--- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-r1
-
-DESCRIPTION="Command-not-found handler for Gentoo"
-HOMEPAGE="https://github.com/AndrewAmmerlaan/command-not-found-gentoo"
-SRC_URI="https://github.com/AndrewAmmerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-gentoo-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-	python_foreach_impl python_doscript command-not-found
-
-	insinto /etc/bash/bashrc.d
-	doins command-not-found.sh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "${PN} is automatically setup for app-shells/bash, see"
-	elog "    /usr/share/doc/${PF}/README.md"
-	elog "for instructions on how to set it up for various other shells."
-	elog
-	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
-	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-09-05  7:46 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-09-05  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf8c005c5c6fa06778ca1b95b4326e901754d2c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 07:45:20 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 07:45:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf8c005

app-portage/command-not-found: stabilize 0.0.6 for ALLARCHES

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.6.ebuild b/app-portage/command-not-found/command-not-found-0.0.6.ebuild
index 4943e69c1ba9..8a564e886685 100644
--- a/app-portage/command-not-found/command-not-found-0.0.6.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.6.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-10-17  8:03 Andrew Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2024-10-17  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     660a92985125f62e0b4afbb9156ca575652a3eac
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 08:02:53 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 08:02:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660a9298

app-portage/command-not-found: add 0.0.7

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 +
 .../command-not-found-0.0.7.ebuild                 | 40 ++++++++++++++++++++++
 app-portage/command-not-found/metadata.xml         |  2 +-
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 8a54bd2f432e..03cad8194a3e 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1 +1,2 @@
 DIST command-not-found-0.0.6.tar.gz 10290 BLAKE2B 352a77790539acca9d54902e8078b580a5f4a789d61c395944363b4a42f8750cd518e3d8a22f69c409c8ab090cf6345677c324f3faa1e67071439cd6f600c7a3 SHA512 9396b7cb1cbcbc53047928ede0f77613e7f5ad3d5855f6476c40642c52a419aa6227e9b329d8d73d267fbd946e36f21740420ea854555025ddd2ea7eb1dbcec2
+DIST command-not-found-0.0.7.tar.gz 10310 BLAKE2B 02ff8cd66f7aa39bc4990eb57cbf84a83fb37af72cf8c231e89e77b9859f1668edb8ac6be2d606643b7b54dda00b2df47de8c64afa933f208cd8bf6cc0245a1c SHA512 95cc7a2237928fac0015f21529697d6f878c9c756800d30c435b1cd2116cb522020eb63896fcd1f32091944969f07c4811d8a2d7fa1f1c36d54728bd582c44a1

diff --git a/app-portage/command-not-found/command-not-found-0.0.7.ebuild b/app-portage/command-not-found/command-not-found-0.0.7.ebuild
new file mode 100644
index 000000000000..acc0acee7cde
--- /dev/null
+++ b/app-portage/command-not-found/command-not-found-0.0.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit optfeature python-r1
+
+DESCRIPTION="Command-not-found handler for Gentoo"
+HOMEPAGE="https://github.com/Nowa-Ammerlaan/command-not-found-gentoo"
+SRC_URI="https://github.com/Nowa-Ammerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-gentoo-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+	python_foreach_impl python_doscript command-not-found
+
+	insinto /etc/bash/bashrc.d
+	doins command-not-found.sh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "${PN} is automatically setup for app-shells/bash, see"
+	elog "    /usr/share/doc/${PF}/README.md"
+	elog "for instructions on how to set it up for various other shells."
+	elog
+	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
+	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
+}

diff --git a/app-portage/command-not-found/metadata.xml b/app-portage/command-not-found/metadata.xml
index 87d84e421471..16d7d6dca53f 100644
--- a/app-portage/command-not-found/metadata.xml
+++ b/app-portage/command-not-found/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Andrew Ammerlaan</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">AndrewAmmerlaan/command-not-found-gentoo</remote-id>
+		<remote-id type="github">Nowa-Ammerlaan/command-not-found-gentoo</remote-id>
 	</upstream>
 	<stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-11-20  9:55 Nowa Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Nowa Ammerlaan @ 2024-11-20  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8c156792afe51ffb55f2f97516daa8a086f32708
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 09:54:57 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 09:54:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c156792

app-portage/command-not-found: drop 0.0.6

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 app-portage/command-not-found/Manifest             |  1 -
 .../command-not-found-0.0.6.ebuild                 | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 03cad8194a3e..56f6c830d63f 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,2 +1 @@
-DIST command-not-found-0.0.6.tar.gz 10290 BLAKE2B 352a77790539acca9d54902e8078b580a5f4a789d61c395944363b4a42f8750cd518e3d8a22f69c409c8ab090cf6345677c324f3faa1e67071439cd6f600c7a3 SHA512 9396b7cb1cbcbc53047928ede0f77613e7f5ad3d5855f6476c40642c52a419aa6227e9b329d8d73d267fbd946e36f21740420ea854555025ddd2ea7eb1dbcec2
 DIST command-not-found-0.0.7.tar.gz 10310 BLAKE2B 02ff8cd66f7aa39bc4990eb57cbf84a83fb37af72cf8c231e89e77b9859f1668edb8ac6be2d606643b7b54dda00b2df47de8c64afa933f208cd8bf6cc0245a1c SHA512 95cc7a2237928fac0015f21529697d6f878c9c756800d30c435b1cd2116cb522020eb63896fcd1f32091944969f07c4811d8a2d7fa1f1c36d54728bd582c44a1

diff --git a/app-portage/command-not-found/command-not-found-0.0.6.ebuild b/app-portage/command-not-found/command-not-found-0.0.6.ebuild
deleted file mode 100644
index 5f87050719cf..000000000000
--- a/app-portage/command-not-found/command-not-found-0.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-r1
-
-DESCRIPTION="Command-not-found handler for Gentoo"
-HOMEPAGE="https://github.com/Nowa-Ammerlaan/command-not-found-gentoo"
-SRC_URI="https://github.com/Nowa-Ammerlaan/command-not-found-gentoo/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-gentoo-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv sparc x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-	python_foreach_impl python_doscript command-not-found
-
-	insinto /etc/bash/bashrc.d
-	doins command-not-found.sh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "${PN} is automatically setup for app-shells/bash, see"
-	elog "    /usr/share/doc/${PF}/README.md"
-	elog "for instructions on how to set it up for various other shells."
-	elog
-	optfeature "suggesting snaps providing the missing command" "app-containers/snapd"
-	optfeature "suggesting ebuilds providing the missing command" "app-portage/pfl"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/
@ 2024-11-20  9:55 Nowa Ammerlaan
  0 siblings, 0 replies; 24+ messages in thread
From: Nowa Ammerlaan @ 2024-11-20  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2f75f2cb38dbfef470b012560a93be8ed7213eb7
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 09:54:35 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 09:54:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f75f2cb

app-portage/command-not-found: stabilize 0.0.7 for ALLARCHES

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 app-portage/command-not-found/command-not-found-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/command-not-found/command-not-found-0.0.7.ebuild b/app-portage/command-not-found/command-not-found-0.0.7.ebuild
index acc0acee7cde..5f87050719cf 100644
--- a/app-portage/command-not-found/command-not-found-0.0.7.ebuild
+++ b/app-portage/command-not-found/command-not-found-0.0.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

end of thread, other threads:[~2024-11-20  9:55 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21  6:22 [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20  9:55 Nowa Ammerlaan
2024-11-20  9:55 Nowa Ammerlaan
2024-10-17  8:03 Andrew Ammerlaan
2024-09-05  7:46 Andrew Ammerlaan
2024-09-05  7:46 Andrew Ammerlaan
2024-08-03  7:37 Andrew Ammerlaan
2024-07-11 11:50 Andrew Ammerlaan
2024-06-12 21:50 Sam James
2024-05-28  6:25 Jakov Smolić
2024-05-25 12:39 WANG Xuerui
2024-05-04  7:10 Arthur Zamarin
2024-05-03  9:21 Andrew Ammerlaan
2024-04-30 15:39 Sam James
2024-04-30 15:39 Sam James
2024-04-30 15:39 Sam James
2024-04-30 15:39 Sam James
2024-04-30 15:39 Sam James
2024-04-04 14:40 Andrew Ammerlaan
2024-03-07 19:20 Andrew Ammerlaan
2024-03-07 19:20 Andrew Ammerlaan
2024-02-28  8:37 Andrew Ammerlaan
2024-02-28  8:37 Andrew Ammerlaan
2024-02-27 10:59 Andrew Ammerlaan

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