From 8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78 Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 25 Jul 2024 11:16:30 +0200 Subject: Revert "*/*: ExcessiveLineLength fix most of them" This reverts commit 79341e9f046f373509b9ab9d14ef711797d5bfa5. Signed-off-by: David Roman --- net-irc/thelounge/thelounge-4.4.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-irc') diff --git a/net-irc/thelounge/thelounge-4.4.3.ebuild b/net-irc/thelounge/thelounge-4.4.3.ebuild index 852709237..cee63295e 100644 --- a/net-irc/thelounge/thelounge-4.4.3.ebuild +++ b/net-irc/thelounge/thelounge-4.4.3.ebuild @@ -10,11 +10,10 @@ inherit python-any-r1 readme.gentoo-r1 systemd tmpfiles DESCRIPTION="‎Modern, responsive, cross-platform, self-hosted web IRC client" HOMEPAGE="https://thelounge.chat/" -dist="https://github.com/rahilarious/gentoo-distfiles" SRC_URI=" https://github.com/thelounge/thelounge/archive/refs/tags/v${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz - ${dist}/releases/download/${PN}-4.4.2_rc1/deps.tar.xz -> ${PN}-4.4.2_rc1-deps.tar.xz - sqlite? ( ${dist}/releases/download/${PN}-4.4.2_rc1/sqlite.tar.xz -> ${PN}-4.4.2_rc1-sqlite.tar.xz ) + https://github.com/rahilarious/gentoo-distfiles/releases/download/${PN}-4.4.2_rc1/deps.tar.xz -> ${PN}-4.4.2_rc1-deps.tar.xz + sqlite? ( https://github.com/rahilarious/gentoo-distfiles/releases/download/${PN}-4.4.2_rc1/sqlite.tar.xz -> ${PN}-4.4.2_rc1-sqlite.tar.xz ) " S="${WORKDIR}/${PN}-${PV/_rc/-rc.}" -- cgit v1.2.3-65-gdbad