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/i3lock-fancy-rapid/
Date: Tue, 23 Feb 2021 10:48:40
Message-Id: 1614076720.8cec98b369092b9c7aa18ec45cac3aab32a558af.jian@gentoo
1 commit: 8cec98b369092b9c7aa18ec45cac3aab32a558af
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Tue Feb 23 10:38:40 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Tue Feb 23 10:38:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cec98b3
7
8 x11-misc/i3lock-fancy-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 .../i3lock-fancy-rapid-9999.ebuild | 38 ----------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
17 deleted file mode 100644
18 index bf69e1f9..00000000
19 --- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
20 +++ /dev/null
21 @@ -1,38 +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 flag-o-matic git-r3 toolchain-funcs
28 -
29 -DESCRIPTION="A faster implementation of i3lock-fancy"
30 -HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"
31 -EGIT_REPO_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid.git"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -
36 -RDEPEND="
37 - || (
38 - >=x11-misc/i3lock-2.12
39 - >=x11-misc/i3lock-color-2.12
40 - )
41 -"
42 -DEPEND="x11-libs/libX11"
43 -
44 -src_prepare() {
45 - default
46 - sed -e "s/gcc/$(tc-getCC)/" \
47 - -e "/CFLAGS=/d" \
48 - -i Makefile || die
49 -}
50 -
51 -src_configure() {
52 - default
53 - append-cflags -fopenmp -lX11
54 -}
55 -
56 -src_install() {
57 - dobin i3lock-fancy-rapid
58 - einstalldocs
59 -}