diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-08 01:07:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-08 01:07:00 +0000 |
commit | 443cfbefc0bbd1e252d323db7597b33ace434817 (patch) | |
tree | aeab1cdb4ddfa5340339e11ffa04b2513377d7e7 /app-portage | |
parent | 4c5e0520b3ae5cce70461c3f7fceb313186d6ea2 (diff) |
gentoo auto-resync : 08:03:2024 - 01:06:59
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/Manifest.gz | bin | 9934 -> 9935 bytes | |||
-rw-r--r-- | app-portage/command-not-found/Manifest | 4 | ||||
-rw-r--r-- | app-portage/command-not-found/command-not-found-0.0.4.ebuild (renamed from app-portage/command-not-found/command-not-found-0.0.3.ebuild) | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz Binary files differindex 7b0e3cd5f0be..0b98609d5303 100644 --- a/app-portage/Manifest.gz +++ b/app-portage/Manifest.gz 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.4.ebuild index b0007e526a58..1859d6690bfe 100644 --- a/app-portage/command-not-found/command-not-found-0.0.3.ebuild +++ b/app-portage/command-not-found/command-not-found-0.0.4.ebuild @@ -31,9 +31,9 @@ src_install() { } 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 "${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" |