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 1A8031382C5 for ; Mon, 23 Apr 2018 23:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E110E091A; Mon, 23 Apr 2018 23:35:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 16E44E091A for ; Mon, 23 Apr 2018 23:35:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A7BE335C30 for ; Mon, 23 Apr 2018 23:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B7B27C for ; Mon, 23 Apr 2018 23:35:36 +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: <1524526515.8ea1efd61e909ebaf607decfeff7549eee703b1a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/fixesproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/fixesproto/Manifest x11-proto/fixesproto/fixesproto-5.0-r1.ebuild X-VCS-Directories: x11-proto/fixesproto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8ea1efd61e909ebaf607decfeff7549eee703b1a X-VCS-Branch: master Date: Mon, 23 Apr 2018 23:35:36 +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: 244939f1-6102-4a9f-a0df-9c53e9f9e3a0 X-Archives-Hash: d925b779a8d45ee8f79228eb1b21e978 commit: 8ea1efd61e909ebaf607decfeff7549eee703b1a Author: Matt Turner gentoo org> AuthorDate: Mon Apr 23 23:35:15 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 23 23:35:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea1efd6 x11-proto/fixesproto: Drop old version Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-proto/fixesproto/Manifest | 1 - x11-proto/fixesproto/fixesproto-5.0-r1.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-proto/fixesproto/Manifest b/x11-proto/fixesproto/Manifest deleted file mode 100644 index bf8d188402c..00000000000 --- a/x11-proto/fixesproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fixesproto-5.0.tar.bz2 100886 BLAKE2B 9d1a7027c7f05ed6513b64e99cf82c5571d170cd738d663a10ded4607c9264bc526b471bd571a2c70cf4d66431f73d2b1f5fbdf143385ad3fa942b9e18c2aee2 SHA512 93c6a8b6e4345c3049c08f2f3960f5eb5f92c487f26d227430964361bf82041b49e61f873fbbb8ee0e111556f90532b852c20e6082ee8008be641373251fa78c diff --git a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild b/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild deleted file mode 100644 index 5d3e3ba6f3c..00000000000 --- a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild +++ /dev/null @@ -1,15 +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 Fixes protocol 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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND=">=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}"