aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-07-25 11:16:30 +0200
committerDavid Roman <davidroman96@gmail.com>2024-07-25 11:18:16 +0200
commit8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78 (patch)
treea6e2dd96c7e66bc0ec70dcc6620621b05d6e687b /net-irc
parentgui-libs/aquamarine: treeclean (moved to ::gentoo) (diff)
downloadguru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.gz
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.bz2
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.zip
Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f046f373509b9ab9d14ef711797d5bfa5. Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/thelounge/thelounge-4.4.3.ebuild5
1 files changed, 2 insertions, 3 deletions
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.}"