commit: 8cec98b369092b9c7aa18ec45cac3aab32a558af Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com> AuthorDate: Tue Feb 23 10:38:40 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Feb 23 10:38:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cec98b3
x11-misc/i3lock-fancy-rapid: drop live ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com> .../i3lock-fancy-rapid-9999.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild deleted file mode 100644 index bf69e1f9..00000000 --- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic git-r3 toolchain-funcs - -DESCRIPTION="A faster implementation of i3lock-fancy" -HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid" -EGIT_REPO_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid.git" - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - || ( - >=x11-misc/i3lock-2.12 - >=x11-misc/i3lock-color-2.12 - ) -" -DEPEND="x11-libs/libX11" - -src_prepare() { - default - sed -e "s/gcc/$(tc-getCC)/" \ - -e "/CFLAGS=/d" \ - -i Makefile || die -} - -src_configure() { - default - append-cflags -fopenmp -lX11 -} - -src_install() { - dobin i3lock-fancy-rapid - einstalldocs -}
