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 4B2E11382C5 for ; Sun, 20 May 2018 18:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99851E0BE8; Sun, 20 May 2018 18:37:16 +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 6C9C2E0BE5 for ; Sun, 20 May 2018 18:37:16 +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 41662335CF1 for ; Sun, 20 May 2018 18:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 166BB2B5 for ; Sun, 20 May 2018 18:37:11 +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: <1526841133.6edc7cebe2a35f4266a01bdfb4d93fea20441672.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXres/Manifest x11-libs/libXres/libXres-1.0.7.ebuild X-VCS-Directories: x11-libs/libXres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6edc7cebe2a35f4266a01bdfb4d93fea20441672 X-VCS-Branch: master Date: Sun, 20 May 2018 18:37:11 +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: 878d0da2-3b4d-406a-9400-5719d98a5932 X-Archives-Hash: 2a2d5e077a1a19d544508d64bdb1c85b commit: 6edc7cebe2a35f4266a01bdfb4d93fea20441672 Author: Matt Turner gentoo org> AuthorDate: Sun May 20 18:32:13 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 20 18:32:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edc7ceb x11-libs/libXres: Drop old versions x11-libs/libXres/Manifest | 1 - x11-libs/libXres/libXres-1.0.7.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest index 8cfd68ce3aa..989d4f8173f 100644 --- a/x11-libs/libXres/Manifest +++ b/x11-libs/libXres/Manifest @@ -1,2 +1 @@ -DIST libXres-1.0.7.tar.bz2 282925 BLAKE2B fe453dfdddba0a07ed2bc086782e8e714d148adcc0316c35329cc1538fd1be53c286ed1aae136095e5b6f2fc57a0b74c06eb49a74375d6444bcbba96e16ab7e5 SHA512 796a79ab694317910442cb10a936711df9dde95764eef11efb8dedc85114977e56409de2f640553f1ad492325df178b8cfbeaeec3f03bf084638c555e44292e0 DIST libXres-1.2.0.tar.bz2 286635 BLAKE2B 0c0813118c7ecd5851b075a4001e0e34fa3df92bd8367717eee42ec20352cab3443d232715c1d40c5df313f6508d2dddc779980d11744a1f897cc7511bfdfdf4 SHA512 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172 diff --git a/x11-libs/libXres/libXres-1.0.7.ebuild b/x11-libs/libXres/libXres-1.0.7.ebuild deleted file mode 100644 index 0247056ddcb..00000000000 --- a/x11-libs/libXres/libXres-1.0.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXRes.git" -DESCRIPTION="X.Org XRes library" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-proto/xextproto - x11-proto/resourceproto" -DEPEND="${RDEPEND}"