Package Details: gentoo-mirrorselect 2.2.6-2

Git Clone URL: https://aur.archlinux.org/gentoo-mirrorselect.git (read-only, click to copy)
Package Base: gentoo-mirrorselect
Description: Tool to help select distfiles mirrors for Gentoo
Upstream URL: https://wiki.gentoo.org/wiki/Mirrorselect
Keywords: gentoo mirror mirrors
Licenses: GPL2
Submitter: FSMaxB
Maintainer: None
Last Packager: yurikoles
Votes: 4
Popularity: 0.000000
First Submitted: 2014-01-26 19:37 (UTC)
Last Updated: 2022-05-24 21:57 (UTC)

Latest Comments

1 2 Next › Last »

showipatlogon commented on 2022-04-09 00:20 (UTC) (edited on 2022-04-09 00:55 (UTC) by showipatlogon)

I've made the request so that I can edit the package to your suggestions below.

yurikoles commented on 2022-04-08 23:53 (UTC) (edited on 2022-04-08 23:55 (UTC) by yurikoles)

@FSMaxB

Please add a pkgver to a cd commands, as in my previous comment below.

$ ls src
mirrorselect-2.2.6  mirrorselect-2.2.6.tar.gz

P.S. ${srcdir} isn't needed, as all commands in makepkg are executed in ${srcdir}.

FSMaxB commented on 2021-11-26 08:24 (UTC)

@showipatlogon I've just updated to 2.2.6

showipatlogon commented on 2021-11-23 12:49 (UTC)

Would it be possible to have version 2.2.6 available with this package? Thx...

yurikoles commented on 2018-08-18 17:43 (UTC) (edited on 2022-04-08 23:52 (UTC) by yurikoles)

diff --git a/PKGBUILD b/PKGBUILD
index 97e9d3b..7af7bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,12 @@ source=("https://dev.gentoo.org/~zmedico/dist/${_basename}-${pkgver}.tar.gz")
 b2sums=('8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8')

 build() {
-    cd "${srcdir}/${_basename}"
+    cd "${_basename}-${pkgver}"
     ./setup.py build
 }

 package() {
-    cd "${srcdir}/${_basename}"
+    cd "${_basename}-${pkgver}"
     VERSION="$pkgver" ./setup.py set_version || exit

     # Apply e69ec2d046626fa2079d460aab469d04256182cd for bug https://bugs.gentoo.org/show_bug.cgi?id=698470

0x9fff00 commented on 2018-08-18 13:44 (UTC)

The package no longer builds since it tries to cd into ${srcdir}/${_basename} which doesn't exist, the directory is named ${srcdir}/${_basename}-${pkgver} now. Also, git is no longer needed in makedepends.

FSMaxB commented on 2018-08-16 16:43 (UTC)

Sorry about the initially incorrect update to 2.2.3

FSMaxB commented on 2014-07-11 22:05 (UTC)

Ok, I found the problem, I'm just stupid. The new mirrorselect-2.2.2 needs ssl-fetch-0.2 in order to work. I updated ssl-fetch so it works now.

FSMaxB commented on 2014-07-11 21:50 (UTC)

I just downgraded to 2.2.1, this fixes the problem. But I don't now yet, why the new version doesn't work.