summaryrefslogtreecommitdiff
path: root/app-admin/go-updater
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-13 10:44:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-13 10:44:02 +0100
commit57dbe782fa3930bfa59520388f90ca4c2f037785 (patch)
treecab5bb5fd36f7758c6ba15635a713eadc3ee5754 /app-admin/go-updater
parent7bb2a634b4e693c8545db3823c080e6edec25e77 (diff)
gentoo auto-resync : 13:09:2023 - 10:44:02
Diffstat (limited to 'app-admin/go-updater')
-rw-r--r--app-admin/go-updater/Manifest2
-rw-r--r--app-admin/go-updater/go-updater-0.2.0-r1.ebuild (renamed from app-admin/go-updater/go-updater-0.2.0.ebuild)11
2 files changed, 5 insertions, 8 deletions
diff --git a/app-admin/go-updater/Manifest b/app-admin/go-updater/Manifest
index 9bfd29f18d6c..aa1f802e509d 100644
--- a/app-admin/go-updater/Manifest
+++ b/app-admin/go-updater/Manifest
@@ -1,3 +1,3 @@
DIST go-updater-0.2.0.tar.gz 2183 BLAKE2B 0afdd1442916a1def1de4d45eb3cb89c5634b275912b7c8c451ecd6b911e82ad5e8a9715e39404c4d3eb006e7b1822c9f23d02e871379f66536bc5eff15c2f05 SHA512 9c81ded9cdbb825872e0224634f7876a598086870a101e8c2f70fbebcfff964d4ff2f0778607c2110dad1a08160628a8943e9ac902df0b6cd70a58d5ca9e6dca
-EBUILD go-updater-0.2.0.ebuild 484 BLAKE2B 7a8413ef6a49557411bd98527880b63bd1e06ab26b3da010dbc02105de4216cf697e428d9e6d60181872a7279dd428689424363bd9a85d916b1d5b15521303ae SHA512 ffaf2957d335ebde1c981d0593d0f239740fbc155d5f28b8fd744a3c1ab193bbf6cb1ce35d5beea40ffe45a5461582be38d7c336ec235b1026cc1dd2e3f269a4
+EBUILD go-updater-0.2.0-r1.ebuild 474 BLAKE2B 84b198853a6fb7f3426333a9b2f54966a28ec6177a86ac646b8af4bcb72d42d6ac1b6fa31f0c3e854021511cf8e7dad2601fa5daeb6bc9099e9b0fb79cce5886 SHA512 eb0c65b1ef3b0c44f3dc3cc703a09ee821e3f8fab9fe4eeb1e4b9be76cd775c2a222d1fed85850330ffb0267b34a5b160fce512680b7668a6477c901d5c21f0d
MISC metadata.xml 249 BLAKE2B f6a509874b7474c50b6e26528299f3dd8898e010ee52700e2bf71e163b6e4a1e8f0928fb438514d804bc3b26e376e129b2d8400531e9a2661600eda00f7e2ad2 SHA512 bb4c6901bb28b45e570dfd76f2477f15e7383999c671fb6b4e9309ca6d3980ea87bd4823b44520f1b2eebbbbc256299d0bd3d7579b06ea2b46bb06cac07a244f
diff --git a/app-admin/go-updater/go-updater-0.2.0.ebuild b/app-admin/go-updater/go-updater-0.2.0-r1.ebuild
index 78dc6698a598..40d7411844b6 100644
--- a/app-admin/go-updater/go-updater-0.2.0.ebuild
+++ b/app-admin/go-updater/go-updater-0.2.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Checks if Gentoo go packages are compiled with the system's golang version"
HOMEPAGE="https://github.com/mrueg/go-updater"
@@ -10,15 +10,12 @@ SRC_URI="https://github.com/mrueg/go-updater/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="dev-go/goversion"
-src_compile() {
- :;
-}
+src_compile() { :; }
src_install() {
- dobin ${PN}
+ dobin "${PN}"
dodoc README.md
}