diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-11-18 15:20:04 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-18 15:21:43 -0700 |
commit | fa8f50fee929dda7876bd9c33f8a4bfcfd459127 (patch) | |
tree | eb84416aaea5e2aa3e7bd5c5f444b8906a80f1b8 /app-admin/gopass | |
parent | app-admin/gopass: update to EAPI 7 and update LICENSE (diff) | |
download | gentoo-fa8f50fee929dda7876bd9c33f8a4bfcfd459127.tar.gz gentoo-fa8f50fee929dda7876bd9c33f8a4bfcfd459127.tar.bz2 gentoo-fa8f50fee929dda7876bd9c33f8a4bfcfd459127.zip |
app-admin/gopass: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-admin/gopass')
-rw-r--r-- | app-admin/gopass/Manifest | 1 | ||||
-rw-r--r-- | app-admin/gopass/files/gopass-1.8.4-xc-tests.patch | 28 | ||||
-rw-r--r-- | app-admin/gopass/gopass-1.8.5.ebuild | 45 | ||||
-rw-r--r-- | app-admin/gopass/gopass-1.8.6.ebuild | 43 |
4 files changed, 0 insertions, 117 deletions
diff --git a/app-admin/gopass/Manifest b/app-admin/gopass/Manifest index 5c414249aa52..6754b82bde6d 100644 --- a/app-admin/gopass/Manifest +++ b/app-admin/gopass/Manifest @@ -1,2 +1 @@ -DIST gopass-1.8.5.tar.gz 6561060 BLAKE2B 99d5ba9d5aed396eb4747461b64285d37544e7deaeb7ee7ebd6e3298a8746cdacbae4aa573d87d324703751d5a78efad2735954d8e2a2a8b53549985a4a9952a SHA512 1f451b10aa87141de635650489bf7227c252e10e5139dad274c95d5625db74fec0b8892a468800d3d3c5dd8b3d64f1c93bd6c75a0ba54fe5f6e630c77b2c6c71 DIST gopass-1.8.6.tar.gz 7072723 BLAKE2B 5ae883c54f8180f8b6da870bd99710f1c740afe9de193c127a3047fa1211641b94ab98e23148d83c6d5b2cd2e3275f644dc875d106c9267e7e0c6342bf0b9a46 SHA512 7acdb095cf8913954044c3206eab020f197542334798c6b94724709c3953b12f7e5b73ce8c1aa4bfd5df3acf1f424b64bfa94f9a8f68fa7116ed14c8a0f2e6f0 diff --git a/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch b/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch deleted file mode 100644 index 5780f17bf347..000000000000 --- a/app-admin/gopass/files/gopass-1.8.4-xc-tests.patch +++ /dev/null @@ -1,28 +0,0 @@ -Skip xc cli tests, 1.8.3 failed when run with no arguments for these commands -but 1.8.4 doesn't. - ---- gopass-1.8.4/src/github.com/gopasspw/gopass/commands_test.go -+++ gopass-1.8.4/src/github.com/gopasspw/gopass/commands_test.go -@@ -55,14 +55,14 @@ - ".templates.remove": {}, - ".templates.show": {}, - ".unclip": {}, -- ".xc.decrypt": {}, -- ".xc.encrypt": {}, -- ".xc.export": {}, -- ".xc.export-private-key": {}, -- ".xc.generate": {}, -- ".xc.import": {}, -- ".xc.import-private-key": {}, -- ".xc.remove": {}, -+ // ".xc.decrypt": {}, -+ // ".xc.encrypt": {}, -+ // ".xc.export": {}, -+ // ".xc.export-private-key": {}, -+ // ".xc.generate": {}, -+ // ".xc.import": {}, -+ // ".xc.import-private-key": {}, -+ // ".xc.remove": {}, - } - - func TestGetCommands(t *testing.T) { diff --git a/app-admin/gopass/gopass-1.8.5.ebuild b/app-admin/gopass/gopass-1.8.5.ebuild deleted file mode 100644 index 108b80c18f66..000000000000 --- a/app-admin/gopass/gopass-1.8.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN="github.com/gopasspw/gopass" - -inherit golang-vcs-snapshot golang-build bash-completion-r1 - -DESCRIPTION="a simple but powerful password manager for the terminal" -HOMEPAGE="https://www.gopass.pw/" -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/go-1.11" -RDEPEND=" - dev-vcs/git - >=app-crypt/gnupg-2 -" - -PATCHES=( "${FILESDIR}"/${PN}-1.8.4-xc-tests.patch ) - -src_install() { - dobin gopass - - local DOCS=( src/${EGO_PN}/{CHANGELOG,CONTRIBUTING}.md src/${EGO_PN}/docs/*.md ) - einstalldocs - - # install fish completion - ./gopass completion fish > "${T}"/${PN}.fish || die - insinto /usr/share/fish/vendor_completions.d - doins "${T}"/${PN}.fish - - # install bash completion - ./gopass completion bash > "${T}"/${PN} || die - dobashcomp "${T}"/${PN} - - # install zsh completion - ./gopass completion zsh > "${T}"/${PN}.zsh || die - insinto /usr/share/zsh/site-functions - newins "${T}"/${PN}.zsh _${PN} -} diff --git a/app-admin/gopass/gopass-1.8.6.ebuild b/app-admin/gopass/gopass-1.8.6.ebuild deleted file mode 100644 index 5ca88b63636f..000000000000 --- a/app-admin/gopass/gopass-1.8.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN="github.com/gopasspw/gopass" - -inherit golang-vcs-snapshot golang-build bash-completion-r1 - -DESCRIPTION="a simple but powerful password manager for the terminal" -HOMEPAGE="https://www.gopass.pw/" -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/go-1.11" -RDEPEND=" - dev-vcs/git - >=app-crypt/gnupg-2 -" - -src_install() { - dobin gopass - - local DOCS=( src/${EGO_PN}/{CHANGELOG,CONTRIBUTING}.md src/${EGO_PN}/docs/*.md ) - einstalldocs - - # install fish completion - ./gopass completion fish > "${T}"/${PN}.fish || die - insinto /usr/share/fish/vendor_completions.d - doins "${T}"/${PN}.fish - - # install bash completion - ./gopass completion bash > "${T}"/${PN} || die - dobashcomp "${T}"/${PN} - - # install zsh completion - ./gopass completion zsh > "${T}"/${PN}.zsh || die - insinto /usr/share/zsh/site-functions - newins "${T}"/${PN}.zsh _${PN} -} |