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