public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/
Date: Thu, 24 Oct 2019 20:06:36 +0000 (UTC)	[thread overview]
Message-ID: <1571947588.d156f25b8901c208a6ac561dca0da448a7cb545c.zmedico@gentoo> (raw)

commit:     d156f25b8901c208a6ac561dca0da448a7cb545c
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 19:59:10 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 20:06:28 2019 +0000
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 <zmedico <AT> 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..00000000000
--- 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}"
-}


             reply	other threads:[~2019-10-24 20:06 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 20:06 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15  3:36 [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/ Zac Medico
2024-11-01  1:10 Matt Turner
2024-09-22 18:02 Arthur Zamarin
2024-05-28  4:12 Sam James
2024-04-15  1:07 Zac Medico
2024-03-25  0:31 Zac Medico
2024-03-06 21:38 Zac Medico
2023-09-07 14:41 Sam James
2023-08-27  0:07 Sam James
2023-08-08  4:49 Sam James
2023-08-08  4:49 Sam James
2023-07-06 11:38 Jakov Smolić
2023-07-06  8:12 Sam James
2023-06-01  5:24 Sam James
2023-01-09 15:27 Matt Turner
2022-06-23 20:11 Brian Dolbec
2022-05-31 19:12 Brian Dolbec
2022-05-19  7:28 WANG Xuerui
2022-05-19  2:44 Zac Medico
2021-09-23  1:07 Matt Turner
2021-06-17 13:47 Yixun Lan
2021-02-27 21:12 Andreas K. Hüttel
2021-02-20 15:34 Ben Kohler
2021-01-01  0:53 Michał Górny
2020-10-04 18:35 Zac Medico
2020-08-11 19:06 Sam James
2020-08-11 18:05 Sam James
2020-08-11 18:05 Sam James
2020-08-11 17:59 Sam James
2020-05-13 22:33 Ben Kohler
2020-04-24 23:41 Brian Dolbec
2019-11-30 19:31 Zac Medico
2019-10-24 20:06 Zac Medico
2019-07-18 13:31 Agostino Sarubbo
2019-07-17  5:22 Zac Medico
2019-06-06  6:46 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-05-27 18:11 Zac Medico
2019-05-27 17:17 Zac Medico
2019-05-27 16:47 Zac Medico
2019-05-27  8:05 Zac Medico
2019-05-26  7:04 Sergei Trofimovich
2019-05-24 22:51 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-24 20:18 Sergei Trofimovich
2019-05-23 12:35 Mikle Kolyada
2019-05-21 22:02 Zac Medico
2019-05-21 21:54 Zac Medico
2019-05-21 18:50 Sergei Trofimovich
2019-02-13  9:01 Zac Medico
2018-05-30 19:56 Mike Frysinger
2017-10-23 17:45 Pacho Ramos
2017-10-05 11:26 Michael Palimaka
2017-10-05  4:34 Markus Meier
2017-10-04  3:48 Matt Turner
2017-10-04  1:28 Manuel Rüger
2017-10-03 10:26 Thomas Deutschmann
2017-10-01 20:29 Matt Turner
2017-10-01 19:33 Matt Turner
2017-10-01 19:33 Matt Turner
2017-08-16  7:29 Michał Górny
2017-07-18 22:51 Brian Dolbec
2017-03-01 19:53 Markus Meier
2016-11-16  1:54 Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571947588.d156f25b8901c208a6ac561dca0da448a7cb545c.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox