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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B36361382C5 for ; Sun, 24 Jan 2021 19:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 532B6E08BD; Sun, 24 Jan 2021 19:04:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37590E08BD for ; Sun, 24 Jan 2021 19:04:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5EB8335DBA for ; Sun, 24 Jan 2021 19:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D51D46F for ; Sun, 24 Jan 2021 19:04:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1611515036.d185919d8d75801c6293faaebd97dbf1cc622d54.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wayland-logout/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wayland-logout/Manifest gui-apps/wayland-logout/wayland-logout-1.1.ebuild X-VCS-Directories: gui-apps/wayland-logout/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d185919d8d75801c6293faaebd97dbf1cc622d54 X-VCS-Branch: master Date: Sun, 24 Jan 2021 19:04:07 +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: 49b96083-9788-42ed-bc8e-674c943c4ce8 X-Archives-Hash: 4294732d5980b66527f0c2803d56648f commit: d185919d8d75801c6293faaebd97dbf1cc622d54 Author: Aisha Tammy aisha cc> AuthorDate: Tue Jan 19 00:38:41 2021 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jan 24 19:03:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d185919d gui-apps/wayland-logout: drop old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19117 Signed-off-by: Aaron Bauman gentoo.org> gui-apps/wayland-logout/Manifest | 1 - gui-apps/wayland-logout/wayland-logout-1.1.ebuild | 26 ----------------------- 2 files changed, 27 deletions(-) diff --git a/gui-apps/wayland-logout/Manifest b/gui-apps/wayland-logout/Manifest index 7144704cdd1..cc4e8686616 100644 --- a/gui-apps/wayland-logout/Manifest +++ b/gui-apps/wayland-logout/Manifest @@ -1,2 +1 @@ -DIST wayland-logout-1.1.tar.gz 17731 BLAKE2B 179fba23ff885746e6664022a1e427e0a29f59e92b29fdf84807729253d5e3f7d2cea31bd2108f2daeb1bf87fdfceb2ce93fdab4dd3e7a914baeff0102880c84 SHA512 3664c865044e81d7fc41b5888ea1a8669804642b05a518e418c222c90867d38ada4c7f6c5193a251f43498dc9e1a70d4bdf79034569b5add12007523aa011e03 DIST wayland-logout-1.4.tar.gz 16878 BLAKE2B abc7cd6a6c6916aac97459e733e20cda71068654b30939feac50af94c76db393e94ec2b2df1b3488e0897857ede669e637e5db734c1323db2964fa7bcd821cf6 SHA512 376f39283851478723e3d846055ad76b6ae8b887b487cd98ebcdf87b1d95c3b5de5cad07f2d8921740c4e4102ce988833a9b7ebe662e51654316de9f85daabcf diff --git a/gui-apps/wayland-logout/wayland-logout-1.1.ebuild b/gui-apps/wayland-logout/wayland-logout-1.1.ebuild deleted file mode 100644 index 19849dc6704..00000000000 --- a/gui-apps/wayland-logout/wayland-logout-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="general logout scripts for wayland compositors" - -HOMEPAGE="https://github.com/soreau/wayland-logout" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/soreau/wayland-logout" -else - SRC_URI="https://github.com/soreau/wayland-logout/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="sys-process/lsof" - -src_install() { - newbin wayland-logout.sh wayland-logout - doman wayland-logout.1 -}