commit: c94175d2889eb25e7bb2e843638c1aa3d53125f5 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 16 15:29:25 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 16 15:29:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c94175d2
app-portage/portconf: drop 9999 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-portage/portconf/portconf-9999.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild deleted file mode 100644 index e9ab12847..000000000 --- a/app-portage/portconf/portconf-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit git-r3 - -DESCRIPTION="/etc/portage cleaner" -HOMEPAGE="https://github.com/megabaks/portconf" -EGIT_REPO_URI="https://github.com/megabaks/${PN}.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" - -IUSE="" - -DEPEND=" - app-shells/bash:= - sys-apps/portage -" -RDEPEND="${DEPEND} - app-portage/eix - app-portage/portage-utils - sys-apps/gawk - || ( app-text/agrep dev-libs/tre ) -" - -src_install() { - default - - dobin portconf - insinto /etc - newins portconf.conf portconf.conf -}