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 1F83D15ACFC for ; Sat, 22 Apr 2023 06:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9FAE09CA; Sat, 22 Apr 2023 06:53:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AB74BE09CA for ; Sat, 22 Apr 2023 06:53:28 +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 BF28D34117D for ; Sat, 22 Apr 2023 06:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 394BEA45 for ; Sat, 22 Apr 2023 06:53:26 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1682146264.09f3ba6abd28e573b9d70662ca0cf9578672c5cc.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild X-VCS-Directories: gui-libs/egl-wayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 09f3ba6abd28e573b9d70662ca0cf9578672c5cc X-VCS-Branch: master Date: Sat, 22 Apr 2023 06:53:26 +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: 611ba252-9077-473d-90fb-90e4b18b7301 X-Archives-Hash: 6f13c8fbf8e14f9af567774372f0abe7 commit: 09f3ba6abd28e573b9d70662ca0cf9578672c5cc Author: Ionen Wolkens gentoo org> AuthorDate: Fri Apr 21 22:47:52 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Apr 22 06:51:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f3ba6a gui-libs/egl-wayland: drop 1.1.11_p20230202-r0 Signed-off-by: Ionen Wolkens gentoo.org> .../egl-wayland-1.1.11_p20230202.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild deleted file mode 100644 index 98400e40f82d..000000000000 --- a/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -HASH_EGLWAYLAND=30c5a951a849f835acc9f11ea4ca4e1d3380b7eb - -DESCRIPTION="EGLStream-based Wayland external platform" -HOMEPAGE="https://github.com/NVIDIA/egl-wayland" -SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${HASH_EGLWAYLAND}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${HASH_EGLWAYLAND}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -RDEPEND=" - dev-libs/wayland - !