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 3575115800A for ; Wed, 16 Aug 2023 22:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D49FC2BC028; Wed, 16 Aug 2023 22:07:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8FCD2BC026 for ; Wed, 16 Aug 2023 22:07:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E45B93407E6 for ; Wed, 16 Aug 2023 22:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A1AFBB for ; Wed, 16 Aug 2023 22:07:34 +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: <1692223638.802f1abac7157fcb7490da6b2576fbfd63467a3a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wayland-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/wayland-utils/Manifest app-misc/wayland-utils/wayland-utils-1.1.0.ebuild X-VCS-Directories: app-misc/wayland-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 802f1abac7157fcb7490da6b2576fbfd63467a3a X-VCS-Branch: master Date: Wed, 16 Aug 2023 22:07:34 +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: a4ba377c-051f-4475-959d-683fcdc324f8 X-Archives-Hash: 34e408fb2125b6d2c9ff03b9e9f6328a commit: 802f1abac7157fcb7490da6b2576fbfd63467a3a Author: Matt Turner gentoo org> AuthorDate: Wed Aug 16 21:52:21 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 16 22:07:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f1aba app-misc/wayland-utils: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-misc/wayland-utils/Manifest | 1 - app-misc/wayland-utils/wayland-utils-1.1.0.ebuild | 30 ----------------------- 2 files changed, 31 deletions(-) diff --git a/app-misc/wayland-utils/Manifest b/app-misc/wayland-utils/Manifest index f82d41ca3018..f1f331b7b0c2 100644 --- a/app-misc/wayland-utils/Manifest +++ b/app-misc/wayland-utils/Manifest @@ -1,2 +1 @@ -DIST wayland-utils-1.1.0.tar.bz2 14071 BLAKE2B b2726205c8d123a4543aa316928fe2909917f70bbde4318376581c1ec97f658f0d5743a7df091799ef2adce4c962e83aefdc805e25cf1af5429520eddff2918c SHA512 5cd842c286c1960c1f604287826625c23c87306e9e31daba23a65402d4ae0abd0cec4a701c8fb65af2aea6adbcb018660e646939062c51628a65dde41ebd64bf DIST wayland-utils-1.2.0.tar.bz2 15169 BLAKE2B 65f1486e4fcaa86e8b113f3342a23fc03b0025932284f2e9471321efcef59db258bc8cf730b3e0daa656c275fe92ef35f1d7fedfb21a7e32fd1b375c6a26a41d SHA512 fcf7c85273b099aa51462302dec89514707bbe162b791db1ba07b6807de5651cee57cf8a6b7fd63365739c967bfb544d89684e9d399677d563d056b0147baa7e diff --git a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild b/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild deleted file mode 100644 index 237677d9ee6e..000000000000 --- a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Display information about supported Wayland protocols and current compositor" -HOMEPAGE="https://gitlab.freedesktop.org/wayland/wayland-utils" -SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -RDEPEND=" - >=dev-libs/wayland-1.20.0 - x11-libs/libdrm -" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND="dev-util/wayland-scanner" - -src_configure() { - local emesonargs=( - -Ddrm=enabled - ) - meson_src_configure -}