commit: 6dbab798410639f3063727648dbff268ba4216e7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 08:22:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 08:28:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbab798
app-emulation/spice-protocol: add 0.14.5
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/spice-protocol/Manifest | 1 +
.../spice-protocol/spice-protocol-0.14.5.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/app-emulation/spice-protocol/Manifest
b/app-emulation/spice-protocol/Manifest
index 89ebb09f9e86..4162c992343a 100644
--- a/app-emulation/spice-protocol/Manifest
+++ b/app-emulation/spice-protocol/Manifest
@@ -1 +1,2 @@
DIST spice-protocol-0.14.4.tar.xz 23540 BLAKE2B
a36ea56f000fbbfd87f3a318ff932332116f5229d89cbf19be53e7605aef52cc650d453982d23d1f2decb7ef1273758b40022dc1dada49f40cd6f75e55f014d6
SHA512
c55677fd6da37303487f8245388cbd555715c736e15bca4a305c4374feafc655b74e549ea401949d72e17b2e6ad76f16c5add3963008a18a1fefedd4b4a001c1
+DIST spice-protocol-0.14.5.tar.xz 23592 BLAKE2B
25d6ab5cd1615cee10cf88b405c4508bcbd4ab2c6778a0546e9d411c43f789bddec52715460df765c915490402e09111c1c9c414489dfa98c0e2bde9a5a11912
SHA512
45bec8b427f3ae8df62e946eb21d3d31deed5e404d58cb9cd143669a2abb94d9ceb8add4f28b483a9c4215a8edba25be9308b6d3b63ad1ddc21653e0ab068dbc
diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild
b/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild
new file mode 100644
index 000000000000..63ff479c774c
--- /dev/null
+++ b/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git"
+else
+ SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+fi
+
+DESCRIPTION="Headers defining the SPICE protocol"
+HOMEPAGE="https://spice-space.org/"
+
+LICENSE="BSD"
+SLOT="0"