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 6E04F13835A for ; Fri, 13 Nov 2020 21:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FD4AE0817; Fri, 13 Nov 2020 21:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6661CE0817 for ; Fri, 13 Nov 2020 21:04:30 +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 EA00F34111F for ; Fri, 13 Nov 2020 21:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ADE044F for ; Fri, 13 Nov 2020 21:04:27 +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: <1605301453.aea321df04b691e96bf200a08ac95157dea77e53.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/metadata.xml gui-apps/wayland-logout/wayland-logout-1.0.ebuild gui-apps/wayland-logout/wayland-logout-9999.ebuild X-VCS-Directories: gui-apps/wayland-logout/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: aea321df04b691e96bf200a08ac95157dea77e53 X-VCS-Branch: master Date: Fri, 13 Nov 2020 21:04:27 +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: 782c137f-bf1d-4270-a808-41048612e9ff X-Archives-Hash: 8f53bd192ab842f81b8112ceb6943649 commit: aea321df04b691e96bf200a08ac95157dea77e53 Author: Aisha Tammy aisha cc> AuthorDate: Wed Nov 11 20:07:21 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 13 21:04:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea321df gui-apps/wayland-logout: new dependency for wf-shell Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Aaron Bauman gentoo.org> gui-apps/wayland-logout/Manifest | 1 + gui-apps/wayland-logout/metadata.xml | 12 ++++++++++ gui-apps/wayland-logout/wayland-logout-1.0.ebuild | 26 ++++++++++++++++++++++ gui-apps/wayland-logout/wayland-logout-9999.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 65 insertions(+) diff --git a/gui-apps/wayland-logout/Manifest b/gui-apps/wayland-logout/Manifest new file mode 100644 index 00000000000..abc4336a7b5 --- /dev/null +++ b/gui-apps/wayland-logout/Manifest @@ -0,0 +1 @@ +DIST wayland-logout-1.0.tar.gz 16663 BLAKE2B 7f8932342cd584f9e8c6abcaf83b2a5ff7ff14eda00f6d47a402206cff5786a9f4d5fbd75b8704fd0c39fad9550e47dbd499ac4a9b233f63ee6ed80b544d4556 SHA512 2c31fe11d4e6de53c7e873e7d235c4dcfbcb1425f4d7d2969b623574dd0bea77ee1fd482949b09cd86a1755ed48f2a8b39e4b2db6adedaf6d465144e9ef71652 diff --git a/gui-apps/wayland-logout/metadata.xml b/gui-apps/wayland-logout/metadata.xml new file mode 100644 index 00000000000..d155fdbc040 --- /dev/null +++ b/gui-apps/wayland-logout/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-apps/wayland-logout/wayland-logout-1.0.ebuild b/gui-apps/wayland-logout/wayland-logout-1.0.ebuild new file mode 100644 index 00000000000..edb385b32ab --- /dev/null +++ b/gui-apps/wayland-logout/wayland-logout-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 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 + dosym wayland-logout /usr/bin/wlogout +} diff --git a/gui-apps/wayland-logout/wayland-logout-9999.ebuild b/gui-apps/wayland-logout/wayland-logout-9999.ebuild new file mode 100644 index 00000000000..edb385b32ab --- /dev/null +++ b/gui-apps/wayland-logout/wayland-logout-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 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 + dosym wayland-logout /usr/bin/wlogout +}