Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-protocol/
Date: Sun, 28 Jul 2019 19:39:09
Message-Id: 1564342654.38e0bba1fdc73a841faac6b0b54873e8258fb3ca.tamiko@gentoo
1 commit: 38e0bba1fdc73a841faac6b0b54873e8258fb3ca
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 28 18:50:38 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 28 19:37:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e0bba1
7
8 app-emulation/spice-protocol: version bump to 0.14.0
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/spice-protocol/Manifest | 1 +
14 .../spice-protocol/spice-protocol-0.14.0.ebuild | 16 ++++++++++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest
18 index 4c854bafd17..2b17dbc0565 100644
19 --- a/app-emulation/spice-protocol/Manifest
20 +++ b/app-emulation/spice-protocol/Manifest
21 @@ -1,2 +1,3 @@
22 DIST spice-protocol-0.12.14.tar.bz2 74471 BLAKE2B ee90514f3c6ee0c8f6930e5fd0140e20447b1613f202186883a9a17eefaacbd83ff2f2cdb68b46cd1573de4cce288965a1b531ded1ab4da52c24c2c3ad098192 SHA512 4266bcbef9f641a97a2ff72f1b01380a41e51f4b1a0dbb73fdf68baf552598a62d5cf0c526adf2997a55ee5d4fe9392927c3d7f4556827bfb2933f59bfab55bb
23 DIST spice-protocol-0.12.15.tar.bz2 74598 BLAKE2B d8116e3905d4345fc0bc51d488d2ca4d90d1302c8f0a14bd126eb4c753660c98bd54ac5561a6464adeba6a0ed16e55f681e59c2a73b3ee9288acd3fce5624a93 SHA512 1a3c3c26239d092c6c24708f5bd070ae1cb146f92f2329b63bec2d21a7276cdf1b9567f434bfbeeb1f7cd7dd4ad47494c51dcdbbba5af8e271e66dfe5b11de9d
24 +DIST spice-protocol-0.14.0.tar.bz2 70938 BLAKE2B 66dfa75f7e2f5a9c0c5d9ec34744386760393908f02bd7c662e51b3bee41c3c825eac512494bbd5ffdab5375e132bc4b567f65003cca88314c9ef2e3d529f219 SHA512 797df5f529731e9fd395b5946af2490ecf02c26982cc4a0aef24c1766887a35222f68525a996f8bc7459c2c4a25fde0c9a10c489ee6cab6eed7a68a9b5d90f76
25
26 diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.0.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.0.ebuild
27 new file mode 100644
28 index 00000000000..811162510d4
29 --- /dev/null
30 +++ b/app-emulation/spice-protocol/spice-protocol-0.14.0.ebuild
31 @@ -0,0 +1,16 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Headers defining the SPICE protocol"
38 +HOMEPAGE="https://www.spice-space.org/"
39 +SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
40 +
41 +LICENSE="BSD"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
44 +IUSE=""
45 +
46 +DEPEND=""
47 +RDEPEND=""