summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-21 03:03:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-21 03:03:00 +0000
commit9db1279f804d62da2c61cfb39fc2e62b9faf56dd (patch)
tree7b951d5bf3ab775b91a18e0022d8f19d3582d84e /app-portage
parent8a5f3383bbc5f817d89554020a3600d06985bc4a (diff)
gentoo auto-resync : 21:11:2024 - 03:03:00
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/Manifest.gzbin9752 -> 9743 bytes
-rw-r--r--app-portage/command-not-found/Manifest4
-rw-r--r--app-portage/command-not-found/command-not-found-0.0.6.ebuild40
-rw-r--r--app-portage/command-not-found/command-not-found-0.0.7.ebuild2
4 files changed, 2 insertions, 44 deletions
diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz
index e4c40d8f361c..97c3317a0b0c 100644
--- a/app-portage/Manifest.gz
+++ b/app-portage/Manifest.gz
Binary files differ
diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest
index 417ef0a79a32..85dad5ae5d70 100644
--- a/app-portage/command-not-found/Manifest
+++ b/app-portage/command-not-found/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD command-not-found-0.0.6.ebuild 1118 BLAKE2B 6afe42b5ea89f27bf79e4532cbcaa394c85e3012b45e5a4884d862ab00df8506590f06c98671efce4df4778d968b6c07668980404b9a4c3593611bd450339903 SHA512 b371b3a4ac799baf5d5244a90613d27e0d845f40e0151ec1a8a892f947ba9e39573bdefee29ec3ad000127c41f03b404fabdfd447da35a45f388e4d0297663f4
-EBUILD command-not-found-0.0.7.ebuild 1126 BLAKE2B 406a7ea5cea082f2027634c1cbacf1c7bbc09c36aab7b0a1eb34ea37c356b7915899105f819ee87ab24cabd1fefe7811ced0de9aadc359c76d46a01f2459c42b SHA512 1a3b76e63c9d71c6392b016d4793e91ad1a3a914b97a95c95b37168af6c07335a7d36547b83bc006f31f35190601412439ea40d510768453fe513db4c53fb1cc
+EBUILD command-not-found-0.0.7.ebuild 1118 BLAKE2B 6afe42b5ea89f27bf79e4532cbcaa394c85e3012b45e5a4884d862ab00df8506590f06c98671efce4df4778d968b6c07668980404b9a4c3593611bd450339903 SHA512 b371b3a4ac799baf5d5244a90613d27e0d845f40e0151ec1a8a892f947ba9e39573bdefee29ec3ad000127c41f03b404fabdfd447da35a45f388e4d0297663f4
MISC metadata.xml 374 BLAKE2B 8fe04ba1b335959998694361bf8a46704ef4fbc9948d42d012ff0a7e9249b7486152f55283eae6b327fd9a4e7f31a779f24d9046eaaa528219c7f478c8f5d3de SHA512 ef245a2961df1954fed1ef6753a33d525585ce3ed95875c92ab2b7e3b1f7a3fad6fb00b6fceb9ab5950ac8185ab321d8504173ade91bfacf8ba277ac3a605821
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"
-}
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}"