commit:     aea321df04b691e96bf200a08ac95157dea77e53
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 11 20:07:21 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> 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 <gentoo <AT> aisha.cc>
Signed-off-by: Aaron Bauman <bman <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Aisha Tammy</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>

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
+}

Reply via email to