Сравнение jdupes-1.28.0 с jdupes-9999
| /usr/portage/app-misc/jdupes/jdupes-9999.ebuild 2024-07-02 13:51:43.849851454 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2021-2025 Gentoo Authors |
|
| 1 |
# Copyright 2021-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 13 | 13 |
else |
| 14 | 14 |
SRC_URI="https://codeberg.org/jbruchon/jdupes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 15 | 15 |
S="${WORKDIR}"/${PN}
|
| 16 |
KEYWORDS="amd64 ~arm64 ~riscv" |
|
| 16 |
KEYWORDS="~amd64" |
|
| 17 | 17 |
fi |
| 18 | 18 |
LICENSE="MIT" |
| 19 | 19 |
SLOT="0" |
| 20 | 20 | |
| 21 | 21 |
# Please keep a careful eye on the minimum libjoycode version! (Just pick |
| 22 | 22 |
# latest released at the time if necessary.) |
| 23 |
DEPEND=">=dev-libs/libjodycode-3.1" |
|
| 23 |
DEPEND=">=dev-libs/libjodycode-3.0" |
|
| 24 | 24 |
RDEPEND="${DEPEND}"
|
| 25 | 25 | |
| 26 | 26 |
IUSE="+dedupe hardened" |
| 27 | 27 | |
| 28 |
# tests exists, but are empty (dropped by upstream) |
|
| 28 |
# missing test.sh script |
|
| 29 |
# https://github.com/jbruchon/jdupes/issues/191 |
|
| 29 | 30 |
RESTRICT="test" |
| 30 | 31 | |
| 31 | 32 |
src_prepare() {
|