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 7FAC01382C5 for ; Mon, 23 Apr 2018 22:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E424E0BAB; Mon, 23 Apr 2018 22:49:04 +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 36C3DE0B94 for ; Mon, 23 Apr 2018 22:49:04 +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 6F94C335C78 for ; Mon, 23 Apr 2018 22:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6A62AE for ; Mon, 23 Apr 2018 22:48:59 +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: <1524523716.8a4c295c57a41f9be376060fcc59e2a0cf860b2c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/xproto/Manifest x11-proto/xproto/xproto-7.0.31.ebuild X-VCS-Directories: x11-proto/xproto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8a4c295c57a41f9be376060fcc59e2a0cf860b2c X-VCS-Branch: master Date: Mon, 23 Apr 2018 22:48: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: 8b597e00-0efa-45e8-b0bc-2883f710c5fc X-Archives-Hash: 995e34c84fe7e8e2dcce8ddcd48bf30d commit: 8a4c295c57a41f9be376060fcc59e2a0cf860b2c Author: Matt Turner gentoo org> AuthorDate: Mon Apr 23 22:45:51 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 23 22:48:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c295c x11-proto/xproto: Drop old version x11-proto/xproto/Manifest | 1 - x11-proto/xproto/xproto-7.0.31.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest deleted file mode 100644 index 968302eeeb1..00000000000 --- a/x11-proto/xproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xproto-7.0.31.tar.bz2 300356 BLAKE2B 08b394c46ca559109771ac134d4408d58085b1f5e90c0862cfdcab4ff0b701058b652326b5a490718a1a9f4e4215f6e4645d92f6c74c922fd968ebef7c45f1f4 SHA512 bba6141525c21fd9a3cf210853658cc7af69f82e1ac15bacfffb9280efc3fe3c6fa708095b541b6f33f114c11e808bde8c8839ae63ff88e30963abdfac12702b diff --git a/x11-proto/xproto/xproto-7.0.31.ebuild b/x11-proto/xproto/xproto-7.0.31.ebuild deleted file mode 100644 index aad6f647d74..00000000000 --- a/x11-proto/xproto/xproto-7.0.31.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org xproto protocol headers" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc specs) - $(use_with doc xmlto) - --without-fop - ) - xorg-2_src_configure -}