Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/betterlockscreen_rapid/
Date: Tue, 23 Feb 2021 10:48:40
Message-Id: 1614077240.c80b111d8bd97e2c433b7041f224bb8d132f7ad6.jian@gentoo
1 commit: c80b111d8bd97e2c433b7041f224bb8d132f7ad6
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Tue Feb 23 10:47:20 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Tue Feb 23 10:47:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c80b111d
7
8 x11-misc/betterlockscreen_rapid: drop live ebuild
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
12
13 .../betterlockscreen_rapid-9999.ebuild | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild
17 deleted file mode 100644
18 index b5adc476..00000000
19 --- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 2020-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit git-r3
28 -
29 -DESCRIPTION="A rapid and good-looking screen locker"
30 -HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid"
31 -EGIT_REPO_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid.git"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -
36 -RDEPEND="
37 - x11-misc/i3lock-color
38 - x11-misc/i3lock-fancy-rapid
39 -"
40 -
41 -src_install() {
42 - dobin betterlockscreen_rapid
43 - einstalldocs
44 - insinto /etc
45 - doins betterlockscreen_rapid.conf
46 -}