Сравнение hermes-2.8_p20180315 с hermes-2.9
/usr/portage/dev-util/hermes/hermes-2.9.ebuild 2023-10-09 14:52:30.972368387 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
12 | 12 |
inherit git-r3 |
13 | 13 |
EGIT_REPO_URI="https://github.com/TACC/Hermes" |
14 | 14 |
else |
15 |
COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6" |
|
16 |
SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |
|
17 |
S="${WORKDIR}"/Hermes-${COMMIT} |
|
18 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" |
|
15 |
SRC_URI="https://github.com/TACC/Hermes/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |
|
16 |
S="${WORKDIR}/${P^}" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
19 | 18 |
fi |
20 | 19 | |
21 | 20 |
LICENSE="MIT" |