public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gopass/
Date: Sun,  3 Dec 2023 21:41:21 +0000 (UTC)	[thread overview]
Message-ID: <1701639667.43dbd61b0bac105aeae05b17ce03575dceea5ef7.ajak@gentoo> (raw)

commit:     43dbd61b0bac105aeae05b17ce03575dceea5ef7
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 21:23:20 2023 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 21:41:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dbd61b

app-admin/gopass: drop 1.15.9

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

 app-admin/gopass/Manifest             |  2 --
 app-admin/gopass/gopass-1.15.9.ebuild | 45 -----------------------------------
 2 files changed, 47 deletions(-)

diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest
index a03b796449f0..42bf37ab0f6e 100644
--- a/app-admin/gopass/Manifest
+++ b/app-admin/gopass/Manifest
@@ -4,5 +4,3 @@ DIST gopass-1.15.11-deps.tar.xz 288006888 BLAKE2B 527cef72eb493425111c6fd0a872bb
 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
-DIST gopass-1.15.9-deps.tar.xz 287822700 BLAKE2B 49d521b256f9c02263027bcea4db0cb054cc08bbc2362a7a7dde422a595272c0c65ea35dc0e6ac8ad624b758f59fe8df218a72dc73b3bd5075b8762b3d6b4fc5 SHA512 616543120dff675ef85819e4f8726462a2f9b48404c770cd2043c766c19b6e9a4e5817c88832550028d5887b0f53125ed074232993b1fb7131b2e1864daeff92
-DIST gopass-1.15.9.tar.gz 2313795 BLAKE2B cf0f2371ddce57c9b8912716fee650ef118bc6339d643a0cd2a8cd880fbd6f4e8da897f3c37d8ff9b9a8fcd92238dd19c06238453bcf714d9a628edc7c92c505 SHA512 e776c8c35858986006db2eb310571ddf98ce706373ccb334d9c4813a94f9e46ededd7be8b0bed383f7c6e60859d64cbf2d43c797181e3adf393c8596a4b459ec

diff --git a/app-admin/gopass/gopass-1.15.9.ebuild b/app-admin/gopass/gopass-1.15.9.ebuild
deleted file mode 100644
index f85c0b12c06a..000000000000
--- a/app-admin/gopass/gopass-1.15.9.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.bar@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	other threads:[~2023-12-03 21:41 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03 21:41 John Helmert III [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 21:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/gopass/ John Helmert III
2024-08-31 21:28 John Helmert III
2024-05-18  9:09 Arthur Zamarin
2024-04-28  6:46 Arthur Zamarin
2024-04-08  4:10 John Helmert III
2024-01-08  3:24 John Helmert III
2024-01-08  3:24 John Helmert III
2023-12-03 21:41 John Helmert III
2023-11-25 17:56 John Helmert III
2023-11-21  4:27 John Helmert III
2023-11-21  4:27 John Helmert III
2023-11-21  4:27 John Helmert III
2023-09-14  4:47 John Helmert III
2023-04-16 20:43 John Helmert III
2023-04-16 20:43 John Helmert III
2023-04-16 20:43 John Helmert III
2023-02-26  1:10 John Helmert III
2023-02-25 17:54 Arthur Zamarin
2023-02-19 16:46 John Helmert III
2023-01-17 17:13 John Helmert III
2023-01-17 17:13 John Helmert III
2022-11-01 10:11 Yixun Lan
2022-08-26 14:37 Robin H. Johnson
2022-08-26 14:37 Robin H. Johnson
2022-05-17  5:08 Robin H. Johnson
2021-12-18 17:28 Mikle Kolyada
2021-07-02 17:45 Mikle Kolyada
2021-07-02 17:45 Mikle Kolyada
2021-07-02 17:45 Mikle Kolyada
2021-07-02 17:35 Mikle Kolyada
2021-05-12 19:30 Mikle Kolyada
2021-05-12 19:29 Mikle Kolyada
2021-03-28  7:42 Mikle Kolyada
2021-03-28  7:42 Mikle Kolyada
2021-03-21 18:11 Mikle Kolyada
2021-03-21 18:11 Mikle Kolyada
2021-03-13 19:48 Mikle Kolyada
2021-03-13 19:48 Mikle Kolyada
2021-03-10 10:09 Mikle Kolyada
2021-03-09 10:01 Mikle Kolyada
2021-02-22 23:21 Mikle Kolyada
2021-01-20 10:26 Mikle Kolyada
2020-11-13 17:32 Mikle Kolyada
2020-11-13 17:32 Mikle Kolyada
2020-08-30 22:09 Georgy Yakovlev
2020-08-28  7:03 Mikle Kolyada
2020-06-19  9:06 Mikle Kolyada
2020-06-19  9:06 Mikle Kolyada
2020-05-19 20:35 Georgy Yakovlev
2020-05-14 11:18 Mikle Kolyada
2020-05-10 14:30 Mikle Kolyada
2020-05-04 19:34 Mikle Kolyada
2019-11-22 15:48 Mikle Kolyada
2019-11-19 17:59 Mikle Kolyada
2019-11-18 22:21 Tim Harder
2019-11-18 22:21 Tim Harder
2019-08-21 11:58 Tim Harder
2019-08-21 11:58 Tim Harder
2019-03-28  7:03 Tim Harder
2019-02-05 11:29 Tim Harder
2018-12-12  8:25 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1701639667.43dbd61b0bac105aeae05b17ce03575dceea5ef7.ajak@gentoo \
    --to=ajak@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox