From 15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 8 Dec 2019 10:58:57 +0100 Subject: [PATCH] app-eselect/eselect-repository: Remove -9999 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove the live ebuild. This package is released frequently, so there's no point in the maintenance overhead. Signed-off-by: Michał Górny --- .../eselect-repository-9999.ebuild | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 app-eselect/eselect-repository/eselect-repository-9999.ebuild 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 -} -- 2.26.2