summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-21 15:57:04 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-21 16:12:18 +0200
commit38598ef8e58ca08440a91a790bbca376dff5f8d2 (patch)
tree919d5a039ff29798abe223106b41bfc229c65853 /app-eselect
parentdev-lang/python-exec: Clean old versions up (diff)
downloadgentoo-38598ef8e58ca08440a91a790bbca376dff5f8d2.tar.gz
gentoo-38598ef8e58ca08440a91a790bbca376dff5f8d2.tar.bz2
gentoo-38598ef8e58ca08440a91a790bbca376dff5f8d2.zip
app-eselect/eselect-python: Clean old version up
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-python/Manifest1
-rw-r--r--app-eselect/eselect-python/eselect-python-20140125-r2.ebuild48
-rw-r--r--app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch38
3 files changed, 0 insertions, 87 deletions
diff --git a/app-eselect/eselect-python/Manifest b/app-eselect/eselect-python/Manifest
index 7e4f252a90a9..a6b5f8189b76 100644
--- a/app-eselect/eselect-python/Manifest
+++ b/app-eselect/eselect-python/Manifest
@@ -1,2 +1 @@
-DIST eselect-python-20140125.tar.bz2 72102 SHA256 ee7b470f7facc42285bab7f4b947280741515a85c9067339511c219248f8fdfb SHA512 94d4eb5a1af365c6f56a6fc2b75298018267cd4f6004f30b2e4d0c4744d3e82b33f6c82e6f0ea0f15132d5157c3ace99fa167bbf3ebada46edd2e005ca96eb51 WHIRLPOOL 70d5f9af2929507d26e56080ce934066d2de5f16030dfd63b016215465ad5fc89eb952d64cc545c7058d146108e26925741d2c8fbaba08abba1a5cae7b0c23b6
DIST eselect-python-20160516.tar.bz2 46549 SHA256 bea0a39d9e5afb7513be47955a82efa636b983de6388965df517cb1eb7615fd2 SHA512 0ac310e13bca9e3cdfdd55820cc2956cacf28ade99c1b5048edadd48c6a04c2ae1037207aaac74fcd75e809cf993f88b52e463979b68bd123fe925e491a7030a WHIRLPOOL 66782323a455af7536592cf76c9fd9f57c8adf8a67b374c4e6bb96fdc21dfb8add4f74697139643c47561357a451d50b777f3e2e73db850176fc05d61ae6e54c
diff --git a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
deleted file mode 100644
index e0980ff93d2a..000000000000
--- a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-if [[ ${PV} == "99999999" ]] ; then
- inherit autotools git-r3
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
-else
- SRC_URI="mirror://gentoo/${P}.tar.bz2
- https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Eselect module for management of multiple Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.3"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-pythonX.Y-config.patch
- [[ ${PV} == "99999999" ]] && eautoreconf
-}
-
-src_install() {
- keepdir /etc/env.d/python
- emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
- if has_version 'dev-lang/python'; then
- eselect python update --if-unset
- # Regen python-config wrapper
- eselect python set $(eselect python show)
- fi
- if has_version '=dev-lang/python-2*'; then
- eselect python update --python2 --if-unset
- fi
- if has_version '=dev-lang/python-3*'; then
- eselect python update --python3 --if-unset
- fi
-}
diff --git a/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch b/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch
deleted file mode 100644
index f35cd2c8f0df..000000000000
--- a/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 3a5909537315dbe624fbd242d8ab25f3926465fb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sun, 28 Feb 2016 17:04:40 +0100
-Subject: [PATCH] Use pythonX.Y-config instead of python-config-X.Y
-
----
- python.eselect.in | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/python.eselect.in b/python.eselect.in
-index 9a52791..c40483a 100644
---- a/python.eselect.in
-+++ b/python.eselect.in
-@@ -46,9 +46,9 @@ set_python_config() {
- #!/usr/bin/env bash
- # Gentoo python-config wrapper script
-
--[[ "\${EPYTHON}" =~ (/|^python\$) ]] && EPYTHON="${target/-config-/}"
--python_config="\${EPYTHON/python/python-config-}"
--"\${0%/*}/\${python_config:-${target}}" "\$@"
-+[[ "\${EPYTHON}" =~ (/|^python\$|^$) ]] && EPYTHON="${target%-config}"
-+python_config="\${EPYTHON}-config"
-+"\${0%/*}/\${python_config}" "\$@"
- EOF
- chmod a+rx "${script}"
- }
-@@ -121,7 +121,7 @@ set_scripts_and_symlinks() {
- ln -nfs "${target}" "${target%.*}"
- if [[ "${SET_MAIN_ACTIVE_PYTHON_INTERPRETER}" == "1" ]]; then
- set_python "${target}"
-- set_python_config "${target/python/python-config-}"
-+ set_python_config "${target}-config"
- ln -nfs "${target/python/pydoc}" pydoc
- # idle is optionally installed
- if [[ -f "${target/python/idle}" ]]; then
---
-2.7.2
-