summaryrefslogtreecommitdiff
path: root/gui-apps/wayland-logout
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /gui-apps/wayland-logout
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'gui-apps/wayland-logout')
-rw-r--r--gui-apps/wayland-logout/Manifest6
-rw-r--r--gui-apps/wayland-logout/wayland-logout-1.4.ebuild (renamed from gui-apps/wayland-logout/wayland-logout-1.1.ebuild)12
-rw-r--r--gui-apps/wayland-logout/wayland-logout-9999.ebuild12
3 files changed, 9 insertions, 21 deletions
diff --git a/gui-apps/wayland-logout/Manifest b/gui-apps/wayland-logout/Manifest
index 935645872dbe..4ddf561b3060 100644
--- a/gui-apps/wayland-logout/Manifest
+++ b/gui-apps/wayland-logout/Manifest
@@ -1,4 +1,4 @@
-DIST wayland-logout-1.1.tar.gz 17731 BLAKE2B 179fba23ff885746e6664022a1e427e0a29f59e92b29fdf84807729253d5e3f7d2cea31bd2108f2daeb1bf87fdfceb2ce93fdab4dd3e7a914baeff0102880c84 SHA512 3664c865044e81d7fc41b5888ea1a8669804642b05a518e418c222c90867d38ada4c7f6c5193a251f43498dc9e1a70d4bdf79034569b5add12007523aa011e03
-EBUILD wayland-logout-1.1.ebuild 590 BLAKE2B 9981f9efe7aead784692b58f0d2d7cee6f2f755f1cda72f2f376ae55765101f3b3c843a3aef2db10cd1e306a70acad9b2ae2ac7788c23768e0f46414563797ae SHA512 c5d0fd906db6b5464bb5d989377c57ff0977d8a2c85f86823f8e7e91a6f01d57c2a9e6951fb506ffd5973c08bfa2f7569382dd273fc85d1356e300f5f77cb83a
-EBUILD wayland-logout-9999.ebuild 590 BLAKE2B 9981f9efe7aead784692b58f0d2d7cee6f2f755f1cda72f2f376ae55765101f3b3c843a3aef2db10cd1e306a70acad9b2ae2ac7788c23768e0f46414563797ae SHA512 c5d0fd906db6b5464bb5d989377c57ff0977d8a2c85f86823f8e7e91a6f01d57c2a9e6951fb506ffd5973c08bfa2f7569382dd273fc85d1356e300f5f77cb83a
+DIST wayland-logout-1.4.tar.gz 16878 BLAKE2B abc7cd6a6c6916aac97459e733e20cda71068654b30939feac50af94c76db393e94ec2b2df1b3488e0897857ede669e637e5db734c1323db2964fa7bcd821cf6 SHA512 376f39283851478723e3d846055ad76b6ae8b887b487cd98ebcdf87b1d95c3b5de5cad07f2d8921740c4e4102ce988833a9b7ebe662e51654316de9f85daabcf
+EBUILD wayland-logout-1.4.ebuild 497 BLAKE2B ca4a9d64008cd443db42fef84f3607bd1b66a4d313e0af5f8b847c0899165ab8612610a1194b44fba0e6ad01d0abaec6715eab63b14a2ab53d64375df4a28591 SHA512 3b66f21ff32aada6b4ac78e0959f81118ce8c127382118028eb3ee53e53ccf9565c53e2dfab01297ef59136a2ca6e178c93dc47b090c99eb92d9106727d70aab
+EBUILD wayland-logout-9999.ebuild 497 BLAKE2B ca4a9d64008cd443db42fef84f3607bd1b66a4d313e0af5f8b847c0899165ab8612610a1194b44fba0e6ad01d0abaec6715eab63b14a2ab53d64375df4a28591 SHA512 3b66f21ff32aada6b4ac78e0959f81118ce8c127382118028eb3ee53e53ccf9565c53e2dfab01297ef59136a2ca6e178c93dc47b090c99eb92d9106727d70aab
MISC metadata.xml 359 BLAKE2B 6a34261ec10702f5bec40975ab7723eee34e015afa5a4544146834c43a9a3b040d9ead5d5a617da0b8253e9e9a7e05fe9efae38588b02b8fa16f653d9bfc5340 SHA512 43bdd93da8962e2ca6d852356e206511754f1e5f0bda721ac6458c54abab89367fc137f686583dd9df6d83be82bad66f9858efc52ed1e5a002d6b3bacd8fdbb4
diff --git a/gui-apps/wayland-logout/wayland-logout-1.1.ebuild b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild
index 19849dc6704e..d29f95b176ff 100644
--- a/gui-apps/wayland-logout/wayland-logout-1.1.ebuild
+++ b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild
@@ -1,10 +1,11 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DESCRIPTION="general logout scripts for wayland compositors"
+inherit meson
+DESCRIPTION="general logout scripts for wayland compositors"
HOMEPAGE="https://github.com/soreau/wayland-logout"
if [[ ${PV} == 9999 ]]; then
@@ -17,10 +18,3 @@ fi
LICENSE="MIT"
SLOT="0"
-
-RDEPEND="sys-process/lsof"
-
-src_install() {
- newbin wayland-logout.sh wayland-logout
- doman wayland-logout.1
-}
diff --git a/gui-apps/wayland-logout/wayland-logout-9999.ebuild b/gui-apps/wayland-logout/wayland-logout-9999.ebuild
index 19849dc6704e..d29f95b176ff 100644
--- a/gui-apps/wayland-logout/wayland-logout-9999.ebuild
+++ b/gui-apps/wayland-logout/wayland-logout-9999.ebuild
@@ -1,10 +1,11 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DESCRIPTION="general logout scripts for wayland compositors"
+inherit meson
+DESCRIPTION="general logout scripts for wayland compositors"
HOMEPAGE="https://github.com/soreau/wayland-logout"
if [[ ${PV} == 9999 ]]; then
@@ -17,10 +18,3 @@ fi
LICENSE="MIT"
SLOT="0"
-
-RDEPEND="sys-process/lsof"
-
-src_install() {
- newbin wayland-logout.sh wayland-logout
- doman wayland-logout.1
-}