diff options
author | Jian Lin <jlin.gentoo@outlook.com> | 2021-02-23 18:47:20 +0800 |
---|---|---|
committer | Jian Lin <jlin.gentoo@outlook.com> | 2021-02-23 18:47:20 +0800 |
commit | c80b111d8bd97e2c433b7041f224bb8d132f7ad6 (patch) | |
tree | 715ae0fc1562b64f5051d068d49c58c90e37e766 /x11-misc/betterlockscreen_rapid | |
parent | x11-misc/betterlockscreen_rapid: add info to metadata (diff) | |
download | guru-c80b111d8bd97e2c433b7041f224bb8d132f7ad6.tar.gz guru-c80b111d8bd97e2c433b7041f224bb8d132f7ad6.tar.bz2 guru-c80b111d8bd97e2c433b7041f224bb8d132f7ad6.zip |
x11-misc/betterlockscreen_rapid: drop live ebuild
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
Diffstat (limited to 'x11-misc/betterlockscreen_rapid')
-rw-r--r-- | x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild deleted file mode 100644 index b5adc4760..000000000 --- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 - -DESCRIPTION="A rapid and good-looking screen locker" -HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid" -EGIT_REPO_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid.git" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - x11-misc/i3lock-color - x11-misc/i3lock-fancy-rapid -" - -src_install() { - dobin betterlockscreen_rapid - einstalldocs - insinto /etc - doins betterlockscreen_rapid.conf -} |