diff options
author | Denis Strizhkin <strdenis02@gmail.com> | 2024-12-22 00:41:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-22 02:16:36 +0000 |
commit | e0833294665f8e94536ddb5c6bb1dcde89f93738 (patch) | |
tree | b303312b61ade0c88f1ebdd0bd30cca551885045 | |
parent | media-gfx/blender: Turn on Draco in the live ebuild (diff) | |
download | gentoo-e0833294665f8e94536ddb5c6bb1dcde89f93738.tar.gz gentoo-e0833294665f8e94536ddb5c6bb1dcde89f93738.tar.bz2 gentoo-e0833294665f8e94536ddb5c6bb1dcde89f93738.zip |
app-misc/tmux: bash completions url deprecated by app-shells/tmux-bash-completion
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39817
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-misc/tmux/Manifest | 1 | ||||
-rw-r--r-- | app-misc/tmux/tmux-3.5-r1.ebuild | 1 | ||||
-rw-r--r-- | app-misc/tmux/tmux-3.5a.ebuild | 1 | ||||
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest index 39ab58c13e52..2edd75a39f0d 100644 --- a/app-misc/tmux/Manifest +++ b/app-misc/tmux/Manifest @@ -1,4 +1,3 @@ DIST tmux-3.4.tar.gz 707213 BLAKE2B 2b1990b95d7439702e9287402d9828d4ecab573202c099aa482969c047b540d4b899f79d87587fc712e727d9cebf5fa7393512087e469fc355b4a30b1894e229 SHA512 bd3880211d99d8ee15947000abf8a1832fdfa48b29b2df81b66d5969cf3f4e64e746f984f6139bfc57e3ebee7fe8dc7cbb6bccb779307607de6c376969fecbff DIST tmux-3.5.tar.gz 715322 BLAKE2B 6c257e7c3b2f49ae2a54dd28c8d89d4832ad1eb3a49e800ff83a03fd4e620bdee695845b1c272cff25f0805502c1309e9d14faae6ca3fb4d4f050d9abf4aeae9 SHA512 bb3ca1ae8b330c3efc8fcbe8a65a40f78beadaf08c79265f6377c4187d26028e485e5404b832bbea16b170fd9bbdf2f1554d67dd3b1289e183fca19df460b695 DIST tmux-3.5a.tar.gz 715619 BLAKE2B 2314bc127f805071c9f2fe28be549b0948042a153aa68d997efc1dc0d6eba198b04aa16932d0a84b03250567100fb81c464919fcc8ba98660d3d0750ff5fe879 SHA512 2383e99aec2dcdb1d899793d5ecab40a68b921194f84770d3f4d19712bfc85590657a99d2a9a7bec36d4ba5ab39fa713f13937b0acad3b61cd9b2302dba61d43 -DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979 diff --git a/app-misc/tmux/tmux-3.5-r1.ebuild b/app-misc/tmux/tmux-3.5-r1.ebuild index a31a32b1e8a7..30be05d067f4 100644 --- a/app-misc/tmux/tmux-3.5-r1.ebuild +++ b/app-misc/tmux/tmux-3.5-r1.ebuild @@ -9,7 +9,6 @@ DESCRIPTION="Terminal multiplexer" HOMEPAGE="https://tmux.github.io/" if [[ ${PV} == 9999 ]] ; then inherit git-r3 - SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" EGIT_REPO_URI="https://github.com/tmux/tmux.git" else SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" diff --git a/app-misc/tmux/tmux-3.5a.ebuild b/app-misc/tmux/tmux-3.5a.ebuild index 8f67ff5801d2..a7d45b007dfb 100644 --- a/app-misc/tmux/tmux-3.5a.ebuild +++ b/app-misc/tmux/tmux-3.5a.ebuild @@ -9,7 +9,6 @@ DESCRIPTION="Terminal multiplexer" HOMEPAGE="https://tmux.github.io/" if [[ ${PV} == 9999 ]] ; then inherit git-r3 - SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" EGIT_REPO_URI="https://github.com/tmux/tmux.git" else SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 1ad4b3a5960d..68dddd592c91 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -9,7 +9,6 @@ DESCRIPTION="Terminal multiplexer" HOMEPAGE="https://tmux.github.io/" if [[ ${PV} == 9999 ]] ; then inherit git-r3 - SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" EGIT_REPO_URI="https://github.com/tmux/tmux.git" else SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz" |