From 57dbe782fa3930bfa59520388f90ca4c2f037785 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Sep 2023 10:44:02 +0100 Subject: gentoo auto-resync : 13:09:2023 - 10:44:02 --- app-admin/go-updater/Manifest | 2 +- app-admin/go-updater/go-updater-0.2.0-r1.ebuild | 21 +++++++++++++++++++++ app-admin/go-updater/go-updater-0.2.0.ebuild | 24 ------------------------ 3 files changed, 22 insertions(+), 25 deletions(-) create mode 100644 app-admin/go-updater/go-updater-0.2.0-r1.ebuild delete mode 100644 app-admin/go-updater/go-updater-0.2.0.ebuild (limited to 'app-admin/go-updater') 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-r1.ebuild b/app-admin/go-updater/go-updater-0.2.0-r1.ebuild new file mode 100644 index 000000000000..40d7411844b6 --- /dev/null +++ b/app-admin/go-updater/go-updater-0.2.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Checks if Gentoo go packages are compiled with the system's golang version" +HOMEPAGE="https://github.com/mrueg/go-updater" +SRC_URI="https://github.com/mrueg/go-updater/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-go/goversion" + +src_compile() { :; } + +src_install() { + dobin "${PN}" + dodoc README.md +} diff --git a/app-admin/go-updater/go-updater-0.2.0.ebuild b/app-admin/go-updater/go-updater-0.2.0.ebuild deleted file mode 100644 index 78dc6698a598..000000000000 --- a/app-admin/go-updater/go-updater-0.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Checks if Gentoo go packages are compiled with the system's golang version" -HOMEPAGE="https://github.com/mrueg/go-updater" -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_install() { - dobin ${PN} - dodoc README.md -} -- cgit v1.2.3