diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 21:33:15 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 21:33:15 +0400 |
commit | 79341e9f046f373509b9ab9d14ef711797d5bfa5 (patch) | |
tree | 0e7a7f713f4587b70c4d7a4eb3ec0f0505a00644 /net-irc | |
parent | dev-util/juliaup: add 1.16.10, drop 1.14.9 (diff) | |
download | guru-79341e9f046f373509b9ab9d14ef711797d5bfa5.tar.gz guru-79341e9f046f373509b9ab9d14ef711797d5bfa5.tar.bz2 guru-79341e9f046f373509b9ab9d14ef711797d5bfa5.zip |
*/*: ExcessiveLineLength fix most of them
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/thelounge/thelounge-4.4.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/thelounge/thelounge-4.4.3.ebuild b/net-irc/thelounge/thelounge-4.4.3.ebuild index cee63295e..852709237 100644 --- a/net-irc/thelounge/thelounge-4.4.3.ebuild +++ b/net-irc/thelounge/thelounge-4.4.3.ebuild @@ -10,10 +10,11 @@ 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 - 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 ) + ${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 ) " S="${WORKDIR}/${PN}-${PV/_rc/-rc.}" |