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 502F6158040 for ; Wed, 3 Jan 2024 13:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB3632BC036; Wed, 3 Jan 2024 13:45:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA1E42BC032 for ; Wed, 3 Jan 2024 13:45:14 +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 C1444343003 for ; Wed, 3 Jan 2024 13:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2375B14AA for ; Wed, 3 Jan 2024 13:45:12 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1704289266.ecefe870c6fc02639e202c41ce36802ea73fae96.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyprland-protocols/Manifest dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild X-VCS-Directories: dev-libs/hyprland-protocols/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: ecefe870c6fc02639e202c41ce36802ea73fae96 X-VCS-Branch: master Date: Wed, 3 Jan 2024 13:45:12 +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: 72a6b3d8-966e-49be-bc2d-ac0b2ca15462 X-Archives-Hash: 4fa0ffbd13325181ac780c03de5e273b commit: ecefe870c6fc02639e202c41ce36802ea73fae96 Author: Yixun Lan gentoo org> AuthorDate: Wed Jan 3 13:41:06 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jan 3 13:41:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecefe870 dev-libs/hyprland-protocols: drop 0.2 Signed-off-by: Yixun Lan gentoo.org> dev-libs/hyprland-protocols/Manifest | 1 - .../hyprland-protocols-0.2.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-libs/hyprland-protocols/Manifest b/dev-libs/hyprland-protocols/Manifest index ab55445bee0e..d7acf48d63d2 100644 --- a/dev-libs/hyprland-protocols/Manifest +++ b/dev-libs/hyprland-protocols/Manifest @@ -1,2 +1 @@ DIST hyprland-protocols-0.2.gh.tar.gz 6342 BLAKE2B a5179bc465156043903a5f17b1a4593ca15694ef22c52b1ba8a306d3680f1443a3c2ccf5947ace533244cc5b19ce02e8f3014053984f121f8e049882c1e21fa0 SHA512 cd1f9309a69236d6fd2ffc1a09f5f8a1196f357367779c08f30aeaaca7646be364c40fa8c207751012873085d24581fe7b7252c825e89958c20adfb48b029274 -DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0 SHA512 f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5 diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild deleted file mode 100644 index bd84f17c8f6a..000000000000 --- a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -COMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd -DESCRIPTION="Wayland protocol extensions for Hyprland" -HOMEPAGE="https://github.com/hyprwm/hyprland-protocols" -SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -KEYWORDS="amd64 ~riscv" -LICENSE="BSD" -SLOT="0" - -RDEPEND="" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -"