From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9231B138334 for ; Fri, 17 Aug 2018 00:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B96E0878; Fri, 17 Aug 2018 00:08:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A99E0877 for ; Fri, 17 Aug 2018 00:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F9D5335D84 for ; Fri, 17 Aug 2018 00:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFFC3A4 for ; Fri, 17 Aug 2018 00:07:59 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1534464465.3d5fdec8efef36be53aafcdece448e50cc7c1b9e.tamiko@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.12.ebuild X-VCS-Directories: app-emulation/spice-protocol/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 3d5fdec8efef36be53aafcdece448e50cc7c1b9e X-VCS-Branch: master Date: Fri, 17 Aug 2018 00:07:59 +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: a844345f-41a7-41fd-8ce0-44279b07c55a X-Archives-Hash: 035a40a06d421166b8a38a89e7d1d329 commit: 3d5fdec8efef36be53aafcdece448e50cc7c1b9e Author: Matthias Maier gentoo org> AuthorDate: Thu Aug 16 21:25:55 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Aug 17 00:07:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5fdec8 app-emulation/spice-protocol: drop old Package-Manager: Portage-2.3.46, Repoman-2.3.10 app-emulation/spice-protocol/Manifest | 1 - .../spice-protocol/spice-protocol-0.12.12.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index e60f15dc982..e51c300bc35 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1,2 +1 @@ -DIST spice-protocol-0.12.12.tar.bz2 80628 BLAKE2B 86ae09a97606e227828117e19c76742504a147489222d307893de6efb71f36a62750b23245f37e52b8df1de9b477f8d3d2e2ce2ec7656da4eed42697b080b018 SHA512 66e7a902b3c4a5a778cb91ffd9d324b12d414184146ac834dfb3bd81b4b6b1bb56258d3e1ce240b6f8747e1960fce8f0f6b0ada3617e9f9819be7118195fce6b DIST spice-protocol-0.12.13.tar.bz2 73259 BLAKE2B f8694c6144cbe77d84b78c38f87f3f473b80ed97cb51e9fb89a89e66410ab8bf853f51bfa175d431ad8397e25481b7c4bae1614119b74bf95420bca531a38db3 SHA512 55840020a7a538e72bf53d2124a6b1920dd2d567418cf02dc33783ae5c78154d5c832d69f2e6570453c4086194b417d10687884de20365c13657ad7ca7b2ae02 diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild deleted file mode 100644 index c7c7f4ece7b..00000000000 --- a/app-emulation/spice-protocol/spice-protocol-0.12.12.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Headers defining the SPICE protocol" -HOMEPAGE="https://www.spice-space.org/" -SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND=""