diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2021-03-07 15:43:19 +0100 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2021-03-08 07:16:12 +0100 |
commit | a4ec51ec171f6b8be7a5f45b6e0c30f47a5e48a1 (patch) | |
tree | cccae24c2e3fb6df4b194317e41eee209dbf7ca8 /app-emulation/spice-protocol | |
parent | dev-python/pynest2d: dropped old (diff) | |
download | gentoo-a4ec51ec171f6b8be7a5f45b6e0c30f47a5e48a1.tar.gz gentoo-a4ec51ec171f6b8be7a5f45b6e0c30f47a5e48a1.tar.bz2 gentoo-a4ec51ec171f6b8be7a5f45b6e0c30f47a5e48a1.zip |
app-emulation/spice-protocol: version bump to 0.14.3
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.14.3.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index 2b4cea0ccb8f..c3ab7bab2987 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1 +1,2 @@ DIST spice-protocol-0.14.1.tar.bz2 73444 BLAKE2B 12050c38ee3d24814b57a340a88423352edae6412b5a20e27d59b7235e753f51aaf757f7e9e6ce702d0b0c0afeadfde7f3937725ae4715ae4dc4da20ee7fd663 SHA512 88b0e652564a1f826ee6d3c165ab05c40d13f366567db3840805f03d433d13d7f722225219c26759770d2cde33221fe6d97528521d0eb14bc069cd7ce9af8482 +DIST spice-protocol-0.14.3.tar.xz 22224 BLAKE2B 32e69c56ea78e21cf2ff9474e34908eababc1dd9667cd8be24c973e9ff006e1a14f55dd23ab16c40d7bcb5bd7f00392edccdd3512218928787ad9162a6519f1c SHA512 9e35fd0d9be14074a482bdb20fe6954e5f0a616d0ad60da63a065435df2b169ec134a95d5756df73e2606c7497c9bf0427023d4e5ebfbb1abb181cf8020879a6 diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.3.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.3.ebuild new file mode 100644 index 000000000000..63398f15f6e9 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.14.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Headers defining the SPICE protocol" +HOMEPAGE="https://www.spice-space.org/" +SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |