diff options
author | 2024-08-31 09:23:05 +0200 | |
---|---|---|
committer | 2024-08-31 09:32:37 +0200 | |
commit | df44079c32c36af7deecf31d2a569084a0dfc1e9 (patch) | |
tree | 9c35366fae7921d7cd15994f0c12923cc1b8cf94 /app-admin | |
parent | xfce-extra/xfce4-smartbookmark-plugin: Stabilize 0.5.2-r1 x86, #938774 (diff) | |
download | gentoo-df44079c32c36af7deecf31d2a569084a0dfc1e9.tar.gz gentoo-df44079c32c36af7deecf31d2a569084a0dfc1e9.tar.bz2 gentoo-df44079c32c36af7deecf31d2a569084a0dfc1e9.zip |
app-admin/gopass-jsonapi: drop 1.15.11
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gopass-jsonapi/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild | 25 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-admin/gopass-jsonapi/Manifest b/app-admin/gopass-jsonapi/Manifest index 502172becc97..1b417e5e011e 100644 --- a/app-admin/gopass-jsonapi/Manifest +++ b/app-admin/gopass-jsonapi/Manifest @@ -1,4 +1,2 @@ -DIST gopass-jsonapi-1.15.11-deps.tar.xz 288583480 BLAKE2B f914d07a5b00f82bb1baa3114736fdde720a8bfb4b2378c60015501c281a14b595fff96c40b06c0f9f8d867e5b2004a43aa9eed4e3cf4016bdfb2a8acb221a78 SHA512 220f31aae7db0a268b4658f1464c8b1256958f2d220ebc028701db1ab2eda998b92d493e0facf741fc4d83135cf53d3fda5ac24f84365cd567da3d825623b0f6 -DIST gopass-jsonapi-1.15.11.tar.gz 36121 BLAKE2B cc9832c9473d1ed0095ff10f6fbbe763d0b4a3a76fb891089f75a0cd0eb677e1c1c87598ff8beb1494d5790870c39d78df0c52ce9be68a127e0d8d725a9dcdc0 SHA512 7231edc6bf6a529761a193fda40fdf254ffdaab6853d9a265d4d7ff3fcdc08fb418f9c4f1a05f32180eccde5add1a5276fa01133fc90a61c57c4c9793a9abc3a DIST gopass-jsonapi-1.15.13-deps.tar.xz 149388536 BLAKE2B 2b5068a830edef67e330f918081bbdf218a2a0e80dc6c26e3d7b9d1d3779919dd869f57af32b0580f5be4787dc6df1325b5b1aba864c0bf0c2fd9d3e1c65364f SHA512 b6034103e0df9897cb95db3b8c9dc2895d7680385de14afcf7ab20db1d7eb537fa86ec56447267623b8493788802b1a1d6a9abff5c9d76f171847b79994cfa16 DIST gopass-jsonapi-1.15.13.tar.gz 32433 BLAKE2B 6e16c2b060f2a380ede13840bea419b76b5e00cbc0dd29bbf72fc41900acfdeb6bb63908d09bfecbdc89c8c7266274a722fbb6d4b5848ee42fd986d36c3e30ca SHA512 e4b92558d17b27f4f4aada045ccfae4237e2021310ce1c64f3c29406c17f9f73ff61891ede96baebd741b4af15c0584ba8fe9fcb9693e288d17947e606d837b3 diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild deleted file mode 100644 index 828cd8d04aa5..000000000000 --- a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild +++ /dev/null @@ -1,25 +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 Browser Bindings" -HOMEPAGE="https://github.com/gopasspw/gopass-jsonapi" -SRC_URI="https://github.com/gopasspw/gopass-jsonapi/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 -" - -PATCHES=( - "${FILESDIR}/${PN}-1.15.3-skip-test.patch" -) |