Сравнение tremc-0.9.3 с tremc-0.9.3_p20230506
/usr/portage/net-p2p/tremc/tremc-0.9.3_p20230506.ebuild 2023-10-09 14:52:34.744368483 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
COMMIT=d8deaa5ac25bb45a2ca3a930309d6ecc74836a54 |
|
7 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 8 |
PYTHON_REQ_USE="ncurses" |
8 | 9 | |
9 | 10 |
inherit bash-completion-r1 optfeature python-single-r1 |
10 | 11 | |
11 | 12 |
DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" |
12 | 13 |
HOMEPAGE="https://github.com/tremc/tremc" |
13 |
SRC_URI="https://github.com/tremc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |
|
14 |
SRC_URI="https://github.com/tremc/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |
|
15 |
S="${WORKDIR}/${PN}-${COMMIT}" |
|
14 | 16 | |
15 | 17 |
LICENSE="GPL-3" |
16 | 18 |
SLOT="0" |