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 AF7781382C5 for ; Mon, 23 Apr 2018 22:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2331E0AE3; Mon, 23 Apr 2018 22:49:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 92E68E0AC4 for ; Mon, 23 Apr 2018 22:49:02 +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 A65A1335C78 for ; Mon, 23 Apr 2018 22:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C4F22A2 for ; Mon, 23 Apr 2018 22:48:58 +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: <1524523688.1598681d430ada48da8f16a85dee63f81be5c19a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/resourceproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/resourceproto/Manifest x11-proto/resourceproto/resourceproto-1.2.0.ebuild X-VCS-Directories: x11-proto/resourceproto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1598681d430ada48da8f16a85dee63f81be5c19a X-VCS-Branch: master Date: Mon, 23 Apr 2018 22:48:58 +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: b101bf24-12c6-462d-89ee-dfbc7c9376a5 X-Archives-Hash: 53df447f1c0dc83fab8a14c303f11118 commit: 1598681d430ada48da8f16a85dee63f81be5c19a Author: Matt Turner gentoo org> AuthorDate: Mon Apr 23 22:27:01 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 23 22:48:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598681d x11-proto/resourceproto: Drop old version x11-proto/resourceproto/Manifest | 1 - x11-proto/resourceproto/resourceproto-1.2.0.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-proto/resourceproto/Manifest b/x11-proto/resourceproto/Manifest deleted file mode 100644 index 2d47b8d8ae9..00000000000 --- a/x11-proto/resourceproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST resourceproto-1.2.0.tar.bz2 102992 BLAKE2B 7e45e4a067394da92cfe57d59d68e32b379534419b5b76c7363dbdc795bed359c84772ceebb630c8fa8f31c06d384df020bd43ff2b48c3752f430d9e6a277931 SHA512 ce8c8fda178ac7fb22b192d4a0f707a96f42ecd550ae8e6ddd7e1ed0067951ef955f7bee60f63a2b2422176e5f093c38e3903f7c4e5e3bea230b934b7abcc4ca diff --git a/x11-proto/resourceproto/resourceproto-1.2.0.ebuild b/x11-proto/resourceproto/resourceproto-1.2.0.ebuild deleted file mode 100644 index 97abcfc6393..00000000000 --- a/x11-proto/resourceproto/resourceproto-1.2.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="X.Org Resource 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 ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"