commit:     15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 09:58:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 10:20:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c5cdfa

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 <mgorny <AT> gentoo.org>

 .../eselect-repository-9999.ebuild                 | 41 ----------------------
 1 file changed, 41 deletions(-)

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 e5180bc8bea..00000000000
--- 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
-}

Reply via email to