From: Michał Górny Date: Sun, 8 Dec 2019 09:58:57 +0000 (+0100) Subject: app-eselect/eselect-repository: Remove -9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f;p=gentoo.git app-eselect/eselect-repository: Remove -9999 Remove the live ebuild. This package is released frequently, so there's no point in the maintenance overhead. Signed-off-by: Michał Górny --- diff --git a/app-eselect/eselect-repository/eselect-repository-9999.ebuild b/app-eselect/eselect-repository/eselect-repository-9999.ebuild deleted file mode 100644 index e5180bc8bea0..000000000000 --- a/app-eselect/eselect-repository/eselect-repository-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git" -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) -inherit git-r3 python-single-r1 - -DESCRIPTION="Manage repos.conf via eselect" -HOMEPAGE="https://github.com/mgorny/eselect-repository" -SRC_URI="" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -RDEPEND="${PYTHON_DEPS} - app-admin/eselect - dev-python/lxml[${PYTHON_USEDEP}] - net-misc/wget" - -src_compile() { - MAKEARGS=( - PREFIX="${EPREFIX}/usr" - SYSCONFDIR="${EPREFIX}/etc" - SHAREDSTATEDIR="${EPREFIX}/var" - ESELECTDIR="${EPREFIX}/usr/share/eselect/modules" - ) - - emake "${MAKEARGS[@]}" - python_fix_shebang eselect-repo-helper -} - -src_install() { - emake "${MAKEARGS[@]}" DESTDIR="${D}" install - keepdir /var/db/repos - einstalldocs -}