Сравнение containers-shortnames-2023.02.20 с containers-shortnames-9999
| /usr/portage/app-containers/containers-shortnames/containers-shortnames-9999.ebuild 2025-07-29 16:22:12.528447874 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 6 | 6 |
DESCRIPTION="Configures default shortnames (aliases) for Containers" |
| 7 | 7 |
HOMEPAGE="https://github.com/containers/shortnames" |
| 8 | 8 | |
| 9 |
if [[ ${PV} == *9999* ]]; then
|
|
| 9 |
if [[ ${PV} == 9999* ]]; then
|
|
| 10 | 10 |
inherit git-r3 |
| 11 | 11 |
EGIT_REPO_URI="https://github.com/containers/shortnames.git" |
| 12 | 12 |
else |
| 13 | 13 |
SRC_URI="https://github.com/containers/shortnames/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 14 | 14 |
S="${WORKDIR}/${P#containers-}"
|
| 15 |
KEYWORDS="amd64 arm64 ~loong ~riscv" |
|
| 15 |
KEYWORDS="~amd64 ~arm64 ~loong ~riscv" |
|
| 16 | 16 |
fi |
| 17 | 17 | |
| 18 | 18 |
LICENSE="Apache-2.0" |