commit: c9908b9ca40382b86f641e0d1c36dc74e7540cfc Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 14:10:50 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 14:16:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9908b9c
app-admin/gopass-hibp: drop 1.15.14 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-admin/gopass-hibp/Manifest | 2 -- app-admin/gopass-hibp/gopass-hibp-1.15.14.ebuild | 21 --------------------- 2 files changed, 23 deletions(-) diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest index 5a1cee52e1c1..f756fc492cac 100644 --- a/app-admin/gopass-hibp/Manifest +++ b/app-admin/gopass-hibp/Manifest @@ -1,4 +1,2 @@ -DIST gopass-hibp-1.15.14-deps.tar.xz 14656156 BLAKE2B 2aabc11371eaa3199c85b186d033f9a64d69ef07c91aa0e0f1a39694d8b84542cb95e65954b7627a6123b49a570f805ede3478cdbd203f1e3379039ed1f35773 SHA512 2325052e3b1077e98a7f21fde1e82ba90d114bba94d1e033f32bbdf5cbe7beef1ea3a613d82e1b7e379c0c87d6bb49afd7d9de33f8ea9b206a54982ce9d93985 -DIST gopass-hibp-1.15.14.tar.gz 24232 BLAKE2B b5906237339805bc57069254346db49040056a2dce4b9ebd33d678772fb9eab286413127e269111317e548a40f8ba071974e461b05dc76a180e86d90fd54c26c SHA512 efbecfc631faed28edda088c80f5919e3cc665b66c5fd999b99469a9a810bf25fe119863accef3d9b68d05b7994dd91efce0c2652a84b1001c85d7b29ab425d5 DIST gopass-hibp-1.15.15-deps.tar.xz 16659260 BLAKE2B 5bc41cb7822512842730ebcc52b3c17dc8d0061d70e490a59ae84a647bd875bea2779700598e7cffa2cca862b2f158f19dd84f89061e7e565e7ed8226ca87524 SHA512 40c0c4925d71a00f58512106f33eec1d6d82d8d789e8555ed6d89d4a654f9f8dbdd607cb1ede05e2eaf7e80e800b057af98ef1d5750dba5348596852eb994181 DIST gopass-hibp-1.15.15.tar.gz 22701 BLAKE2B b357b69e9f79da6599f200c01352233f9a79b76c0739f7d992e13216cc4151ea967cec74905861a2f6ee6411c059632428c913053b71fd82af22d2e3a09a5e7b SHA512 214e6f007f4d4f48fa37116da32c751631f8a4f763892324ff2098336927cc4c271d5ae1caec5535d96f09b1525412608b78bc0b9936d7f309d2a07cb65b1663 diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.14.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.15.14.ebuild deleted file mode 100644 index e30950cff996..000000000000 --- a/app-admin/gopass-hibp/gopass-hibp-1.15.14.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Gopass haveibeenpwnd.com integration" -HOMEPAGE="https://github.com/gopasspw/gopass-hibp" -SRC_URI="https://github.com/gopasspw/gopass-hibp/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" 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 ~x86" - -DEPEND=">=dev-lang/go-1.16" -RDEPEND=" - dev-vcs/git - >=app-crypt/gnupg-2 -"
