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 7FC76158064 for ; Wed, 8 May 2024 15:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4EF72BC037; Wed, 8 May 2024 15:46:31 +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 ADA122BC037 for ; Wed, 8 May 2024 15:46:30 +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 9A4393430C4 for ; Wed, 8 May 2024 15:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3697F34 for ; Wed, 8 May 2024 15:46:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715183153.ba04c3a9f9d9267b68c0f665444db216a7a64bb7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wmenu/Manifest gui-apps/wmenu/wmenu-0.1.6.ebuild X-VCS-Directories: gui-apps/wmenu/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ba04c3a9f9d9267b68c0f665444db216a7a64bb7 X-VCS-Branch: master Date: Wed, 8 May 2024 15:46:22 +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: 956ccdfa-0949-4502-870f-5d056bb332c3 X-Archives-Hash: bd2a37259001ba51c7fbcbccbcaec379 commit: ba04c3a9f9d9267b68c0f665444db216a7a64bb7 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun May 5 12:42:50 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed May 8 15:45:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba04c3a9 gui-apps/wmenu: drop 0.1.6 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/wmenu/Manifest | 1 - gui-apps/wmenu/wmenu-0.1.6.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/gui-apps/wmenu/Manifest b/gui-apps/wmenu/Manifest index aaede6e988c8..81fa76a4fd77 100644 --- a/gui-apps/wmenu/Manifest +++ b/gui-apps/wmenu/Manifest @@ -1,2 +1 @@ -DIST wmenu-0.1.6.tar.gz 17447 BLAKE2B f624773e29c751cb0d890d428482019bab35af1d3f540a53233307d30955dd5936a3eab483be7dac471aab6a85a4cd1953d9a75f095130316a13f96684d52477 SHA512 d3b802c0bab2ee5ffbbf9b0bf0708cff842346cc88e5b005090fd1a891e2e8e3f2d0aa8e2fd9b4d661d9a0ce7797f7142ca38afdee9ae1e86098a50dcd25b30a DIST wmenu-0.1.7.tar.gz 19052 BLAKE2B 7aa1ccc5a8f4ea4fd0252ce6fe31168fb8346558093df0a72d29023fa2e8c38cec9562f1d4bb733abc3b00ba4bf952dc29ef22dba373db01a05229b420791a7f SHA512 2e949bc1b14e74b65aafa523a01acda3cb7b546dbd0fb4d6561ae0fbae9a017eaf15962e6231b9cd81df22f870477725c2279c2cb1f3d99ac802701b788a306e diff --git a/gui-apps/wmenu/wmenu-0.1.6.ebuild b/gui-apps/wmenu/wmenu-0.1.6.ebuild deleted file mode 100644 index d40099b715f6..000000000000 --- a/gui-apps/wmenu/wmenu-0.1.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel of dmenu" -HOMEPAGE="https://sr.ht/~adnano/wmenu/" -SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" - -BDEPEND=" - app-text/scdoc - dev-util/wayland-scanner -" -RDEPEND=" - x11-libs/cairo - x11-libs/pango - dev-libs/wayland - x11-libs/libxkbcommon -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -"