commit: 57fa54bef67bf0277ca12646659d0e3c7ea5b367 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:39:15 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fa54be
app-eselect/eselect-lib-bin-symlink: Remove live ebuild for dead pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../eselect-lib-bin-symlink-9999.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild deleted file mode 100644 index d52de81af377..000000000000 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools git-r3 - -DESCRIPTION="An eselect library to manage executable symlinks" -HOMEPAGE="https://github.com/projg2/eselect-lib-bin-symlink/" -EGIT_REPO_URI="https://github.com/projg2/eselect-lib-bin-symlink.git" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND="app-admin/eselect" - -src_prepare() { - default - eautoreconf -}
