app-eselect/eselect-go: EAPI 8, fix pkgcheck issues

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2024-08-22 16:29:08 +01:00
parent d3a90670c8
commit 3c1b247280
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
DIST eselect-go-0.1.0.tar.gz 104232 SHA256 541de8bc7b77d93f070f907f17760bb30dc3fa8244216d565fcdfb58ab04381b SHA512 b7e9bf07bc7026115d639ed893c54332d63cd2d7a46a6f3b2f8a6748658dfb82f09e875def8bf9abecfb1e39f054ef194b39b0c415ac9ce69ea03332125d4c1f WHIRLPOOL 77996759041eea27f169eadab48f122e55ec11886e851d583ebdd0cf667500d7ca45a62a9edfb99400cc69cbd936887ddface15e7c81d2b301ba111c53123a6a DIST eselect-go-0.1.0.tar.gz 104232 BLAKE2B 770773f990509bdfcdb1c463f01915526358fe28b440be288dad0833a4e8647cf52ba136569b4e7b46c71b80c6ffd43075fd25bfb516ec5790f80067247e08c5 SHA512 b7e9bf07bc7026115d639ed893c54332d63cd2d7a46a6f3b2f8a6748658dfb82f09e875def8bf9abecfb1e39f054ef194b39b0c415ac9ce69ea03332125d4c1f

View File

@ -1,12 +1,11 @@
# Copyright 2016 CoreOS, Inc. # Copyright 2016 CoreOS, Inc.
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6 EAPI=8
DESCRIPTION="Eselect module for managing multiple Go versions" DESCRIPTION="Eselect module for managing multiple Go versions"
HOMEPAGE="https://github.com/coreos/eselect-go" HOMEPAGE="https://github.com/coreos/eselect-go"
SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" SRC_URI="https://github.com/coreos/eselect-go/releases/download/v${PV}/${P}.tar.gz"
# Note for future releases: the tarball was generated via `make dist` and # Note for future releases: the tarball was generated via `make dist` and
# uploaded to GitHub so there is no need for initializing autotools here. # uploaded to GitHub so there is no need for initializing autotools here.
@ -14,6 +13,7 @@ LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="test? ( dev-libs/glib )" DEPEND="test? ( dev-libs/glib )"
RDEPEND="app-admin/eselect RDEPEND="app-admin/eselect

View File

@ -6,4 +6,7 @@
packages or architectures that cannot upgrade to the same Go version packages or architectures that cannot upgrade to the same Go version
all at the same time. Gentoo doesn't support this use case. all at the same time. Gentoo doesn't support this use case.
</longdescription> </longdescription>
<upstream>
<remote-id type="github">coreos/eselect-go</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>