From 443cfbefc0bbd1e252d323db7597b33ace434817 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Mar 2024 01:07:00 +0000 Subject: gentoo auto-resync : 08:03:2024 - 01:06:59 --- app-portage/Manifest.gz | Bin 9934 -> 9935 bytes app-portage/command-not-found/Manifest | 4 +-- .../command-not-found-0.0.3.ebuild | 40 --------------------- .../command-not-found-0.0.4.ebuild | 40 +++++++++++++++++++++ 4 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 app-portage/command-not-found/command-not-found-0.0.3.ebuild create mode 100644 app-portage/command-not-found/command-not-found-0.0.4.ebuild (limited to 'app-portage') diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index 7b0e3cd5f0be..0b98609d5303 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/command-not-found/Manifest b/app-portage/command-not-found/Manifest index 22f46f167a61..2de5e68f7a98 100644 --- a/app-portage/command-not-found/Manifest +++ b/app-portage/command-not-found/Manifest @@ -1,3 +1,3 @@ -DIST command-not-found-0.0.3.tar.gz 9534 BLAKE2B 6505e2de7c093b1ac1e4b056addbab9770bd9fedced12b54f454cd56be29d162ef7f14eea91c855aaf95249bb75af7fe36ca079646c5ca9f8aa8580d5036f796 SHA512 e36309f0e609b7fb607abeca79411d6c998f6c6c7f5769b0a0e72e0e44e4b90af550b5df0b22b94d8151751728b0ef0206ff13d1dd5d0262538c28c563f4b5e6 -EBUILD command-not-found-0.0.3.ebuild 1087 BLAKE2B 0312f19a5cd0a491e99f222690b9617c4460e24fbb0247e69d7cc8b24cc27a4d0167eebcfcefaa4fc71bc53f652cb2f38f2762eae4bc0c8f2bf6729740beb223 SHA512 f90140768d687495607fd6396a7fb39b98461a34002a059c4b341a43e2fe961dcfd27241c8ac4447ab8ad437e7013c54a5b582d1411b7c79eae576c552b40367 +DIST command-not-found-0.0.4.tar.gz 10028 BLAKE2B b1740a01400ed0084ad22414a586926132d6c9e6994de50812cf885d947c4bd95e65d715bcbc8b13f173464a7896ff6b8ee95782ab8a18d5884aa338bffa28ae SHA512 1c0ed9d17f7cfa18b8d1a8fd914716f6e44dd514f79e92ea8d33e4b0ee8d2556ee23b8853d286993fe72a1bdf23fc656f276fe8264bf78fef83f045169efe7c2 +EBUILD command-not-found-0.0.4.ebuild 1065 BLAKE2B 70760ceab17a507d1f4a9b46c5a1a80a520b6fa22a41aed819d3d9f873a760accad95c0bff047ae4233bba2bf21e93a23e98c22e3feef6afd6dd885e0f0492d7 SHA512 6f7134ad4cbaf894fd8e11b74008e268d9a8d545efa10d491d881f87b8f809d65a5dc22692006e059a7ad75c16b03e4ddcbae59c0e26730c4eaeb84029f3a3fb MISC metadata.xml 388 BLAKE2B 68d4cf665b154331bff48ea9c1cc0b68eea52cd82788f8cbe5e12907206036fb98ae8248738c34c6c221041055129e17aace5d47bd482b4cf27f36d09743b8c8 SHA512 08b5b851ffa5774aef0c2f0e6e7d3fb180492e898ab3197ce15e79a77ab04f7aa12e9213cb369998e48173af4a447ca94e9c5a61324771ad7d9ca2d1a4f5de80 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" -} 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" +} -- cgit v1.2.3