Сравнение promu-0.13.0 с promu-0.14.0
/usr/portage/dev-util/promu/promu-0.14.0.ebuild 2023-10-09 14:52:30.988368388 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 |
inherit go-module |
6 |
EGIT_COMMIT=b1a2edae78614c8b0ae9e2faa88d14098e96f6d2 |
|
6 |
EGIT_COMMIT=a880d9756ae466605040585bc3b15005b55cc9f6 |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Prometheus Utility Tool" |
9 | 9 |
HOMEPAGE="https://github.com/prometheus/promu" |
10 |
SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" |
|
10 |
SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.gz |
|
11 |
https://dev.gentoo.org/~xen0n/distfiles/dev-util/promu/${P}-deps.tar.xz" |
|
12 | 12 | |
13 | 13 |
LICENSE="Apache-2.0 BSD BSD-2 MIT" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" |
|
15 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" |
|
16 | 16 |
IUSE="" |
17 | 17 | |
18 | 18 |
RESTRICT+=" test" |