Revert "*/*: ExcessiveLineLength fix most of them"

This reverts commit 79341e9f04.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-07-25 11:16:30 +02:00
parent a9a17a263e
commit 8b33f89cda
48 changed files with 141 additions and 288 deletions

View File

@@ -9,11 +9,10 @@ DESCRIPTION="CLI frontend client connects to Bitwarden comapatible password mana
HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli"
BW_CLIENTS_COMMIT="82998d8"
distfiles=https://github.com/rahilarious/gentoo-distfiles/releases/download/
SRC_URI="
https://github.com/bitwarden/clients/archive/refs/tags/cli-v${PV}.tar.gz -> ${P}.tar.gz
${distfiles}bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
${distfiles}${PN}-2024.2.0/pkg-cache.tar.xz -> ${PN}-2024.2.0-pkg-cache.tar.xz
https://github.com/rahilarious/gentoo-distfiles/releases/download/bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
https://github.com/rahilarious/gentoo-distfiles/releases/download/${PN}-2024.2.0/pkg-cache.tar.xz -> ${PN}-2024.2.0-pkg-cache.tar.xz
"
S="${WORKDIR}/clients-cli-v${PV}"