diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-08-17 10:16:47 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-08-17 14:36:25 +0800 |
commit | 077c7c21856a94846e216abf09cda0344bc6148e (patch) | |
tree | 964ed0d42f4125f076015adb36614ba560017546 /app-emulation | |
parent | x11-drivers/nvidia-drivers: Raise kernel version compatibility. (diff) | |
download | gentoo-077c7c21856a94846e216abf09cda0344bc6148e.tar.gz gentoo-077c7c21856a94846e216abf09cda0344bc6148e.tar.bz2 gentoo-077c7c21856a94846e216abf09cda0344bc6148e.zip |
app-emulation/spice-protocol: version bump 0.12.12, EAPI=6
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-protocol/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index 5feef99ed74e..ffee497684b6 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1 +1,2 @@ DIST spice-protocol-0.12.11.tar.bz2 72691 SHA256 22bae438bfb6c3245b195755c3f55e72c1f2bfae6f39c905b576fcb6c79b6330 SHA512 748217f8e3e5d13e14429d6a963737ecbe545b1fc700efb875e74a83b9a8f98d9d8a8917a65ba3c49f69b478af7a995e708689033663e6354692c50c39f108f3 WHIRLPOOL e0d6efbb9677e9f53901cca9059e355cf1d63b15917335d5c66a2101ad347447061c17e33ffa638c012d9db3c3eac2d69903527e06ce49ce219ab69deb51c7d4 +DIST spice-protocol-0.12.12.tar.bz2 80628 SHA256 17abdc2743b5d44b0f4423b61c44aafe9f2078c27218aeea78c2d02a5c409d03 SHA512 66e7a902b3c4a5a778cb91ffd9d324b12d414184146ac834dfb3bd81b4b6b1bb56258d3e1ce240b6f8747e1960fce8f0f6b0ada3617e9f9819be7118195fce6b WHIRLPOOL 15f7989e4508724dd43b435b0047a6f0bd6f1121ede74093012706007fe1d1755d51992e7085bbef37ee1bb0bb484141b8cdeb035b17280c70be23cb83ef66e7 diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild new file mode 100644 index 000000000000..e1b1afee22f0 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Headers defining the SPICE protocol" +HOMEPAGE="http://spice-space.org/" +SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |