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 BB6CA139694 for ; Thu, 16 Mar 2017 20:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20AB021C0E1; Thu, 16 Mar 2017 20:37:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0078221C0E1 for ; Thu, 16 Mar 2017 20:37:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5126B341130 for ; Thu, 16 Mar 2017 20:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AF66A98 for ; Thu, 16 Mar 2017 20:37:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1489696599.ddf0ad4cd92d1ab54aa9474754c1bd63d0783231.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/presentproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/presentproto/Manifest x11-proto/presentproto/presentproto-1.0.ebuild X-VCS-Directories: x11-proto/presentproto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ddf0ad4cd92d1ab54aa9474754c1bd63d0783231 X-VCS-Branch: master Date: Thu, 16 Mar 2017 20:37:04 +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: ddf4416d-a813-4fd1-9c7f-76da322f9777 X-Archives-Hash: 35dc93ba03e9192f42f9285000a2e7e6 commit: ddf0ad4cd92d1ab54aa9474754c1bd63d0783231 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 12 03:36:00 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 16 20:36:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf0ad4c x11-proto/presentproto: Drop old versions x11-proto/presentproto/Manifest | 1 - x11-proto/presentproto/presentproto-1.0.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest index 96f430bc133..568dd64530a 100644 --- a/x11-proto/presentproto/Manifest +++ b/x11-proto/presentproto/Manifest @@ -1,2 +1 @@ -DIST presentproto-1.0.tar.bz2 107998 SHA256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce SHA512 6d6b3cb78ff7c6ad8103d0003479f94702aea412640feec5d82cb630c9560fd0e1f7b6124e9eaba138adc9bf61ee08ef193537c2754c9b79737ef871c5114c59 WHIRLPOOL 57476a23543587949d2b2cf7505eaba9769fa3d4bca0005461957f03a7700f0c21a742a66d71bb3ad91b2a14debbabade0277143749b46acc09e6b9755db6592 DIST presentproto-1.1.tar.bz2 116156 SHA256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 SHA512 2c712136c8b4e99190932928d98e1a628197d0bf25180cac196ab8768720d61f7907006315bc3610e23666a8fbe39cfa9115c5fd72914aee2498776c8b46f7b2 WHIRLPOOL c5551ee1a3309b304b13e770bfc0e4d22f1487eacb56ea49edeb1699a081094c7e4172edaa39e36fd1a3657417dc94e52c5e4cfd67486f8a638b1df133e5c9ef diff --git a/x11-proto/presentproto/presentproto-1.0.ebuild b/x11-proto/presentproto/presentproto-1.0.ebuild deleted file mode 100644 index c3fe94fb7b3..00000000000 --- a/x11-proto/presentproto/presentproto-1.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"