Сравнение spice-protocol-0.14.3 с spice-protocol-0.14.4
/usr/portage/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild 2023-10-09 14:52:28.736368331 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 | |
6 | 6 |
inherit meson |
7 | 7 | |
8 |
if [[ ${PV} = *9999* ]]; then |
|
9 |
inherit git-r3 |
|
10 |
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" |
|
11 |
else |
|
12 |
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" |
|
13 |
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" |
|
14 |
fi |
|
15 | ||
8 | 16 |
DESCRIPTION="Headers defining the SPICE protocol" |
9 |
HOMEPAGE="https://www.spice-space.org/" |
|
10 |
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" |
|
17 |
HOMEPAGE="https://spice-space.org/" |
|
11 | 18 | |
12 | 19 |
LICENSE="BSD" |
13 | 20 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86" |