Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gopass/
Date: Wed, 21 Aug 2019 11:58:33
Message-Id: 1566388520.f9b633368a9a83a8589f25a6894c1f53669567a7.radhermit@gentoo
1 commit: f9b633368a9a83a8589f25a6894c1f53669567a7
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 21 11:54:11 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 21 11:55:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b63336
7
8 app-admin/gopass: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-admin/gopass/Manifest | 2 --
13 app-admin/gopass/gopass-1.8.3.ebuild | 43 ----------------------------------
14 app-admin/gopass/gopass-1.8.4.ebuild | 45 ------------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest
18 index 319b4badd70..5c414249aa5 100644
19 --- a/app-admin/gopass/Manifest
20 +++ b/app-admin/gopass/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gopass-1.8.3.tar.gz 6374004 BLAKE2B 1f3b66e8a631d94fbbb33347009a4614f180d7bd30f3d73e98f476fc81a3f5f0aef15c80705b1b4e871f333a3366cc051eb41785082bb90420a5d34f38e35e16 SHA512 bcf8e4cdb37355ae43d0d6d21e3248d3547fb3f1892bb2e8d5d8ddc47a784f75f4f404429733ac824bd66d719fe63fef7a1d58facde65a6d1820ecf14e7bd77e
23 -DIST gopass-1.8.4.tar.gz 6436185 BLAKE2B ecb086717b09a4a5ea24bc4378fd54369628b0319bfe222b2ca11583eb304c84c05513b1d2ca97089152f41903d5dae24f3aa4acc5e2f6c7e948a8d918308d66 SHA512 53440ff95589f21e1ea1d8a03e3565ad6a3b35dd747ecd62f6496fbe9ba51e94e3081142dfcc094a5986828fcf4724280ee0fdebd9cdc05f0d8720aa4f1c89ae
24 DIST gopass-1.8.5.tar.gz 6561060 BLAKE2B 99d5ba9d5aed396eb4747461b64285d37544e7deaeb7ee7ebd6e3298a8746cdacbae4aa573d87d324703751d5a78efad2735954d8e2a2a8b53549985a4a9952a SHA512 1f451b10aa87141de635650489bf7227c252e10e5139dad274c95d5625db74fec0b8892a468800d3d3c5dd8b3d64f1c93bd6c75a0ba54fe5f6e630c77b2c6c71
25 DIST gopass-1.8.6.tar.gz 7072723 BLAKE2B 5ae883c54f8180f8b6da870bd99710f1c740afe9de193c127a3047fa1211641b94ab98e23148d83c6d5b2cd2e3275f644dc875d106c9267e7e0c6342bf0b9a46 SHA512 7acdb095cf8913954044c3206eab020f197542334798c6b94724709c3953b12f7e5b73ce8c1aa4bfd5df3acf1f424b64bfa94f9a8f68fa7116ed14c8a0f2e6f0
26
27 diff --git a/app-admin/gopass/gopass-1.8.3.ebuild b/app-admin/gopass/gopass-1.8.3.ebuild
28 deleted file mode 100644
29 index 1345581a840..00000000000
30 --- a/app-admin/gopass/gopass-1.8.3.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -EGO_PN="github.com/gopasspw/gopass"
38 -
39 -inherit golang-vcs-snapshot golang-build bash-completion-r1
40 -
41 -DESCRIPTION="a simple but powerful password manager for the terminal"
42 -HOMEPAGE="https://www.gopass.pw/"
43 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND=">=dev-lang/go-1.11"
51 -RDEPEND="
52 - dev-vcs/git
53 - >=app-crypt/gnupg-2
54 -"
55 -
56 -src_install() {
57 - dobin gopass
58 -
59 - local DOCS=( src/${EGO_PN}/{CHANGELOG,CONTRIBUTING}.md src/${EGO_PN}/docs/*.md )
60 - einstalldocs
61 -
62 - # install fish completion
63 - ./gopass completion fish > "${T}"/${PN}.fish || die
64 - insinto /usr/share/fish/vendor_completions.d
65 - doins "${T}"/${PN}.fish
66 -
67 - # install bash completion
68 - ./gopass completion bash > "${T}"/${PN} || die
69 - dobashcomp "${T}"/${PN}
70 -
71 - # install zsh completion
72 - ./gopass completion zsh > "${T}"/${PN}.zsh || die
73 - insinto /usr/share/zsh/site-functions
74 - newins "${T}"/${PN}.zsh _${PN}
75 -}
76
77 diff --git a/app-admin/gopass/gopass-1.8.4.ebuild b/app-admin/gopass/gopass-1.8.4.ebuild
78 deleted file mode 100644
79 index 1733d999175..00000000000
80 --- a/app-admin/gopass/gopass-1.8.4.ebuild
81 +++ /dev/null
82 @@ -1,45 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -EGO_PN="github.com/gopasspw/gopass"
88 -
89 -inherit golang-vcs-snapshot golang-build bash-completion-r1
90 -
91 -DESCRIPTION="a simple but powerful password manager for the terminal"
92 -HOMEPAGE="https://www.gopass.pw/"
93 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -IUSE=""
99 -
100 -DEPEND=">=dev-lang/go-1.11"
101 -RDEPEND="
102 - dev-vcs/git
103 - >=app-crypt/gnupg-2
104 -"
105 -
106 -PATCHES=( "${FILESDIR}"/${P}-xc-tests.patch )
107 -
108 -src_install() {
109 - dobin gopass
110 -
111 - local DOCS=( src/${EGO_PN}/{CHANGELOG,CONTRIBUTING}.md src/${EGO_PN}/docs/*.md )
112 - einstalldocs
113 -
114 - # install fish completion
115 - ./gopass completion fish > "${T}"/${PN}.fish || die
116 - insinto /usr/share/fish/vendor_completions.d
117 - doins "${T}"/${PN}.fish
118 -
119 - # install bash completion
120 - ./gopass completion bash > "${T}"/${PN} || die
121 - dobashcomp "${T}"/${PN}
122 -
123 - # install zsh completion
124 - ./gopass completion zsh > "${T}"/${PN}.zsh || die
125 - insinto /usr/share/zsh/site-functions
126 - newins "${T}"/${PN}.zsh _${PN}
127 -}