[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2024-05-27 Thread Sam James
commit: 7d7b8466b9d62bf5b9f7d8cf40fb9d53a477b0b7
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 04:11:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 04:11:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7b8466

app-portage/mirrorselect: add 2.5.0

Michał Górny (1):
  extractor.py: Replace sslfetch with plain requests

Closes: https://bugs.gentoo.org/932145
Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/Manifest| 1 +
 .../{mirrorselect-.ebuild => mirrorselect-2.5.0.ebuild}  | 9 ++---
 app-portage/mirrorselect/mirrorselect-.ebuild| 9 ++---
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index e6d2792c9f75..a873a5d6a9fa 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,2 +1,3 @@
 DIST mirrorselect-2.4.0.tar.gz 17315 BLAKE2B 
8d1fe0008147d2b15d5edf8ae14cd2782771e848bbd38dff84f6ddbc4120f8727aeb23d0006db6b9ccbfe0918a7aeb1fe6227fa61c2aa82e20da3e773ce9ab4a
 SHA512 
d3fbb7499e4a072b24b21fbd83d503f2c2ba8d2704582b6a529f3167c07453a656f3d22cd3cb5ddba35393cf5cd946788099777ecf37af60bd0648b7e1886ae2
+DIST mirrorselect-2.5.0.tar.gz 17218 BLAKE2B 
7b695bc32dcd3826a787c16bae37f55151a8f2925e08741f03bb1379f5a2d693b0d6bbe3bb3bf298e98b0a05f1f6a8a893468a2ab6c96d6934b45c4ba82375bc
 SHA512 
2a515d83a0bc651a9a70d3159ac99dcd7694badb6c4685db480264287246c43aa51d2d9e153833ae7add9a1f860a294c2ed6995e6eb37ce4f792f3dd6285a171
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild
similarity index 89%
copy from app-portage/mirrorselect/mirrorselect-.ebuild
copy to app-portage/mirrorselect/mirrorselect-2.5.0.ebuild
index e645e60c639b..ebb6b2aea086 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild
@@ -15,8 +15,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
inherit git-r3
-
-   SSL_FETCH_VER=
 else
SRC_URI="

https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
@@ -25,19 +23,16 @@ else
"
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-   SSL_FETCH_VER=0.3
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="ipv6"
 
 BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="
dev-util/dialog
-   >=net-analyzer/netselect-0.4[ipv6(+)?]
-   >=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
+   >=net-analyzer/netselect-0.4
+   dev-python/requests[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests unittest

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index e645e60c639b..ebb6b2aea086 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -15,8 +15,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
inherit git-r3
-
-   SSL_FETCH_VER=
 else
SRC_URI="

https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
@@ -25,19 +23,16 @@ else
"
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-   SSL_FETCH_VER=0.3
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="ipv6"
 
 BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="
dev-util/dialog
-   >=net-analyzer/netselect-0.4[ipv6(+)?]
-   >=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
+   >=net-analyzer/netselect-0.4
+   dev-python/requests[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2024-04-14 Thread Zac Medico
commit: 38a1f4bf5a45caa3177a86d092bba3714b737fff
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 15 01:06:23 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 15 01:06:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a1f4bf

app-portage/mirrorselect: enable py3.12

Closes: https://bugs.gentoo.org/929354
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.4.0.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index 0fd276c82df9..615af84dc925 100644
--- a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI="8"
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit edo distutils-r1 prefix

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 22dbdc31c49a..e645e60c639b 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -4,7 +4,7 @@
 EAPI="8"
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit edo distutils-r1 prefix



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2024-03-24 Thread Zac Medico
commit: e8b731eae0859713f575e0d35b0abc649ea02ca8
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 25 00:30:33 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 25 00:31:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b731ea

app-portage/mirrorselect: Switch to unittest framework

Closes: https://bugs.gentoo.org/927515
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.4.0.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index c4998fc017db..0fd276c82df9 100644
--- a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
>=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
 
 python_prepare_all() {
python_setup

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 7d03c0ba1219..22dbdc31c49a 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
>=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
 
 python_prepare_all() {
python_setup



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2024-03-06 Thread Zac Medico
commit: dfd4113c6373f7996ea8a7c7526a15ba92cae1ef
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar  6 21:25:18 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar  6 21:38:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd4113c

app-portage/mirrorselect: enable PEP517 build

Closes: https://bugs.gentoo.org/841131
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.4.0.ebuild | 7 +--
 app-portage/mirrorselect/mirrorselect-.ebuild  | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index dfd5e8b06d24..c4998fc017db 100644
--- a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="xml(+)"
 
@@ -33,6 +33,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ipv6"
 
+BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)?]
@@ -45,6 +46,8 @@ python_prepare_all() {
python_setup
 
local -x VERSION="${PVR}"
+   sed -e 's:os.path.join(os.sep, EPREFIX.lstrip(os.sep), 
"usr/share/man/man8"):"share/man/man8":' \
+   -i setup.py || die
eprefixify setup.py mirrorselect/main.py
edo "${PYTHON}" setup.py set_version
 

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 7bfb3b6cf4ec..7d03c0ba1219 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="xml(+)"
 
@@ -33,6 +33,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ipv6"
 
+BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)?]
@@ -45,6 +46,8 @@ python_prepare_all() {
python_setup
 
local -x VERSION="${PVR}"
+   sed -e 's:os.path.join(os.sep, EPREFIX.lstrip(os.sep), 
"usr/share/man/man8"):"share/man/man8":' \
+   -i setup.py || die
eprefixify setup.py mirrorselect/main.py
edo "${PYTHON}" setup.py set_version
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/files/, app-portage/mirrorselect/

2023-09-16 Thread Sam James
commit: 72d3017d3cc5b85191f1de679ae30071ca09a64a
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 16 12:43:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 16 12:43:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d3017d

app-portage/mirrorselect: drop 2.2.6-r2, 2.3.0-r1, 2.3.0-r2

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/Manifest  |  2 -
 .../files/mirrorselect-2.3.0-setup.py.patch| 81 --
 .../mirrorselect/mirrorselect-2.2.6-r2.ebuild  | 49 -
 .../mirrorselect/mirrorselect-2.3.0-r1.ebuild  | 44 
 .../mirrorselect/mirrorselect-2.3.0-r2.ebuild  | 51 --
 5 files changed, 227 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index a49c6b7c21ab..e6d2792c9f75 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,4 +1,2 @@
-DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
-DIST mirrorselect-2.3.0.tar.gz 18039 BLAKE2B 
eebc4a02257b734c3dfd05cee541369689b92548b5421e977dd451442e8c83e426a03845a46e92eaa01507e0cba2b3679c97db2c00f012619cf9f551cfa1e1af
 SHA512 
fc040bf6a9cc79f781157c7b65c6366c86dd54d583b4286845e3d037a2709c376e9132889e9dbe2cd40846cd7bd138aae7111d1a442a421101db756cc259b535
 DIST mirrorselect-2.4.0.tar.gz 17315 BLAKE2B 
8d1fe0008147d2b15d5edf8ae14cd2782771e848bbd38dff84f6ddbc4120f8727aeb23d0006db6b9ccbfe0918a7aeb1fe6227fa61c2aa82e20da3e773ce9ab4a
 SHA512 
d3fbb7499e4a072b24b21fbd83d503f2c2ba8d2704582b6a529f3167c07453a656f3d22cd3cb5ddba35393cf5cd946788099777ecf37af60bd0648b7e1886ae2
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch 
b/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch
deleted file mode 100644
index 6b2e074c0878..
--- a/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-From 5444d0ddb5268325aac63dcdeb908b614916dd0f Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Sun, 10 Jul 2022 13:54:45 -0700
-Subject: [PATCH] Revert "setup.py: Migrate from deprecated distutils to 
setuptools"
-
-This reverts commit 4cd4fb6280433f301ad9159f7473dc32ceb063d6.
-setuptools is installing data_file to the pkg dir inside python.
-Reverting back to distutils for correct install for now.
-
-Signed-off-by: Brian Dolbec 

- setup.py | 22 +++---
- 1 file changed, 19 insertions(+), 3 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 9111d5e..a9728fa 100755
 a/setup.py
-+++ b/setup.py
-@@ -5,10 +5,13 @@
- import logging
- import re
- import sys
-+from distutils import core, log
-+from distutils.command.sdist import sdist
-+from distutils.core import Command
-+
- import os
- import io
- import unittest
--from setuptools import setup, Command
- 
- 
- __version__ = os.getenv('VERSION', default=os.getenv('PVR', default=''))
-@@ -34,7 +37,7 @@ manpage = [os.path.join(cwd, path) for path in (
- )]
- 
- 
--class set_version(Command):
-+class set_version(core.Command):
-   """Set python version to our __version__."""
-   description = "hardcode scripts' version using VERSION from environment"
-   user_options = []  # [(long_name, short_name, desc),]
-@@ -66,6 +69,18 @@ class set_version(Command):
-   sub(manpage, man_re)
- 
- 
-+class x_sdist(sdist):
-+  """sdist defaulting to archive files owned by root."""
-+
-+  def finalize_options(self):
-+  if self.owner is None:
-+  self.owner = 'root'
-+  if self.group is None:
-+  self.group = 'root'
-+
-+  sdist.finalize_options(self)
-+
-+
- class TestCommand(Command):
-   user_options = []
- 
-@@ -89,7 +104,7 @@ test_data = {
-   ]
- }
- 
--setup(
-+core.setup(
-   name='mirrorselect',
-   version=__version__,
-   description='Tool for selecting Gentoo source and rsync mirrors.',
-@@ -109,6 +124,7 @@ setup(
-   ),
-   cmdclass={
-   'test': TestCommand,
-+  'sdist': x_sdist,
-   'set_version': set_version,
-   },
- )
---
-libgit2 1.4.3
-

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
deleted file mode 100644
index b3dccbd45918..
--- a/app-portage/mirrorselect/mirr

[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-09-07 Thread Sam James
commit: 0bce6e8c408f27eaa8c3b558f7d2563056815688
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 14:40:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 14:40:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bce6e8c

app-portage/mirrorselect: Stabilize 2.4.0 ALLARCHES, #913744

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index 7bfb3b6cf4ec..dfd5e8b06d24 100644
--- a/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -24,7 +24,7 @@ else

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 
SSL_FETCH_VER=0.3
 fi



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-08-26 Thread Sam James
commit: 1b1ed59070124efda1fa7c738b038aeb006d5b85
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 00:06:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 00:06:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1ed590

app-portage/mirrorselect: add 2.4.0

Bug: https://bugs.gentoo.org/911183
Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/Manifest| 1 +
 .../mirrorselect/{mirrorselect-.ebuild => mirrorselect-2.4.0.ebuild} | 1 +
 app-portage/mirrorselect/mirrorselect-.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index c3df53f89d10..a49c6b7c21ab 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,3 +1,4 @@
 DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
 DIST mirrorselect-2.3.0.tar.gz 18039 BLAKE2B 
eebc4a02257b734c3dfd05cee541369689b92548b5421e977dd451442e8c83e426a03845a46e92eaa01507e0cba2b3679c97db2c00f012619cf9f551cfa1e1af
 SHA512 
fc040bf6a9cc79f781157c7b65c6366c86dd54d583b4286845e3d037a2709c376e9132889e9dbe2cd40846cd7bd138aae7111d1a442a421101db756cc259b535
+DIST mirrorselect-2.4.0.tar.gz 17315 BLAKE2B 
8d1fe0008147d2b15d5edf8ae14cd2782771e848bbd38dff84f6ddbc4120f8727aeb23d0006db6b9ccbfe0918a7aeb1fe6227fa61c2aa82e20da3e773ce9ab4a
 SHA512 
d3fbb7499e4a072b24b21fbd83d503f2c2ba8d2704582b6a529f3167c07453a656f3d22cd3cb5ddba35393cf5cd946788099777ecf37af60bd0648b7e1886ae2
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
similarity index 94%
copy from app-portage/mirrorselect/mirrorselect-.ebuild
copy to app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index c3e54ebd2ad0..7bfb3b6cf4ec 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -19,6 +19,7 @@ if [[ ${PV} ==  ]] ; then
SSL_FETCH_VER=
 else
SRC_URI="
+   
https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index c3e54ebd2ad0..7bfb3b6cf4ec 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -19,6 +19,7 @@ if [[ ${PV} ==  ]] ; then
SSL_FETCH_VER=
 else
SRC_URI="
+   
https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-08-07 Thread Sam James
commit: bffecea15aafcd1517da8a5ff4ebcf54fd7bc11d
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  8 04:49:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  8 04:49:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffecea1

app-portage/mirrorselect: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/mirrorselect/metadata.xml 
b/app-portage/mirrorselect/metadata.xml
index 14418fe79f7f..772b85fd929d 100644
--- a/app-portage/mirrorselect/metadata.xml
+++ b/app-portage/mirrorselect/metadata.xml
@@ -13,5 +13,6 @@


proj/mirrorselect
+   gentoo/mirrorselect

 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-08-07 Thread Sam James
commit: 0040e5d246a39b903af31907bc62f2c9057ee662
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  8 04:49:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  8 04:49:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0040e5d2

app-portage/mirrorselect: add gentoo upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/mirrorselect/metadata.xml 
b/app-portage/mirrorselect/metadata.xml
index 362fd3ce862d..14418fe79f7f 100644
--- a/app-portage/mirrorselect/metadata.xml
+++ b/app-portage/mirrorselect/metadata.xml
@@ -11,4 +11,7 @@
provide a nicer front-end for mirror selection
(both rsync + distfiles) to a user.

+   
+   proj/mirrorselect
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/files/

2023-07-08 Thread Conrad Kostecki
commit: 3d4f9a5d6dd378674a9aae29371fd09746fe00d7
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Jul  8 08:48:53 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul  8 18:05:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4f9a5d

app-portage/mirrorselect: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31798
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...rselect-2.3.0-main-Fix-all-option-parsing.patch | 48 --
 1 file changed, 48 deletions(-)

diff --git 
a/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
 
b/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
deleted file mode 100644
index 0d0462c64752..
--- 
a/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From e0fbc2fb33762211aa5e64175d525e66f4c257d4 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Thu, 6 Jul 2023 09:04:42 +0100
-Subject: [PATCH] main: Fix --all option parsing
-
-Avoid --all erroring out with "ERROR: Choose at most one of -s or -a".
-
-Bug: https://bugs.gentoo.org/872218
-Fixes: 7caac017833b01e13028658effc502430c56d770
-Thanks-to: 
-Signed-off-by: Sam James 
 a/mirrorselect/main.py
-+++ b/mirrorselect/main.py
-@@ -145,6 +145,11 @@ class MirrorSelect(object):
-   self.output.white("  interactive:"),
-   "# mirrorselect -i -r",
-   ))
-+
-+  def set_servers(option, opt_str, value, parser):
-+  set_servers.user_configured = True
-+  setattr(parser.values, option.dest, value)
-+
-   parser = OptionParser(
-   formatter=ColoredFormatter(self.output), 
description=desc,
-   version='Mirrorselect version: %s' % version)
-@@ -236,8 +241,8 @@ class MirrorSelect(object):
-   "-q", "--quiet", action="store_const", const=0, 
dest="verbosity",
-   help="Quiet mode")
-   group.add_option(
--  "-s", "--servers", action="store", type="int", 
default=1,
--  help="Specify Number of servers for Automatic Mode "
-+  "-s", "--servers", action="callback", 
callback=set_servers,
-+  type="int", default=1, help="Specify Number of servers 
for Automatic Mode "
-   "to select. this is only valid for download mirrors. "
-   "If this is not specified, a default of 1 is used.")
-   group.add_option(
-@@ -271,7 +276,7 @@ class MirrorSelect(object):
-   if options.rsync and not (options.interactive or 
options.all_mirrors):
-   self.output.print_err('rsync servers can only be 
selected with -i or -a')
- 
--  if options.servers and options.all_mirrors:
-+  if options.all_mirrors and hasattr(set_servers, 
'user_configured'):
-   self.output.print_err('Choose at most one of -s or -a')
- 
-   if options.interactive and (
--- 
-2.41.0
-



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-07-06 Thread Jakov Smolić
commit: af62761a46e2bc936cae9e3d4e6622de0553e366
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jul  6 11:38:00 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jul  6 11:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af62761a

app-portage/mirrorselect: Stabilize 2.3.0-r2 ALLARCHES, #909757

Signed-off-by: Jakov Smolić  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
index c3e54ebd2ad0..07409a536232 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
@@ -23,7 +23,7 @@ else

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 
SSL_FETCH_VER=0.3
 fi



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-07-06 Thread Sam James
commit: 14b57e5a2a42d21f6db2e5935d57f3a6e5e05fd6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  6 08:12:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  6 08:12:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b57e5a

app-portage/mirrorselect: sync live

Signed-off-by: Sam James  gentoo.org>

 .../mirrorselect/mirrorselect-2.3.0-r2.ebuild  | 31 --
 app-portage/mirrorselect/mirrorselect-.ebuild  | 50 --
 2 files changed, 46 insertions(+), 35 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
index 42d5b60553c5..c3e54ebd2ad0 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
@@ -11,34 +11,41 @@ inherit edo distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
+   inherit git-r3
+
+   SSL_FETCH_VER=
+else
+   SRC_URI="
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+   SSL_FETCH_VER=0.3
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="ipv6"
 
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)?]
-   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   >=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
 "
 
-PATCHES=(
-   "${FILESDIR}"/${P}-setup.py.patch
-   "${FILESDIR}"/${P}-main-Fix-all-option-parsing.patch
-)
-
 distutils_enable_tests setup.py
 
 python_prepare_all() {
python_setup
 
+   local -x VERSION="${PVR}"
eprefixify setup.py mirrorselect/main.py
-   VERSION="${PVR}" edo "${PYTHON}" setup.py set_version
+   edo "${PYTHON}" setup.py set_version
 
distutils-r1_python_prepare_all
 }

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 04b97f469874..c3e54ebd2ad0 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -4,44 +4,48 @@
 EAPI="8"
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="xml(+)"
 
-inherit distutils-r1 git-r3 prefix
-
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
+inherit edo distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI=""
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
+   inherit git-r3
+
+   SSL_FETCH_VER=
+else
+   SRC_URI="
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+   SSL_FETCH_VER=0.3
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
+IUSE="ipv6"
 
 RDEPEND="
dev-util/dialog
-   >=net-analyzer/netselect-0.4[ipv6(+)]
-   ~dev-python/ssl-fetch-[${PYTHON_USEDEP}]
+   >=net-analyzer/netselect-0.4[ipv6(+)?]
+   >=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
 "
 
+distutils_enable_tests setup.py
+
 python_prepare_all() {
python_setup
-   eprefixify setup.py mirrorselect/main.py
-   echo Now setting version... VERSION="-${EGIT_VERSION}" "${PYTHON}" 
setup.py set_version
-   VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version || die 
"setup.py set_version failed"
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test || die "tests failed under ${EPYTHON}"
-}
 
-pkg_postinst() {
-   distutils-r1_pkg_postinst
+   local -x VERSION="${PVR}"
+   eprefixify setup.py mirrorselect/main.py
+   edo "${PYTHON}" setup.py set_version
 
-   einfo "This is a development version."
-   einfo "Please report any bugs you encounter to:"
-   einfo "https://bugs.gentoo.org/";
+   distutils-r1_python_prepare_all
 }



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/files/, app-portage/mirrorselect/

2023-07-06 Thread Sam James
commit: 6a0735a283ec84214d5226749bf590fe45e5cb28
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  6 08:08:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  6 08:08:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0735a2

app-portage/mirrorselect: backport --all parsing fix

Bug: https://bugs.gentoo.org/872218
Signed-off-by: Sam James  gentoo.org>

 ...rselect-2.3.0-main-Fix-all-option-parsing.patch | 48 ++
 .../mirrorselect/mirrorselect-2.3.0-r2.ebuild  | 44 
 2 files changed, 92 insertions(+)

diff --git 
a/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
 
b/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
new file mode 100644
index ..0d0462c64752
--- /dev/null
+++ 
b/app-portage/mirrorselect/files/mirrorselect-2.3.0-main-Fix-all-option-parsing.patch
@@ -0,0 +1,48 @@
+From e0fbc2fb33762211aa5e64175d525e66f4c257d4 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Thu, 6 Jul 2023 09:04:42 +0100
+Subject: [PATCH] main: Fix --all option parsing
+
+Avoid --all erroring out with "ERROR: Choose at most one of -s or -a".
+
+Bug: https://bugs.gentoo.org/872218
+Fixes: 7caac017833b01e13028658effc502430c56d770
+Thanks-to: 
+Signed-off-by: Sam James 
+--- a/mirrorselect/main.py
 b/mirrorselect/main.py
+@@ -145,6 +145,11 @@ class MirrorSelect(object):
+   self.output.white("  interactive:"),
+   "# mirrorselect -i -r",
+   ))
++
++  def set_servers(option, opt_str, value, parser):
++  set_servers.user_configured = True
++  setattr(parser.values, option.dest, value)
++
+   parser = OptionParser(
+   formatter=ColoredFormatter(self.output), 
description=desc,
+   version='Mirrorselect version: %s' % version)
+@@ -236,8 +241,8 @@ class MirrorSelect(object):
+   "-q", "--quiet", action="store_const", const=0, 
dest="verbosity",
+   help="Quiet mode")
+   group.add_option(
+-  "-s", "--servers", action="store", type="int", 
default=1,
+-  help="Specify Number of servers for Automatic Mode "
++  "-s", "--servers", action="callback", 
callback=set_servers,
++  type="int", default=1, help="Specify Number of servers 
for Automatic Mode "
+   "to select. this is only valid for download mirrors. "
+   "If this is not specified, a default of 1 is used.")
+   group.add_option(
+@@ -271,7 +276,7 @@ class MirrorSelect(object):
+   if options.rsync and not (options.interactive or 
options.all_mirrors):
+   self.output.print_err('rsync servers can only be 
selected with -i or -a')
+ 
+-  if options.servers and options.all_mirrors:
++  if options.all_mirrors and hasattr(set_servers, 
'user_configured'):
+   self.output.print_err('Choose at most one of -s or -a')
+ 
+   if options.interactive and (
+-- 
+2.41.0
+

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
new file mode 100644
index ..42d5b60553c5
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit edo distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
+SRC_URI="
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="ipv6"
+
+RDEPEND="
+   dev-util/dialog
+   >=net-analyzer/netselect-0.4[ipv6(+)?]
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-setup.py.patch
+   "${FILESDIR}"/${P}-main-Fix-all-option-parsing.patch
+)
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+   python_setup
+
+   eprefixify setup.py mirrorselect/main.py
+   VERSION="${PVR}" edo "${PYTHON}" setup.py set_version
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-05-31 Thread Sam James
commit: eb7dc1ff7beb7147bd15d42684a26da1bb9507f0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 05:23:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 05:23:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7dc1ff

app-portage/mirrorselect: Stabilize 2.3.0-r1 ALLARCHES, #907588

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
index 30d9a214e1e0..008f33b0c3fe 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="ipv6"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2023-01-09 Thread Matt Turner
commit: d11db6e8fc5bf049d95aa0a6445cf5b6a2a5363e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan  9 15:24:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan  9 15:24:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11db6e8

app-portage/mirrorselect: Add Python 3.11 compatibility

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 178d0c9af101..060bd600b856 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="xml(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
index 9811c4382c98..1f034351afc4 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="8"
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 prefix

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 16a255b5950c..6584dd8aa165 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -4,7 +4,7 @@
 EAPI="8"
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 git-r3 prefix



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/, app-portage/mirrorselect/files/

2022-07-10 Thread Brian Dolbec
commit: 3e66ce81e752dd4ce2ac7a0544df616746ade837
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jul 10 21:17:51 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Jul 10 21:19:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e66ce81

app-portage/mirrorselect: Bump to 2.3.0-r1 to fix man page issue

Revert use of setuptools due to incorrect data_files install location

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 .../files/mirrorselect-2.3.0-setup.py.patch| 81 ++
 ...t-2.3.0.ebuild => mirrorselect-2.3.0-r1.ebuild} |  6 +-
 app-portage/mirrorselect/mirrorselect-.ebuild  |  2 +-
 3 files changed, 87 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch 
b/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch
new file mode 100644
index ..6b2e074c0878
--- /dev/null
+++ b/app-portage/mirrorselect/files/mirrorselect-2.3.0-setup.py.patch
@@ -0,0 +1,81 @@
+From 5444d0ddb5268325aac63dcdeb908b614916dd0f Mon Sep 17 00:00:00 2001
+From: Brian Dolbec 
+Date: Sun, 10 Jul 2022 13:54:45 -0700
+Subject: [PATCH] Revert "setup.py: Migrate from deprecated distutils to 
setuptools"
+
+This reverts commit 4cd4fb6280433f301ad9159f7473dc32ceb063d6.
+setuptools is installing data_file to the pkg dir inside python.
+Reverting back to distutils for correct install for now.
+
+Signed-off-by: Brian Dolbec 
+---
+ setup.py | 22 +++---
+ 1 file changed, 19 insertions(+), 3 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 9111d5e..a9728fa 100755
+--- a/setup.py
 b/setup.py
+@@ -5,10 +5,13 @@
+ import logging
+ import re
+ import sys
++from distutils import core, log
++from distutils.command.sdist import sdist
++from distutils.core import Command
++
+ import os
+ import io
+ import unittest
+-from setuptools import setup, Command
+ 
+ 
+ __version__ = os.getenv('VERSION', default=os.getenv('PVR', default=''))
+@@ -34,7 +37,7 @@ manpage = [os.path.join(cwd, path) for path in (
+ )]
+ 
+ 
+-class set_version(Command):
++class set_version(core.Command):
+   """Set python version to our __version__."""
+   description = "hardcode scripts' version using VERSION from environment"
+   user_options = []  # [(long_name, short_name, desc),]
+@@ -66,6 +69,18 @@ class set_version(Command):
+   sub(manpage, man_re)
+ 
+ 
++class x_sdist(sdist):
++  """sdist defaulting to archive files owned by root."""
++
++  def finalize_options(self):
++  if self.owner is None:
++  self.owner = 'root'
++  if self.group is None:
++  self.group = 'root'
++
++  sdist.finalize_options(self)
++
++
+ class TestCommand(Command):
+   user_options = []
+ 
+@@ -89,7 +104,7 @@ test_data = {
+   ]
+ }
+ 
+-setup(
++core.setup(
+   name='mirrorselect',
+   version=__version__,
+   description='Tool for selecting Gentoo source and rsync mirrors.',
+@@ -109,6 +124,7 @@ setup(
+   ),
+   cmdclass={
+   'test': TestCommand,
++  'sdist': x_sdist,
+   'set_version': set_version,
+   },
+ )
+--
+libgit2 1.4.3
+

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
similarity index 92%
rename from app-portage/mirrorselect/mirrorselect-2.3.0.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
index 140f530d2904..063dbe74d8c3 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 
@@ -26,6 +26,10 @@ RDEPEND="
>=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
 "
 
+PATCHES=(
+   "${FILESDIR}/mirrorselect-2.3.0-setup.py.patch"
+)
+
 python_prepare_all() {
python_setup
eprefixify setup.py mirrorselect/main.py

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 505417a219e3..b84d0b9c191a 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2022-06-23 Thread Brian Dolbec
commit: 31e6b9634e6be75108e499c6a150679cbb0de53c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Jun 23 20:09:36 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Jun 23 20:11:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e6b963

app-portage/mirrorselect: Bump to version 2.3.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.3.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index 3cfe5b8dc8b4..c3df53f89d10 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,2 +1,3 @@
 DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
+DIST mirrorselect-2.3.0.tar.gz 18039 BLAKE2B 
eebc4a02257b734c3dfd05cee541369689b92548b5421e977dd451442e8c83e426a03845a46e92eaa01507e0cba2b3679c97db2c00f012619cf9f551cfa1e1af
 SHA512 
fc040bf6a9cc79f781157c7b65c6366c86dd54d583b4286845e3d037a2709c376e9132889e9dbe2cd40846cd7bd138aae7111d1a442a421101db756cc259b535
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.3.0.ebuild
new file mode 100644
index ..140f530d2904
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
+SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="ipv6"
+
+RDEPEND="
+   dev-util/dialog
+   >=net-analyzer/netselect-0.4[ipv6(+)?]
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2022-05-31 Thread Brian Dolbec
commit: d0384abc2618181f6323557fe3ce0b3c11bbfe47
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue May 31 19:03:52 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue May 31 19:12:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0384abc

app-portage/mirrorselect: Update  for latest code

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 app-portage/mirrorselect/mirrorselect-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 849766a764ce..505417a219e3 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
-DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 git-r3 prefix
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git";
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2022-05-19 Thread WANG Xuerui
commit: 9bfe32ab1d7d0a3404300db970feee3f044da10e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 19 07:27:33 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 19 07:28:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfe32ab

app-portage/mirrorselect: keyword 2.2.6-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 9da6ad259064..7d28ebbe54c9 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="ipv6"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2022-05-18 Thread Zac Medico
commit: aa077b3df73de928373aece8fd6bacaea6567f24
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 19 02:43:25 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 19 02:43:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa077b3d

app-portage/mirrorselect: enable py3.10

Closes: https://bugs.gentoo.org/845579
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 4 ++--
 app-portage/mirrorselect/mirrorselect-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 2cb16439ef1d..9da6ad259064 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index d78005b03452..849766a764ce 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2021-09-22 Thread Matt Turner
commit: 68b768c363d83f40c333038b5383b156d43ed3d8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 23 00:21:18 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 23 01:07:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b768c3

app-portage/mirrorselect: Stabilize 2.2.6-r2 hppa

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index ce5df4926cc..2cb16439ef1 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="ipv6"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2021-06-17 Thread Yixun Lan
commit: e951f5aa7589096a47202458b446ebb5ac85d0de
Author: Alex Fan  yahoo  com>
AuthorDate: Thu Jun 17 10:23:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jun 17 13:44:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e951f5aa

app-portage/mirrorselect: add ~riscv keyword

Closes: https://github.com/gentoo/gentoo/pull/21280
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 5118a17512e..ce5df4926cc 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="ipv6"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2021-02-27 Thread Andreas K. Hüttel
commit: 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 17 23:15:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Feb 27 21:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c44bb6

app-portage/mirrorselect: python3_9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/19008
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 7 +++
 app-portage/mirrorselect/mirrorselect-.ebuild | 9 -
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index ca385ae2c30..0b265a74e52 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -13,19 +13,18 @@ DESCRIPTION="Tool to help select distfiles mirrors for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-   "
+"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="ipv6"
-
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+IUSE="ipv6"
 
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)?]
>=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
-   "
+"
 
 python_prepare_all() {
python_setup

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index dc5ffaaf50c..6f0ad3e3f06 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_USE_SETUPTOOLS=no
 
@@ -17,15 +17,14 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
 KEYWORDS=""
+IUSE=""
 
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)]
~dev-python/ssl-fetch-[${PYTHON_USEDEP}]
-   "
+"
 
 python_prepare_all() {
python_setup



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2021-02-20 Thread Ben Kohler
commit: f9da663374a97d02afc16bb3d350b432c8152da8
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Feb 20 15:22:11 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Feb 20 15:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9da6633

app-portage/mirrorselect: add python3_9 support

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 .../{mirrorselect-2.2.6-r1.ebuild => mirrorselect-2.2.6-r2.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
similarity index 95%
rename from app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 7dda1fef15d..ca385ae2c30 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-12-31 Thread Michał Górny
commit: 33310748608be658b9f3f360a132a97c03de8a06
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33310748

app-portage/mirrorselect: Remove old (py3.6)

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

 app-portage/mirrorselect/Manifest  |  2 --
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 36 --
 .../mirrorselect/mirrorselect-2.2.4-r1.ebuild  | 36 --
 3 files changed, 74 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index 64d656c55b6..3cfe5b8dc8b 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,4 +1,2 @@
-DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
-DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
 DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
deleted file mode 100644
index a35eed9cbd7..000
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit eutils distutils-r1 prefix
-
-DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-   "
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-
-RDEPEND="
-   dev-util/dialog
-   net-analyzer/netselect
-   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
-   "
-
-python_prepare_all() {
-   python_setup
-   eprefixify setup.py mirrorselect/main.py
-   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
-   distutils-r1_python_prepare_all
-}

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
deleted file mode 100644
index e72faef2655..000
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="xml"
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit eutils distutils-r1 prefix
-
-DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-   "
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-
-RDEPEND="
-   dev-util/dialog
-   net-analyzer/netselect
-   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
-   "
-
-python_prepare_all() {
-   python_setup
-   eprefixify setup.py mirrorselect/main.py
-   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-10-04 Thread Zac Medico
commit: 00dfa58fc8bba60c9fb6469d3b919ec64b654299
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  4 18:34:09 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  4 18:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dfa58f

app-portage/mirrorselect: Remove setuptools dep

Closes: https://bugs.gentoo.org/746464
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild| 1 +
 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 1 +
 app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 1 +
 app-portage/mirrorselect/mirrorselect-.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 6cffdf27d92..34f46b227a2 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -5,6 +5,7 @@ EAPI="5"
 
 PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="xml"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit eutils distutils-r1 prefix
 

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index ff6201f9662..56da6494456 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -5,6 +5,7 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="xml"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit eutils distutils-r1 prefix
 

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index 1d8e0c30f16..8b8ad529138 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -5,6 +5,7 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="xml"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit eutils distutils-r1 prefix
 

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index eaf8d49e634..86426dcb91c 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -5,6 +5,7 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="xml"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit eutils distutils-r1 git-r3 prefix
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-08-11 Thread Sam James
commit: 003f38e4d562b68ac6865e09a767caf13991136f
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 19:05:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 19:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003f38e4

app-portage/mirrorselect: Stabilize 2.2.6-r1 arm64, #736772

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index cad36ce2bd9..1d8e0c30f16 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ipv6"
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-08-11 Thread Sam James
commit: 0e9cddac416e8bd2e6ef70223cf152e0e8d6b7e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 18:02:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 18:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9cddac

app-portage/mirrorselect: mark ALLARCHES

Acked-by: Brian Dolbec  gentoo.org>
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/mirrorselect/metadata.xml 
b/app-portage/mirrorselect/metadata.xml
index ca6a7a13834..6028cea8fe0 100644
--- a/app-portage/mirrorselect/metadata.xml
+++ b/app-portage/mirrorselect/metadata.xml
@@ -5,6 +5,7 @@
tools-port...@gentoo.org
Gentoo Portage tools team

+   

This utility is used to select the fastest mirror (distfiles) 
and
provide a nicer front-end for mirror selection



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-08-11 Thread Sam James
commit: 92c61ab4c21377ac7dedc962704e0019e59fbfe2
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 18:04:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 18:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c61ab4

app-portage/mirrorselect: 2.2.6-r1 ALLARCHES stable, #736728

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index 25eb0ad8960..cad36ce2bd9 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ipv6"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-08-11 Thread Sam James
commit: 94ce4bbb6fc984f9314e5592fe8836f4a46e6879
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 17:59:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 17:59:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ce4bbb

app-portage/mirrorselect: Stabilize 2.2.6-r1 arm, #736728

Signed-off-by: Sam James  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index 79815ece5cf..25eb0ad8960 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ipv6"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-05-13 Thread Ben Kohler
commit: 3f79c1627a48ae5fccce297d0dc0402a7d52755c
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed May 13 22:30:35 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed May 13 22:33:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f79c162

app-portage/mirrorselect: 2.2.4-r1 stable on x86

https://bugs.gentoo.org/686446#c9

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 9adc65c1d76..ff6201f9662 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2020-04-24 Thread Brian Dolbec
commit: 845bd8163ad47a43537188a18b91ccf980eb544a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Apr 24 23:41:12 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Apr 24 23:41:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845bd816

app-portage/mirrorselect: Fix qa-report complaint

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 14f0555e412..eaf8d49e634 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -23,7 +23,7 @@ KEYWORDS=""
 RDEPEND="
dev-util/dialog
>=net-analyzer/netselect-0.4[ipv6(+)]
-   =dev-python/ssl-fetch-[${PYTHON_USEDEP}]
+   ~dev-python/ssl-fetch-[${PYTHON_USEDEP}]
"
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-11-30 Thread Zac Medico
commit: 83cba265c1df1a4eded315d221414e530e70136b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 30 16:41:52 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Nov 30 19:31:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cba265

app-portage/mirrorselect: python3_8

Closes: https://bugs.gentoo.org/701596
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index 22fdd516033..afad92c6beb 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 prefix

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index de12fd9a5ea..18cf8ef6a6c 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 git-r3 prefix



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-10-24 Thread Zac Medico
commit: d156f25b8901c208a6ac561dca0da448a7cb545c
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 24 19:59:10 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 24 20:06:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d156f25b

app-portage/mirrorselect: remove old version 2.2.5

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/Manifest  |  1 -
 app-portage/mirrorselect/mirrorselect-2.2.5.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index c9d7a5a0fa4..64d656c55b6 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,5 +1,4 @@
 DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
-DIST mirrorselect-2.2.5.tar.gz 16638 BLAKE2B 
b306f146936344309e79469281830bdbd088bae3686de777bf24bce5bd4e915c951b1f01612c9600cadcbc90139c74a9a5774ca5779bae339d1d5f33d17f70f1
 SHA512 
845df4073f5dc7544d7c1ae410f154e27ef9a9848c2fa182f4d0acd287f17792d11065b1b3394856bd760589d6b24e30e031d10e4ef6c987ac4321dc7e044e4e
 DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild
deleted file mode 100644
index 745675eb6f7..000
--- a/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE="xml"
-
-inherit eutils distutils-r1 prefix
-
-DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-   "
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-
-RDEPEND="
-   dev-util/dialog
-   >=net-analyzer/netselect-0.4[ipv6(+)]
-   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
-   "
-
-python_prepare_all()  {
-   python_setup
-   eprefixify setup.py mirrorselect/main.py
-   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-10-24 Thread Zac Medico
commit: 2c75495f03df28b28600c4c27e6c34067bb4fbd6
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 24 20:05:06 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 24 20:06:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c75495f

app-portage/mirrorselect: 2.2.6-r1 revbump for bug 698470

Closes: https://bugs.gentoo.org/698470
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 .../{mirrorselect-2.2.6.ebuild => mirrorselect-2.2.6-r1.ebuild}   | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
similarity index 88%
rename from app-portage/mirrorselect/mirrorselect-2.2.6.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
index a8348fc40d2..22fdd516033 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
@@ -37,6 +37,10 @@ python_prepare_all()  {
sed -e '/^NETSELECT_SUPPORTS_IPV4_IPV6 =/s|False|True|' \
-i mirrorselect/selectors.py || die
fi
+
+   # Apply e69ec2d046626fa2079d460aab469d04256182cd for bug 698470.
+   sed -e 's|key = lex.get_token()|\0\n\t\t\tif key is 
None:\n\t\t\t\tbreak|' -i mirrorselect/configs.py || die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-07-18 Thread Agostino Sarubbo
commit: 0ba3a20593124f380bb660afa2958c197cfff25d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 18 13:30:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 18 13:30:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba3a205

app-portage/mirrorselect: arm/m68k/sh stable, (ALLARCHES policy) wrt bug #686446

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index a6fbbedfe5b..a24a44ea3fb 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-07-16 Thread Zac Medico
commit: 7aecd01c953127eedcb83b0df45cf2e900fafef8
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jul 17 05:19:03 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jul 17 05:22:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aecd01c

app-portage/mirrorselect: Bump to version 2.2.6

Make netselect ipv6 support conditional for bug 688214.

Closes: https://bugs.gentoo.org/688214
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.2.6.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index e418d4082a0..c9d7a5a0fa4 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,4 +1,5 @@
 DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
 DIST mirrorselect-2.2.5.tar.gz 16638 BLAKE2B 
b306f146936344309e79469281830bdbd088bae3686de777bf24bce5bd4e915c951b1f01612c9600cadcbc90139c74a9a5774ca5779bae339d1d5f33d17f70f1
 SHA512 
845df4073f5dc7544d7c1ae410f154e27ef9a9848c2fa182f4d0acd287f17792d11065b1b3394856bd760589d6b24e30e031d10e4ef6c987ac4321dc7e044e4e
+DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild
new file mode 100644
index 000..9ddb1fff629
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
+SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ipv6"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   dev-util/dialog
+   >=net-analyzer/netselect-0.4[ipv6(+)?]
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all()  {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+   if use ipv6; then
+   # The netselect --ipv4 and --ipv6 options are supported only
+   # with >=net-analyzer/netselect-0.4[ipv6(+)] (bug 688214).
+   sed -e '/^NETSELECT_SUPPORTS_IPV4_IPV6 =/s|False|True|' \
+   -i mirrorselect/selectors.py || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-06-05 Thread Agostino Sarubbo
commit: 611bc13c04455c770d9a6652b6b11a57cb5e45b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  6 06:44:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  6 06:44:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611bc13c

app-portage/mirrorselect: alpha stable wrt bug #686446

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index dda4e72ede0..a6fbbedfe5b 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-06-04 Thread Agostino Sarubbo
commit: 0af59f00bbc6daa36a9b96fa22f06fd361915e6b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 18:50:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 18:51:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af59f00

app-portage/mirrorselect: s390 stable wrt bug #686446

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 70711940f73..dda4e72ede0 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/files/

2019-06-01 Thread Zac Medico
commit: 68c8c65b0920e0d166f3c8c887e2a43c1a38f2b1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  1 16:25:21 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun  1 17:04:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c8c65b

app-portage/mirrorselect: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/12152
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 ...ct-2.2.2-Add-outputmodefunctionassignment.patch | 24 --
 ...ect-2.2.2-Update-for-ssl-fetch-api-change.patch | 24 --
 2 files changed, 48 deletions(-)

diff --git 
a/app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
 
b/app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
deleted file mode 100644
index d170103a465..000
--- 
a/app-portage/mirrorselect/files/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e9dea3a98aa5031fecf1c7115de77e948e8d07ca Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Tue, 27 Jan 2015 10:19:05 -0800
-Subject: [PATCH] Add missed output mode function assignment.
-

- mirrorselect/extractor.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py
-index 59efad1..06dce6c 100644
 a/mirrorselect/extractor.py
-+++ b/mirrorselect/extractor.py
-@@ -107,6 +107,7 @@ class Extractor(object):
-   # setup the ssl-fetch ouptut map
-   connector_output = {
-   'info':self.output.write,
-+  'debug': self.output.write,
-   'error': self.output.print_err,
-   'kwargs-info': {'level': 2},
-   'kwargs-debug': {'level':2},
--- 
-2.2.2
-

diff --git 
a/app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
 
b/app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
deleted file mode 100644
index 2e5fd93c09c..000
--- 
a/app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 9ec1e9649c980d32d23aab40eff3cac5e8f6f555 Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Mon, 26 Jan 2015 18:23:05 -0800
-Subject: [PATCH] Update for ssl-fetch api change
-

- mirrorselect/extractor.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py
-index ec5f299..59efad1 100644
 a/mirrorselect/extractor.py
-+++ b/mirrorselect/extractor.py
-@@ -109,6 +109,7 @@ class Extractor(object):
-   'info':self.output.write,
-   'error': self.output.print_err,
-   'kwargs-info': {'level': 2},
-+  'kwargs-debug': {'level':2},
-   'kwargs-error': {'level':0},
-   }
- 
--- 
-2.2.2
-



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-27 Thread Zac Medico
commit: 82bbe253084208ac9216f8a5a822e8e15361d7f4
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 27 17:47:08 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 27 18:10:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bbe253

app-portage/mirrorselect: version bump to 2.2.5

Bug: https://bugs.gentoo.org/543814
Bug: https://bugs.gentoo.org/582508
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.2.5.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index 66e074b2200..e418d4082a0 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,3 +1,4 @@
 DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
+DIST mirrorselect-2.2.5.tar.gz 16638 BLAKE2B 
b306f146936344309e79469281830bdbd088bae3686de777bf24bce5bd4e915c951b1f01612c9600cadcbc90139c74a9a5774ca5779bae339d1d5f33d17f70f1
 SHA512 
845df4073f5dc7544d7c1ae410f154e27ef9a9848c2fa182f4d0acd287f17792d11065b1b3394856bd760589d6b24e30e031d10e4ef6c987ac4321dc7e044e4e
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild
new file mode 100644
index 000..6a451ee30e9
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.2.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
+SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   dev-util/dialog
+   >=net-analyzer/netselect-0.4[ipv6(+)]
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all()  {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-27 Thread Zac Medico
commit: 36f0964f90395d1a018b2e82def0b4b4d624ac73
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 27 17:15:13 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 27 17:16:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f0964f

app-portage/mirrorselect: require netselect[ipv6] for  (bug 582508)

Bug: https://bugs.gentoo.org/582508
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 5d2c102afc2..de12fd9a5ea 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -22,7 +22,7 @@ KEYWORDS=""
 
 RDEPEND="
dev-util/dialog
-   net-analyzer/netselect
+   >=net-analyzer/netselect-0.4[ipv6(+)]
=dev-python/ssl-fetch-[${PYTHON_USEDEP}]
"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-27 Thread Zac Medico
commit: b1c12dbc3f1f40f49fe84cf1331fe1caee47fa31
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 27 16:45:07 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 27 16:47:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c12dbc

app-portage/mirrorselect: implement python_test for 

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index d93b586c58d..5d2c102afc2 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -27,13 +27,17 @@ RDEPEND="
"
 
 python_prepare_all()  {
-   python_export_best
+   python_setup
eprefixify setup.py mirrorselect/main.py
echo Now setting version... VERSION="-${EGIT_VERSION}" "${PYTHON}" 
setup.py set_version
VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version || die 
"setup.py set_version failed"
distutils-r1_python_prepare_all
 }
 
+python_test() {
+   esetup.py test || die "tests failed under ${EPYTHON}"
+}
+
 pkg_postinst() {
distutils-r1_pkg_postinst
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-27 Thread Zac Medico
commit: 2719c226545248ac98ce68c047229e3a4d24718a
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 27 08:03:11 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 27 08:05:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2719c226

app-portage/mirrorselect: remove old versions

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/Manifest  |  2 --
 .../mirrorselect/mirrorselect-2.2.0.1.ebuild   | 32 -
 .../mirrorselect/mirrorselect-2.2.2-r2.ebuild  | 40 --
 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild | 36 ---
 4 files changed, 110 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index f8ad0c28758..66e074b2200 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,5 +1,3 @@
-DIST mirrorselect-2.2.0.1.tar.gz 13138 BLAKE2B 
40a2724ee8c83018e19a56a49b677cfa3f89d56450ba743ddf67a324b43881fcd8e99022f9532499b5b4d826b8d6700a5606294af3becde1f928ecaa07338f44
 SHA512 
08216c381b70856dd56e903a208bc0ed202826b89136dd0b1cf69bd7cf2afa2df608ac2a0aed5161a56f51cf4bcb51f3826ad55b3a26e671ba2c68490c9cffad
-DIST mirrorselect-2.2.2.tar.gz 15964 BLAKE2B 
96698286c05fd96ea03ec6594c8b0849fad3b1ffdd3f1ecf1a76d205005b07bd4971211e72f10952f5155c91376192fd81efbdfdd5058c9a1c60cf731b0bacd1
 SHA512 
91ce16d236418ba186c447c6497684c4138afd4279a0ba95ee0f069309e8ce086a5a4ce4715ef21275362b7c3772924d422d7711d188d40c1e0b90f773765cf9
 DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
deleted file mode 100644
index 81e105381e8..000
--- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit eutils distutils-r1 prefix
-
-DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="https://dev.gentoo.org/~dolsen/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux"
-
-RDEPEND="
-   dev-util/dialog
-   net-analyzer/netselect
-   "
-
-python_prepare_all()  {
-   python_export_best
-   eprefixify setup.py mirrorselect/main.py
-   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
-   distutils-r1_python_prepare_all
-}

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
deleted file mode 100644
index 2d83632168c..000
--- a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit eutils distutils-r1 prefix
-
-DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
-   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
-   "
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-
-RDEPEND="
-   dev-util/dialog
-   net-analyzer/netselect
-   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
-   "
-
-PATCHES=(
-   "${FILESDIR}/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch"
-   "${FILESDIR}/mirrorselect-2.2.2-Add-outputmodefunctionassignment.patch"
-)
-
-python_prepare_all()  {
-   python_setup
-   epre

[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-26 Thread Sergei Trofimovich
commit: 7e783e3e942d0a2d77505b5343264ac855a30ef3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 26 07:02:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 26 07:03:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e783e3e

app-portage/mirrorselect: stable 2.2.4-r1 for hppa, bug #686446

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 11b1312f490..70711940f73 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-24 Thread Sergei Trofimovich
commit: 9eaf85fc5885c17d516db87b81476da166b5b04d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 24 22:14:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 24 22:50:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaf85fc

app-portage/mirrorselect: stable 2.2.4-r1 for ppc64, bug #686446

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 79a98490fc3..11b1312f490 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-24 Thread Sergei Trofimovich
commit: bfae76b609061cecd331a84fcb22c395d54ca697
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 24 21:43:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 24 22:08:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfae76b6

app-portage/mirrorselect: stable 2.2.4-r1 for ppc, bug #686446

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 38232bbc481..79a98490fc3 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-24 Thread Sergei Trofimovich
commit: ccc25a178849a11ea505ce0c3a1e8a93dedb9ce6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 24 20:14:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 24 20:14:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc25a17

app-portage/mirrorselect: stable 2.2.4-r1 for ia64, bug #686446

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 6fe1d9bcf0a..38232bbc481 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-23 Thread Mikle Kolyada
commit: 79ff2d7da4a44e5ecacac67116446eb7aceb651f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 12:34:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 12:34:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ff2d7d

app-portage/mirrorselect: amd64 stable wrt bug #686446

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
index 184ac4d49c7..6fe1d9bcf0a 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-21 Thread Zac Medico
commit: 51c5f6ff551b106f3eb5b953214b65aede658345
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 21 21:56:55 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 21 22:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c5f6ff

app-portage/mirrorselect: revbump for bug 686464

Bug: https://bugs.gentoo.org/686464
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 .../{mirrorselect-2.2.4.ebuild => mirrorselect-2.2.4-r1.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
similarity index 100%
rename from app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-21 Thread Zac Medico
commit: fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 21 21:48:22 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 21 21:53:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd614c54

app-portage/mirrorselect: drop python2.7 from PYTHON_COMPAT

Support for python2.7 broke with the urllib2.Request.host usage
introduced in this commit:

https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=856abee86416d4b2159f81d34cf28ef3422b92ec

Reported-by: Sophie Hamilton  theblob.org>
Closes: https://bugs.gentoo.org/686464
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
index 99e62e0fd94..184ac4d49c7 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 prefix

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 36964fd8660..d93b586c58d 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 git-r3 prefix



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-05-21 Thread Sergei Trofimovich
commit: 3195a7f245bb50999e56db6e6af39c0a149c429c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:11:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:49:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3195a7f2

app-portage/mirrorselect: stable 2.2.4 for sparc, bug #686446

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
index 92d8fee5729..99e62e0fd94 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2019-02-13 Thread Zac Medico
commit: 8cf18832afef56fa988b0291ec8877d739a8c6ba
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 13 08:59:32 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 13 09:01:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf18832

app-portage/mirrorselect: version bump to 2.2.4

Bug: https://bugs.gentoo.org/566778
Bug: https://bugs.gentoo.org/604968
Bug: https://bugs.gentoo.org/639156
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index fee9c2e771f..f8ad0c28758 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,4 +1,5 @@
 DIST mirrorselect-2.2.0.1.tar.gz 13138 BLAKE2B 
40a2724ee8c83018e19a56a49b677cfa3f89d56450ba743ddf67a324b43881fcd8e99022f9532499b5b4d826b8d6700a5606294af3becde1f928ecaa07338f44
 SHA512 
08216c381b70856dd56e903a208bc0ed202826b89136dd0b1cf69bd7cf2afa2df608ac2a0aed5161a56f51cf4bcb51f3826ad55b3a26e671ba2c68490c9cffad
 DIST mirrorselect-2.2.2.tar.gz 15964 BLAKE2B 
96698286c05fd96ea03ec6594c8b0849fad3b1ffdd3f1ecf1a76d205005b07bd4971211e72f10952f5155c91376192fd81efbdfdd5058c9a1c60cf731b0bacd1
 SHA512 
91ce16d236418ba186c447c6497684c4138afd4279a0ba95ee0f069309e8ce086a5a4ce4715ef21275362b7c3772924d422d7711d188d40c1e0b90f773765cf9
 DIST mirrorselect-2.2.3.tar.gz 15230 BLAKE2B 
7234ab8a681713c63b201e1ae362ea9a28d5e76b5640c6128d79c66d9967660474d0597822604defd3f562cd155524835c5ae20cbf21c5526595775b3be39dc4
 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
+DIST mirrorselect-2.2.4.tar.gz 16085 BLAKE2B 
67d3de3e25a993a4bfc546ae7d188b2a7e61da1cfbc85ac50119c88a81c4966959e31f88101880ba86ef27f0b0674a3d279b11135d2475d0b2fed1ea899021f5
 SHA512 
8749a916911088d128f9064d5aa78c3bf8b529d583db86eb6f7190959008257e231f7b0bae9a2f2fd6edc45f6d0ffb07364c16a3f190f8c97b88472c2d082037
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
new file mode 100644
index 000..ca96fe973d3
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
+SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   dev-util/dialog
+   net-analyzer/netselect
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all()  {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2018-05-30 Thread Mike Frysinger
commit: 722f10670f911847afe63e62fb326abd88777b2e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed May 30 19:56:28 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed May 30 19:56:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722f1067

app-portage/mirrorselect: mark 2.2.3 m68k/s390/sh stable

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 1b812d4b497..23550f0b015 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-23 Thread Pacho Ramos
commit: ba09050c3384dfdfc50f26991ee141c73a17b87d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Oct 23 17:34:08 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Oct 23 17:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba09050c

app-portage/mirrorselect: Support newer python versions

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index efbbddff3d1..4b49dae3c81 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 git-r3 prefix



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-05 Thread Michael Palimaka
commit: f49e9cf4930b6f0d57e4b5a469afbf422a5e44b5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  5 11:26:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  5 11:26:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49e9cf4

app-portage/mirrorselect: stabilise 2.2.3 for hppa/sparc using ALLARCHES

Bug: https://bugs.gentoo.org/631998
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 639ef00e7a8..1b812d4b497 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-04 Thread Markus Meier
commit: 07f699e17b9d780e332e0803e2f14feb0edf1514
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Oct  5 04:33:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Oct  5 04:33:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f699e1

app-portage/mirrorselect: arm stable, bug #631998

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 7219527ce8a..639ef00e7a8 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-03 Thread Matt Turner
commit: cbfcb3b2e6f4742bb2fc4583feb063bfbe5aab0b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct  4 03:48:15 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct  4 03:48:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfcb3b2

app-portage/mirrorselect-2.2.3: alpha stable, bug 631998

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index deb228d78a2..7219527ce8a 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-03 Thread Manuel Rüger
commit: 31b066da490a0d9cade4000d5364d6a69d10d0df
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct  4 01:28:31 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct  4 01:28:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b066da

app-portage/mirrorselect: Stable on amd64

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index f702283a0f2..deb228d78a2 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-03 Thread Thomas Deutschmann
commit: 9a299b2f3eaeb6f8759321ed270eaea4b2a83e03
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct  3 10:25:11 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct  3 10:25:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a299b2f

app-portage/mirrorselect: x86 stable (bug #631998)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 0388977b4d9..f702283a0f2 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-01 Thread Matt Turner
commit: e42ce5622187a77df0512fe7209c2756e96bf379
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  1 20:29:28 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  1 20:29:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42ce562

app-portage/mirrorselect-2.2.3: ia64 stable, bug 631998

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 08182eaf571..0388977b4d9 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-01 Thread Matt Turner
commit: 67b2fe6b290970b1dd74fdcc806e5bd64663cb9a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  1 19:33:21 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  1 19:33:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b2fe6b

app-portage/mirrorselect-2.2.3: ppc64 stable, bug 631998

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 823553c9a7d..08182eaf571 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-10-01 Thread Matt Turner
commit: 208deab71a1165fa3c9e3adcad2442d68843283d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  1 19:33:17 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  1 19:33:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208deab7

app-portage/mirrorselect-2.2.3: ppc stable, bug 631998

 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 6ccd13bd12d..823553c9a7d 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-08-16 Thread Michał Górny
commit: 0412a8146044eacaf6b7bf8810369afae3199192
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug  6 09:36:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0412a814

app-portage/mirrorselect: fix HOMEPAGE

 app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild  | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
index bfeb515a270..b45d2f38ba3 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
index 01573125ff9..725b4bf5dcc 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
index 013d4e92a04..88aaa45414a 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 2ee0f8efa3e..6ccd13bd12d 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index bbcd9c04a8a..efbbddff3d1 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -11,7 +11,7 @@ inherit eutils distutils-r1 git-r3 prefix
 EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI=""
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-07-18 Thread Brian Dolbec
commit: 956be97f352cc28118aba16d996941ca2452659a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 18 22:39:29 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 22:51:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956be97f

app-portage/mirrorselect: Version bump, update  to git-r3

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 35 ++
 app-portage/mirrorselect/mirrorselect-.ebuild  |  5 ++--
 3 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index 582e919961c..9e73f2ced22 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,3 +1,4 @@
 DIST mirrorselect-2.2.0.1.tar.gz 13138 SHA256 
029a09073d6a4363f060912d257f8f118bb3a061c05db532bde1c05816affab1 SHA512 
08216c381b70856dd56e903a208bc0ed202826b89136dd0b1cf69bd7cf2afa2df608ac2a0aed5161a56f51cf4bcb51f3826ad55b3a26e671ba2c68490c9cffad
 WHIRLPOOL 
6925c4dc514fdd5f7c50427627b1ef6babba99c4e98d00d7144489ba16c3740ba967461847d99cd080805e6aebd44ca51ca85bd117ffdb52ba3cdf511fac0c69
 DIST mirrorselect-2.2.2.tar.gz 15964 SHA256 
343089675448e8928ccc74f0eed285f3034a9252de4d1b8980cacf3047cca20f SHA512 
91ce16d236418ba186c447c6497684c4138afd4279a0ba95ee0f069309e8ce086a5a4ce4715ef21275362b7c3772924d422d7711d188d40c1e0b90f773765cf9
 WHIRLPOOL 
0625ac6f01ebdbf6e78a1c1f42a960afb8b2911297b07ca735dcf51615697a3a3926f3dc62925501b8fce6170d94785f6df57147280011b3643746200fb6001d
+DIST mirrorselect-2.2.3.tar.gz 15230 SHA256 
8fafdccac2c97c8c515ee8cea241d8356229de7d38b1d7d5cacd9c310c53dda6 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 WHIRLPOOL 
1b05f9213a5ae1d508ce3ecf8a39b488f099f4bcf9215f12b40beca6354528c8e6cc2c006dbcfac0dd2bce1e3adfcedb18d2d92cd68e3b2b3111f8b3d86ce682
 DIST mirrorselect-test 102403 SHA256 
add93012c44824626a7e05eed2186dcfb60e0b696d4ad7910fdb9eb31c93d3b5 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27
 WHIRLPOOL 
ca9be67338986403d87db7de04d3d1b3ecd483f2a104668a7c23e8e2ef1141a31394d12d3cd4121ec25436c967aac960f3652c20f20d2c89fdde6dd547cd9f8a

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
new file mode 100644
index 000..2ee0f8efa3e
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils distutils-r1 prefix
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+
+RDEPEND="
+   dev-util/dialog
+   net-analyzer/netselect
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all()  {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+   distutils-r1_python_prepare_all
+}

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 99d2180a382..bbcd9c04a8a 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,10 +6,9 @@ EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE="xml"
 
-inherit eutils distutils-r1 git-2 prefix
+inherit eutils distutils-r1 git-r3 prefix
 
 EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
-EGIT_MASTER="master"
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2017-03-01 Thread Markus Meier
commit: 1c37d6e95e5b5ca2293a641fa2ac5883c8f407eb
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar  1 19:53:20 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar  1 19:53:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c37d6e9

app-portage/mirrorselect: add ~arm64, bug #509628

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
index c57532cb931..01573125ff9 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/

2016-11-15 Thread Brian Dolbec
commit: fb68940663320429960fa1485fc2759f56209687
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Nov 16 01:52:54 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Nov 16 01:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb689406

app-portage/mirrorselect: Fix homepage link bug 597676

Package-Manager: portage-2.3.2_p3

 app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
index 6eb0ec2..437b405 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://www.gentoo.org/proj/en/portage/tools/index.xml";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"