diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 10:58:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 11:20:01 +0100 |
commit | 15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f (patch) | |
tree | e403a36212fab8d8e1754c0d36cbd21b566c19f4 /app-eselect/eselect-repository | |
parent | sci-electronics/librepcb: use xdg-utils.eclass (diff) | |
download | gentoo-15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f.tar.gz gentoo-15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f.tar.bz2 gentoo-15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f.zip |
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@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-repository')
-rw-r--r-- | app-eselect/eselect-repository/eselect-repository-9999.ebuild | 41 |
1 files changed, 0 insertions, 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 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 -} |