commit:     2a97baf0c1ac4d0ed90615c42611553bd9230aa2
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 03:01:37 2024 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 03:24:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a97baf0

app-admin/gopass: drop 1.15.8, 1.15.10

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-admin/gopass/Manifest              |  4 ---
 app-admin/gopass/gopass-1.15.10.ebuild | 45 ----------------------------------
 app-admin/gopass/gopass-1.15.8.ebuild  | 45 ----------------------------------
 3 files changed, 94 deletions(-)

diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest
index 42bf37ab0f6e..4364fb4ba686 100644
--- a/app-admin/gopass/Manifest
+++ b/app-admin/gopass/Manifest
@@ -1,6 +1,2 @@
-DIST gopass-1.15.10-deps.tar.xz 287839856 BLAKE2B 
46c6b5ae3dbc2117aee7235776b627fcaffe819b283a6a25c3ad841dfe32584c2d80e1799abfc98b7bad22e1fdf62cba04365ce4c328a9db94d902bec8d85735
 SHA512 
317747e7b7370863790b7778367e0216b367d1b5f4be1af9f2d3828e1a960b746879a9e71cd195c51acbde914b7e3deed8a35eeb60780a21275b6993f77d695a
-DIST gopass-1.15.10.tar.gz 2319168 BLAKE2B 
06e8b2a69401c66975c2fde7e34c0b3987d35800c9ce9d0e9a2035b20943d8af472a267cfd66a5529458f5a311502738ab8e972647b4b8ed737680c264a88d48
 SHA512 
62c8395a5781ad9c10ccb235f02fb080564ca956b0999054d1838cc89387c959ea6fd0e6f3bd81e85db1fa8cf14d539498d57a3cfd978a338f9011234ec23242
 DIST gopass-1.15.11-deps.tar.xz 288006888 BLAKE2B 
527cef72eb493425111c6fd0a872bb31c63381226c823143e5d722cb59172a08901a50fce7042d329370bc83dd66205833e85608d68ce9b2037db89eb1a1b8a7
 SHA512 
978c5a915d382b8fe6360744c45c696f8c3c571df1341496537be73896d100eda78be1630b2f4a3ccd73d828d566a483bc057a302683aa4ddf92f46b8fa49e03
 DIST gopass-1.15.11.tar.gz 2319860 BLAKE2B 
923be5effa8ca5a77a12bcd2692d2a07b68c6d068a579022e359a5f6e485813c37dc7e34acfeb1f0deec4e1075a54dd75b408ef0e07713cf7ffc2cfde2e9ac38
 SHA512 
ec3231f6cf903ba3a70f4721f04613ddf0e28e820c98a708c861ae68c993162a1346f62332132c00abd218f82f0ed0da0f8b86297427e813b0688a8eee5128be
-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

diff --git a/app-admin/gopass/gopass-1.15.10.ebuild 
b/app-admin/gopass/gopass-1.15.10.ebuild
deleted file mode 100644
index f85c0b12c06a..000000000000
--- a/app-admin/gopass/gopass-1.15.10.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"
-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 ~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.8.ebuild 
b/app-admin/gopass/gopass-1.15.8.ebuild
deleted file mode 100644
index 2ca946430b8f..000000000000
--- a/app-admin/gopass/gopass-1.15.8.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"
-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 ~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
-}

Reply via email to