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-python/
Date: Sat, 07 Mar 2020 15:46:03
Message-Id: 1583594912.ce955522dc540f6e3ce1f728fe80df81c3463f22.mgorny@gentoo
1 commit: ce955522dc540f6e3ce1f728fe80df81c3463f22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 15:28:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 15:28:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce955522
7
8 app-eselect/eselect-python: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-eselect/eselect-python/Manifest | 2 --
13 .../eselect-python/eselect-python-20160516.ebuild | 39 ---------------------
14 .../eselect-python/eselect-python-20171204.ebuild | 40 ----------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/app-eselect/eselect-python/Manifest b/app-eselect/eselect-python/Manifest
18 index 5de6d4e3773..5cbaab212b5 100644
19 --- a/app-eselect/eselect-python/Manifest
20 +++ b/app-eselect/eselect-python/Manifest
21 @@ -1,3 +1 @@
22 -DIST eselect-python-20160516.tar.bz2 46549 BLAKE2B f8703ed35d9607a940fca1bb1d9612de62a04dd1fb065fa31db7438ee08b766b5ef84a4ef10f3f58654acb7fda4bc5e32abceccd0ecec632b364e4a55834ba2d SHA512 0ac310e13bca9e3cdfdd55820cc2956cacf28ade99c1b5048edadd48c6a04c2ae1037207aaac74fcd75e809cf993f88b52e463979b68bd123fe925e491a7030a
23 -DIST eselect-python-20171204.tar.bz2 46655 BLAKE2B f0bc46c796a1b9e01f964994219b9c7831f99844a12e97429b40482e28a590a2d825f7b6fbca27b0ca1ce616e5cfb388272af686ea2de65fda69da0319fddeda SHA512 f89183ca992bc38f2308a3217602d5ce6ec4b3b5b614f2aec48fb5b3b7e50a2e44dd18af36a7cfbd4b45d05346f2be97605e35fd274558e9173c6974681c8fa9
24 DIST eselect-python-20190417.tar.bz2 46698 BLAKE2B 6f0acad0abb21d8e4768cbeb12f7e871c316a940ebae4c02bdb1336095991cb6b6bf05661ab659115a67f29a09f2a9b57cfb0868019606ed550b5aa1863f6f71 SHA512 a461263a50a29f0493127ee4a027e49ca4d7631e9c8d16cffc8bdb98cc7e75b0796e45e70951d5559fb86f0db14141a3ea6a53bd4cf1e0cc83ed5c7f24173695
25
26 diff --git a/app-eselect/eselect-python/eselect-python-20160516.ebuild b/app-eselect/eselect-python/eselect-python-20160516.ebuild
27 deleted file mode 100644
28 index 48b65d42fdb..00000000000
29 --- a/app-eselect/eselect-python/eselect-python-20160516.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -if [[ ${PV} == "99999999" ]] ; then
38 - inherit autotools git-r3
39 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
40 -else
41 - SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
42 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 -fi
44 -
45 -DESCRIPTION="Eselect module for management of multiple Python versions"
46 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Python"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -# python-exec-2.4.2 for working -l option
53 -RDEPEND=">=app-admin/eselect-1.2.3
54 - >=dev-lang/python-exec-2.4.2"
55 -
56 -src_prepare() {
57 - [[ ${PV} == "99999999" ]] && eautoreconf
58 -}
59 -
60 -pkg_postinst() {
61 - local py
62 -
63 - if has_version 'dev-lang/python'; then
64 - eselect python update --if-unset
65 - fi
66 -
67 - if has_version "=dev-lang/python-3*"; then
68 - eselect python update "--python3" --if-unset
69 - fi
70 -}
71
72 diff --git a/app-eselect/eselect-python/eselect-python-20171204.ebuild b/app-eselect/eselect-python/eselect-python-20171204.ebuild
73 deleted file mode 100644
74 index 7c58bdeb2d8..00000000000
75 --- a/app-eselect/eselect-python/eselect-python-20171204.ebuild
76 +++ /dev/null
77 @@ -1,40 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -if [[ ${PV} == "99999999" ]] ; then
84 - inherit autotools git-r3
85 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
86 -else
87 - SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2"
88 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
89 -fi
90 -
91 -DESCRIPTION="Eselect module for management of multiple Python versions"
92 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Python"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -IUSE=""
97 -
98 -# python-exec-2.4.2 for working -l option
99 -RDEPEND=">=app-admin/eselect-1.2.3
100 - >=dev-lang/python-exec-2.4.2"
101 -
102 -src_prepare() {
103 - default
104 - [[ ${PV} == "99999999" ]] && eautoreconf
105 -}
106 -
107 -pkg_postinst() {
108 - local py
109 -
110 - if has_version 'dev-lang/python'; then
111 - eselect python update --if-unset
112 - fi
113 -
114 - if has_version "=dev-lang/python-3*"; then
115 - eselect python update "--python3" --if-unset
116 - fi
117 -}