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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11DF11581E7 for ; Thu, 25 Apr 2024 15:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543DCE29CD; Thu, 25 Apr 2024 15:20:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35277E29CD for ; Thu, 25 Apr 2024 15:20:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 090FC343123 for ; Thu, 25 Apr 2024 15:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704C11755 for ; Thu, 25 Apr 2024 15:20:31 +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: <1714058412.77f70cf21d71e3f5b20988ce06e4da473b242fd9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rendercheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rendercheck/Manifest x11-misc/rendercheck/rendercheck-1.5-r1.ebuild X-VCS-Directories: x11-misc/rendercheck/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 77f70cf21d71e3f5b20988ce06e4da473b242fd9 X-VCS-Branch: master Date: Thu, 25 Apr 2024 15:20:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a778e7a1-a456-4b02-bf95-0f90a74f30fd X-Archives-Hash: e5cdec253c522c32fdae24e613a08084 commit: 77f70cf21d71e3f5b20988ce06e4da473b242fd9 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 25 15:20:12 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 25 15:20:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f70cf2 x11-misc/rendercheck: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-misc/rendercheck/Manifest | 1 - x11-misc/rendercheck/rendercheck-1.5-r1.ebuild | 30 -------------------------- 2 files changed, 31 deletions(-) diff --git a/x11-misc/rendercheck/Manifest b/x11-misc/rendercheck/Manifest index d40369303ab2..a6a9bf90f24b 100644 --- a/x11-misc/rendercheck/Manifest +++ b/x11-misc/rendercheck/Manifest @@ -1,2 +1 @@ -DIST rendercheck-1.5.tar.bz2 143656 BLAKE2B 50de34193aeb4751f967fbc04b54e75909672dc7bbac29a1fbf6ac0e648ac032c877bc215586feb44c89cb7625fc2ac2317d03ff30dcab83625290d85aad6cda SHA512 ffa1abf317f85a8bcef3544e3f810b34567553524ac0a784d2a67470e0811854d7983af8600a04aadecf42871ccb83ad5c0e9e25179142fda2a8f5853a07f616 DIST rendercheck-1.6.tar.xz 23996 BLAKE2B 981095f88d70320ba22b15ceeb33182c88fb5c4ca1df323e016a6750812dc7b0154e95c76619926bfe945a80243de5ea0921e04d94b70992b8be512d70a437d3 SHA512 0cc5372a318d4a28d63d82a2efc42f15b810186ce91b226bc5b962520637b628b1ae991a9e7745f8239c4fd100bf8f8eab79bc3803a01cad6827022af49be1a3 diff --git a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild deleted file mode 100644 index 2b27b2a2f34d..000000000000 --- a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Tests for compliance with X RENDER extension" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck" -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - x11-libs/libXrender - x11-libs/libX11 -" -DEPEND="${RDEPEND}" - -src_configure() { - local econfargs=( - --disable-selective-werror - ) - - econf "${econfargs[@]}" -}