commit: c80b111d8bd97e2c433b7041f224bb8d132f7ad6 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com> AuthorDate: Tue Feb 23 10:47:20 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Feb 23 10:47:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c80b111d
x11-misc/betterlockscreen_rapid: drop live ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com> .../betterlockscreen_rapid-9999.ebuild | 25 ---------------------- 1 file changed, 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 b5adc476..00000000 --- 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 -}
