From e133df6e5e3727272f4c55ffb7b8585ca1ccf91c Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 14 Sep 2024 18:59:43 -0400 Subject: [PATCH] Remove ly package which is included in guru --- x11-misc/ly/ly-9999.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 x11-misc/ly/ly-9999.ebuild diff --git a/x11-misc/ly/ly-9999.ebuild b/x11-misc/ly/ly-9999.ebuild deleted file mode 100644 index c83e929..0000000 --- a/x11-misc/ly/ly-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 - -DESCRIPTION="a TUI display manager" -HOMEPAGE="https://github.com/fairyglade/ly" -EGIT_REPO_URI="https://github.com/fairyglade/ly.git" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="openrc runit systemd" - -DEPEND="sys-libs/pam - x11-libs/libxcb - x11-base/xorg-server - x11-apps/xauth" -RDEPEND="${DEPEND} - openrc? ( sys-apps/openrc ) - runit? ( sys-process/runit ) - systemd? ( sys-apps/systemd )" - -src_install(){ - default - - use openrc && emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install installopenrc - use runit && emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install installrunit - use systemd && emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install installsystemd -}