From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFC2959CA5 for ; Sat, 19 Mar 2016 13:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D9A21C016; Sat, 19 Mar 2016 13:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7255021C016 for ; Sat, 19 Mar 2016 13:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D85A340B1D for ; Sat, 19 Mar 2016 13:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C8485D for ; Sat, 19 Mar 2016 13:54:10 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1458395639.bd7c1e09edaa28f81cd6e687903e563ed557f0df.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-protocol/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-protocol/Manifest app-emulation/spice-protocol/spice-protocol-0.12.11.ebuild X-VCS-Directories: app-emulation/spice-protocol/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: bd7c1e09edaa28f81cd6e687903e563ed557f0df X-VCS-Branch: master Date: Sat, 19 Mar 2016 13:54:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 61ec4ed3-1b74-4969-9c3a-93dba9b98d38 X-Archives-Hash: 3bda7d42df4973422f1fb4c68ee9570c commit: bd7c1e09edaa28f81cd6e687903e563ed557f0df Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 19 13:53:59 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 19 13:53:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7c1e09 app-emulation/spice-protocol: Version bump to 0.12.11 Package-Manager: portage-2.2.28 app-emulation/spice-protocol/Manifest | 1 + .../spice-protocol/spice-protocol-0.12.11.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index 1df4b2d..97f3d66 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1 +1,2 @@ DIST spice-protocol-0.12.10.tar.bz2 103029 SHA256 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb SHA512 4f6545ced78a4eedf6adca3f10d536a57205626e631d7cf380be4ea08ca2e1fbbe32566e59c2ce1900a7f057a6dab044483b8423885280cbf142b253d8e03711 WHIRLPOOL 224348a06c6116070119de7fc700dc0d3bf3be271b3043d0ebb01200958b145282bbbfee48f2a9ceb2f719bf631832b431a2af5ae6c8a09bc60640336cab5274 +DIST spice-protocol-0.12.11.tar.bz2 72691 SHA256 22bae438bfb6c3245b195755c3f55e72c1f2bfae6f39c905b576fcb6c79b6330 SHA512 748217f8e3e5d13e14429d6a963737ecbe545b1fc700efb875e74a83b9a8f98d9d8a8917a65ba3c49f69b478af7a995e708689033663e6354692c50c39f108f3 WHIRLPOOL e0d6efbb9677e9f53901cca9059e355cf1d63b15917335d5c66a2101ad347447061c17e33ffa638c012d9db3c3eac2d69903527e06ce49ce219ab69deb51c7d4 diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.11.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.11.ebuild new file mode 100644 index 0000000..ffba001 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.12.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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=""