mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f04.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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.}"
|
||||
|
||||
Reference in New Issue
Block a user