commit:     55df6c9f8d4da9b7dfed7653c49d9f5d994f162b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 12:31:55 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 12:31:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55df6c9f

app-eselect/eselect-repository: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-eselect/eselect-repository/Manifest            |  1 -
 .../eselect-repository-12.ebuild                   | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/app-eselect/eselect-repository/Manifest 
b/app-eselect/eselect-repository/Manifest
index 90bc2f99f10f..1e7725d54ad7 100644
--- a/app-eselect/eselect-repository/Manifest
+++ b/app-eselect/eselect-repository/Manifest
@@ -1,2 +1 @@
-DIST eselect-repository-12.tar.gz 8543 BLAKE2B 
14866156ddfefebaea368c4a13413d79e7858520861ee2b699cb09b339f3bb4b8393af7201b4cb7d6a60d2a48d168a053cc4707e2f56a7a2a11cfb5156cfa83f
 SHA512 
3b98b9bd87fe61c7fb4d314e72c8433b11dd80501cfd226d4a4de25ca6d08e7a14a2497a1700ac64d704368bb8e5ea2ec337d0712097e9e10182a3122a59e388
 DIST eselect-repository-13.tar.gz 8914 BLAKE2B 
57d11585f3ac1b279c99e6664fbb088e6eb09f8ef67496edf4c7aa82dcb154ad8d89f9b3337b87d15a7a19e59cd5c2359aa555266fbbb19478c0414ecae0ccd0
 SHA512 
76eb3f7c6e907d2355613548dfd9c55640d257bf4c89acf634e313228365f909f461b38acbdda21bc3ba1bd47ebb8be4d10ba93c4082e72c52896ddec0b25568

diff --git a/app-eselect/eselect-repository/eselect-repository-12.ebuild 
b/app-eselect/eselect-repository/eselect-repository-12.ebuild
deleted file mode 100644
index 2cc2fc5af707..000000000000
--- a/app-eselect/eselect-repository/eselect-repository-12.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit python-single-r1
-
-DESCRIPTION="Manage repos.conf via eselect"
-HOMEPAGE="https://github.com/mgorny/eselect-repository/";
-SRC_URI="
-       https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       app-admin/eselect
-       $(python_gen_cond_dep '
-               dev-python/lxml[${PYTHON_USEDEP}]
-       ')
-       net-misc/wget
-"
-BDEPEND="
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/pytest[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-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_test() {
-       epytest
-}
-
-src_install() {
-       emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-       einstalldocs
-}

Reply via email to