commit:     40b120d0045e47e10321f9a41e174c9c2c0fd5d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 22:50:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 23:08:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b120d0

app-emulation/spice-protocol: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild | 12 +++++++++---
 app-emulation/spice-protocol/spice-protocol-9999.ebuild   | 13 ++++---------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild 
b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild
index 8109d81af69c..8908284a7192 100644
--- a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild
+++ b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild
@@ -5,10 +5,16 @@ 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+fi
+
 DESCRIPTION="Headers defining the SPICE protocol"
-HOMEPAGE="https://www.spice-space.org/";
-SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz";
+HOMEPAGE="https://spice-space.org/";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"

diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild 
b/app-emulation/spice-protocol/spice-protocol-9999.ebuild
index d2d8fbb6a858..8908284a7192 100644
--- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild
+++ b/app-emulation/spice-protocol/spice-protocol-9999.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
 if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git";
-       SRC_URI=""
 else
-       SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2";
-       KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+       SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
 
 DESCRIPTION="Headers defining the SPICE protocol"
@@ -19,7 +18,3 @@ HOMEPAGE="https://spice-space.org/";
 
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

Reply via email to