diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-12-25 11:03:04 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-18 11:27:38 +0200 |
commit | ed54572db6a1665fa4e20ce820c6d13bc207b68e (patch) | |
tree | af4f1b7305f4e87059457366a337f036ccb5a4fd /gui-apps | |
parent | gui-apps/wayland-logout: version bump to 1.1 (diff) | |
download | gentoo-ed54572db6a1665fa4e20ce820c6d13bc207b68e.tar.gz gentoo-ed54572db6a1665fa4e20ce820c6d13bc207b68e.tar.bz2 gentoo-ed54572db6a1665fa4e20ce820c6d13bc207b68e.zip |
gui-apps/wayland-logout: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18788
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wayland-logout/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wayland-logout/wayland-logout-1.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/gui-apps/wayland-logout/Manifest b/gui-apps/wayland-logout/Manifest index d76802ec8537..207f796a210b 100644 --- a/gui-apps/wayland-logout/Manifest +++ b/gui-apps/wayland-logout/Manifest @@ -1,2 +1 @@ -DIST wayland-logout-1.0.tar.gz 16663 BLAKE2B 7f8932342cd584f9e8c6abcaf83b2a5ff7ff14eda00f6d47a402206cff5786a9f4d5fbd75b8704fd0c39fad9550e47dbd499ac4a9b233f63ee6ed80b544d4556 SHA512 2c31fe11d4e6de53c7e873e7d235c4dcfbcb1425f4d7d2969b623574dd0bea77ee1fd482949b09cd86a1755ed48f2a8b39e4b2db6adedaf6d465144e9ef71652 DIST wayland-logout-1.1.tar.gz 17731 BLAKE2B 179fba23ff885746e6664022a1e427e0a29f59e92b29fdf84807729253d5e3f7d2cea31bd2108f2daeb1bf87fdfceb2ce93fdab4dd3e7a914baeff0102880c84 SHA512 3664c865044e81d7fc41b5888ea1a8669804642b05a518e418c222c90867d38ada4c7f6c5193a251f43498dc9e1a70d4bdf79034569b5add12007523aa011e03 diff --git a/gui-apps/wayland-logout/wayland-logout-1.0.ebuild b/gui-apps/wayland-logout/wayland-logout-1.0.ebuild deleted file mode 100644 index edb385b32abf..000000000000 --- a/gui-apps/wayland-logout/wayland-logout-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} |