From e88daf18e9c6b610831ff8fb35cabf17a7a27c0e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 26 Sep 2024 20:14:04 +0200 Subject: app-portage/bosun: depend on sec-keys/signify-keys-oriole-systems --- app-portage/bosun/Manifest | 2 +- app-portage/bosun/bosun-1.4.0-r1.ebuild | 46 --------------------------------- app-portage/bosun/bosun-1.4.0-r2.ebuild | 46 +++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 app-portage/bosun/bosun-1.4.0-r1.ebuild create mode 100644 app-portage/bosun/bosun-1.4.0-r2.ebuild diff --git a/app-portage/bosun/Manifest b/app-portage/bosun/Manifest index 834e8f5..5f0ce70 100644 --- a/app-portage/bosun/Manifest +++ b/app-portage/bosun/Manifest @@ -1,4 +1,4 @@ DIST bosun-1.4.0.sha.sig 239 BLAKE2B e3aa1dd0a6e41b0e2f855dbf4a4555f0494144f14ca81e43c7b8b4dae692ce7d83777928290522693b23b9ea4f35fdab7d0038653088260fc6eb6d1f4e20f62c SHA512 5643b5306447364cfd2b0b71ade931d268064841bad5b5e7603b7c937600c7e76093118ff463ed12aaac86bbe97e58d29583327973a0283f642a121edaaf4092 DIST bosun-1.4.0.tar.gz 4818 BLAKE2B 1f951507857d94078b4e8c2cb3b53040c668fd7e78db30ebc3c20bdfb283619a12d5540242f43964bd07281ec9bb777e2dc27ece190e71701e82f6476592596f SHA512 a973a718c9e5ceff6b4f16a510e416dbd516ca8fcf4e298548296a01060fdfb058afe98f1b980d8d77cc84ee58a2c8f7492b5313fbec69c926db3190edf2a0ce -EBUILD bosun-1.4.0-r1.ebuild 961 BLAKE2B 8d924fa107b539fac4a99afbcf4b57a070639e17913aff3609d5ce9b6cefaae2f3da4ac59188a561001fbdbba80bdf9cb169a3d3b46e43ba5e11de701b5597cb SHA512 38f7ae1b1ed094b26c8edae7dfca501258e2aa8cb64c15fcbd75a870bef702dc5e5ad63297a99bb6d3dbc8ec8f6ab66fe4e4e9e85e0a446c56e94bd6fd21ddbf +EBUILD bosun-1.4.0-r2.ebuild 1023 BLAKE2B 558f42414c4908975b75e25b1774de246bfe8faaca80a4e0d35fa49cab9a338b60596d75508d60564f9524e5b7b5b47afd33ec1a67ec6cc646749f488f44893f SHA512 523f8a821df40dd13e5f004b209df87c1341edebb40303dbed99ac1be878e412f6b38035b91f82e5b757ca10cd0387283afeb429836df9877085397770b154b1 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-portage/bosun/bosun-1.4.0-r1.ebuild b/app-portage/bosun/bosun-1.4.0-r1.ebuild deleted file mode 100644 index 0d8b279..0000000 --- a/app-portage/bosun/bosun-1.4.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_METHOD="signify" -inherit verify-sig - -DESCRIPTION="Manage portage roles with stow(8)" -HOMEPAGE="https://git.oriole.systems/bosun" -SRC_URI=" - https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz - verify-sig? ( - https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz.asc - -> ${P}.sha.sig - ) -" - -RESTRICT="mirror" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="app-admin/stow" -RDEPEND="${DEPEND}" - -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/signify-keys/oriole-systems-20240330.pub" - -src_unpack() { - if use verify-sig; then - cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die - verify-sig_verify_signed_checksums \ - ${P}.sha.sig sha256 ${P}.tar.gz - fi - default -} - -src_compile() { :; } - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install - - insinto /usr/share/fish/vendor_completions.d - doins contrib/completion/bosun.fish -} diff --git a/app-portage/bosun/bosun-1.4.0-r2.ebuild b/app-portage/bosun/bosun-1.4.0-r2.ebuild new file mode 100644 index 0000000..363b343 --- /dev/null +++ b/app-portage/bosun/bosun-1.4.0-r2.ebuild @@ -0,0 +1,46 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VERIFY_SIG_METHOD="signify" +inherit verify-sig + +DESCRIPTION="Manage portage roles with stow(8)" +HOMEPAGE="https://git.oriole.systems/bosun" +SRC_URI=" + https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz + verify-sig? ( + https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz.asc + -> ${P}.sha.sig + ) +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="mirror" + +DEPEND="app-admin/stow" +RDEPEND="${DEPEND}" +BDEPEND="verify-sig? ( sec-keys/signify-keys-oriole-systems )" + +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/signify-keys/oriole-systems-20240330.pub" + +src_unpack() { + if use verify-sig; then + cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die + verify-sig_verify_signed_checksums \ + ${P}.sha.sig sha256 ${P}.tar.gz + fi + default +} + +src_compile() { :; } + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install + + insinto /usr/share/fish/vendor_completions.d + doins contrib/completion/bosun.fish +} -- cgit v1.2.3-2-gb3c3