Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-protocol/
Date: Tue, 18 Jul 2017 01:44:06
Message-Id: 1500342234.2eb7fdcd2be32b0aa876e7b2dd8da733b579de5d.dlan@gentoo
1 commit: 2eb7fdcd2be32b0aa876e7b2dd8da733b579de5d
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 01:42:51 2017 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 01:43:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb7fdcd
7
8 app-emulation/spice-protocol: version bump, 0.12.13
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-emulation/spice-protocol/Manifest | 1 +
13 .../spice-protocol/spice-protocol-0.12.13.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest
17 index e5f6a22d5c1..d50622dec01 100644
18 --- a/app-emulation/spice-protocol/Manifest
19 +++ b/app-emulation/spice-protocol/Manifest
20 @@ -1 +1,2 @@
21 DIST spice-protocol-0.12.12.tar.bz2 80628 SHA256 17abdc2743b5d44b0f4423b61c44aafe9f2078c27218aeea78c2d02a5c409d03 SHA512 66e7a902b3c4a5a778cb91ffd9d324b12d414184146ac834dfb3bd81b4b6b1bb56258d3e1ce240b6f8747e1960fce8f0f6b0ada3617e9f9819be7118195fce6b WHIRLPOOL 15f7989e4508724dd43b435b0047a6f0bd6f1121ede74093012706007fe1d1755d51992e7085bbef37ee1bb0bb484141b8cdeb035b17280c70be23cb83ef66e7
22 +DIST spice-protocol-0.12.13.tar.bz2 73259 SHA256 89ee11b202d2268e061788e6ace114e1ff18c7620ae64d1ca3aba252ee7c9933 SHA512 55840020a7a538e72bf53d2124a6b1920dd2d567418cf02dc33783ae5c78154d5c832d69f2e6570453c4086194b417d10687884de20365c13657ad7ca7b2ae02 WHIRLPOOL 6ea2ac3361a3e52fd9e62b44a7c5c2fc189a71ca5c0f7f97a8f5775437a1090b67dc26114f28ebc25afe39c8181cddc34490d75cc704be5fbc33a1c4ff291649
23
24 diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild
25 new file mode 100644
26 index 00000000000..1ccdc7fcd4b
27 --- /dev/null
28 +++ b/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +DESCRIPTION="Headers defining the SPICE protocol"
36 +HOMEPAGE="http://spice-space.org/"
37 +SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
38 +
39 +LICENSE="BSD"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 +IUSE=""
43 +
44 +DEPEND=""
45 +RDEPEND=""