Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/
Date: Sun, 01 Aug 2021 08:17:11
Message-Id: 1627805730.955ee1cf5545ec9601e8ecb38f9d5ff9722b2c75.mgorny@gentoo
1 commit: 955ee1cf5545ec9601e8ecb38f9d5ff9722b2c75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:04:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 08:15:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955ee1cf
7
8 app-eselect/eselect-repository: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-eselect/eselect-repository/Manifest | 1 -
13 .../eselect-repository-10.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/app-eselect/eselect-repository/Manifest b/app-eselect/eselect-repository/Manifest
17 index 605676069b9..7ae44f2e4cf 100644
18 --- a/app-eselect/eselect-repository/Manifest
19 +++ b/app-eselect/eselect-repository/Manifest
20 @@ -1,2 +1 @@
21 -DIST eselect-repository-10.tar.gz 7123 BLAKE2B 786255e8b83c1348c16ec6e30495e7a0c305d48430712fd2bba28367d27d0e5eea1fe9176636f7896f48feebb71a9a3daa025fdc2f8032d2e6a3c59bd6b5c0c4 SHA512 4a03e1b9ddf3d8f79429e0a98cd03804867ba4594945ddda518be06c07e6e5737c77b8c57893a8cf5930548c96f0d436786d95bed624041ad52ab603348337b2
22 DIST eselect-repository-11.tar.gz 8554 BLAKE2B c7bdd1559c310c492b2c00c7a7cb92d48ad24a69ff4485c1282c67b7dd211360fcda6d96eec2b9e734a1b4745f2a0fe9da1ff20d62bf1174a64b6016097ea634 SHA512 31b0b36122e580a018ca66d112cdddfbfe1568030fb9a20440450c17c759bfb872eb7ef99036a3dae14e8384a8f770354fd4cd362ed594408ae9e8dbbc6dea68
23
24 diff --git a/app-eselect/eselect-repository/eselect-repository-10.ebuild b/app-eselect/eselect-repository/eselect-repository-10.ebuild
25 deleted file mode 100644
26 index 17abf1b7a55..00000000000
27 --- a/app-eselect/eselect-repository/eselect-repository-10.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -inherit python-single-r1
37 -
38 -DESCRIPTION="Manage repos.conf via eselect"
39 -HOMEPAGE="https://github.com/mgorny/eselect-repository"
40 -SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
45 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
46 -
47 -RDEPEND="${PYTHON_DEPS}
48 - app-admin/eselect
49 - $(python_gen_cond_dep '
50 - dev-python/lxml[${PYTHON_USEDEP}]
51 - ')
52 - net-misc/wget"
53 -
54 -src_compile() {
55 - MAKEARGS=(
56 - PREFIX="${EPREFIX}/usr"
57 - SYSCONFDIR="${EPREFIX}/etc"
58 - SHAREDSTATEDIR="${EPREFIX}/var"
59 - ESELECTDIR="${EPREFIX}/usr/share/eselect/modules"
60 - )
61 -
62 - emake "${MAKEARGS[@]}"
63 - python_fix_shebang eselect-repo-helper
64 -}
65 -
66 -src_install() {
67 - emake "${MAKEARGS[@]}" DESTDIR="${D}" install
68 - einstalldocs
69 -}