commit: 76a3b69c689e559965c61e4289c8b0a32e6ae7fd Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Tue Nov 21 04:22:16 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Tue Nov 21 04:24:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a3b69c
app-admin/gopass: drop 1.15.4, 1.15.5 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> app-admin/gopass/Manifest | 4 ---- app-admin/gopass/gopass-1.15.4.ebuild | 45 ----------------------------------- app-admin/gopass/gopass-1.15.5.ebuild | 45 ----------------------------------- 3 files changed, 94 deletions(-) diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest index 7ceba8e405cd..165de76c9629 100644 --- a/app-admin/gopass/Manifest +++ b/app-admin/gopass/Manifest @@ -1,7 +1,3 @@ -DIST gopass-1.15.4-deps.tar.xz 34045072 BLAKE2B d8525a166df31c99b20a1a7262c2e287b7e429dcd010183585fbac7e58ae8ce4d5430fb936da0b9a85fd8a2f0ff08555d02140a649fddc07c818e11b3bcdb287 SHA512 0953101962d77116e788858652a98ffa3b8c0bd58137f59791da45d6e73cfd5fa39e40edd400c5d881cc549fc1b155b17dda48c6f59d9e06b6c000b259098d2a -DIST gopass-1.15.4.tar.gz 2301976 BLAKE2B f947d0e7b7ba599743404a231d9b09380d0069489543e1cc306eb11a3dbf369368dc8c8a464abac04558907fa6c93982a56575b79b7920ee84a46c94beb815ae SHA512 c6cf67de3b3ace253822ea9890a50ecbd2829eb7b625d05327d1b3549ed3ff6b84d1155f71276fa94b6392012b0c87b4b9e488ca0d14915d40af77fc21325603 -DIST gopass-1.15.5-deps.tar.xz 182300292 BLAKE2B 12878d90f59c1e15f18eefed331ffcb195292f9895243918cf6e66cc0d90b95bf0b0fa098ba80fb77ec559476c88b79e56102f191bfee6f6b68ef00dbcd7572b SHA512 1ba502d9074fd722c82a998791d291b2fba98c35339f404757b7ae10b3bb8971329e4a8c74bcf4b589e67dede0bf04b240d8a3db9812f4aa75bbd7f7ef9c1c51 -DIST gopass-1.15.5.tar.gz 2304217 BLAKE2B bc20ce1f738e01800def34dac131199c249742cb1383af8bd97b0f441b47163b10ba2a3cc41962c933e343b88ce37c60c74665a599724353f3d5a245cc42cc75 SHA512 4e99db0020e87cb494fa33e6d63a6d3d7af10ebff79a32c95bfb18201f881c5e99ce6593c87cb43a6aa2f38bfcae23b1496eee9fbc88026aad41871ca83a94be DIST gopass-1.15.8-deps.tar.xz 285946172 BLAKE2B a72ee73cfec9b6b55625eda6f3737d9133f99f1b951c79f87f7e5ea94ec1819fc7f1c3c0b4e16db255839b9e6865adac900f2a03911523ef088a108819b57802 SHA512 2a6293b1ac29f0d27d39d6faf29477a15b362cdd51f6e7c4b79074f7fa7709fdf71f167a96e81ade6429821fe68a9129859b95fc64f6bc2107b434d66a73c78a DIST gopass-1.15.8.tar.gz 2309941 BLAKE2B 940855b30b132ca664e6e838cd1b3e8713a571e84c92ea873b0a0090df369492fdda46e1e2cf1e88f8e52ebe6308805ab707e9a74d3125396b0497ed2f79db5e SHA512 8c4f6fd750fa15dba7f81acccd4360c57e2454b7162625d38b1aa0d9d9fe218d2e7664c1505ff40450aab0cd829cc156b7e5544b64c790337078c6d86758cae7 DIST gopass-1.15.9-deps.tar.xz 287822700 BLAKE2B 49d521b256f9c02263027bcea4db0cb054cc08bbc2362a7a7dde422a595272c0c65ea35dc0e6ac8ad624b758f59fe8df218a72dc73b3bd5075b8762b3d6b4fc5 SHA512 616543120dff675ef85819e4f8726462a2f9b48404c770cd2043c766c19b6e9a4e5817c88832550028d5887b0f53125ed074232993b1fb7131b2e1864daeff92 diff --git a/app-admin/gopass/gopass-1.15.4.ebuild b/app-admin/gopass/gopass-1.15.4.ebuild deleted file mode 100644 index 67107d2d0faf..000000000000 --- a/app-admin/gopass/gopass-1.15.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module optfeature - -DESCRIPTION="a simple but powerful password manager for the terminal" -HOMEPAGE="https://www.gopass.pw/" -SRC_URI="https://github.com/gopasspw/gopass/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc64 ~riscv ~x86" - -DEPEND=">=dev-lang/go-1.18" -RDEPEND=" - dev-vcs/git - >=app-crypt/gnupg-2 -" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.3-skip-tests.patch" -) - -src_test() { - # https://github.com/gopasspw/gopass/blob/v1.15.3/.github/workflows/build.yml#L38 - git config --global user.name nobody || die - git config --global user.email foo....@example.org || die - - default -} - -src_install() { - emake install DESTDIR="${ED}/usr" - einstalldocs -} - -pkg_postinst() { - optfeature "browser integration" app-admin/gopass-jsonapi - optfeature "git credentials helper" app-admin/git-credential-gopass - optfeature "haveibeenpwnd.com integration" app-admin/gopass-hibp - optfeature "summon secrets helper" app-admin/gopass-summon-provider -} diff --git a/app-admin/gopass/gopass-1.15.5.ebuild b/app-admin/gopass/gopass-1.15.5.ebuild deleted file mode 100644 index c54c2b1d89a1..000000000000 --- a/app-admin/gopass/gopass-1.15.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module optfeature - -DESCRIPTION="a simple but powerful password manager for the terminal" -HOMEPAGE="https://www.gopass.pw/" -SRC_URI="https://github.com/gopasspw/gopass/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" - -DEPEND=">=dev-lang/go-1.18" -RDEPEND=" - dev-vcs/git - >=app-crypt/gnupg-2 -" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.3-skip-tests.patch" -) - -src_test() { - # https://github.com/gopasspw/gopass/blob/v1.15.3/.github/workflows/build.yml#L38 - git config --global user.name nobody || die - git config --global user.email foo....@example.org || die - - default -} - -src_install() { - emake install DESTDIR="${ED}/usr" - einstalldocs -} - -pkg_postinst() { - optfeature "browser integration" app-admin/gopass-jsonapi - optfeature "git credentials helper" app-admin/git-credential-gopass - optfeature "haveibeenpwnd.com integration" app-admin/gopass-hibp - optfeature "summon secrets helper" app-admin/gopass-summon-provider -}