remove old gopass - no need
This commit is contained in:
parent
9daaf4e7c5
commit
25d82344e5
@ -1,8 +0,0 @@
|
|||||||
DIST github.com-golang-crypto-3d3f9f4.tar.gz 1644973 BLAKE2B d5175578ed9faa9346291f315bf9c22fa2081914007a40a32fe43931943cd64e2a9863df527235ae9b9c017b8031c3829719ad84e9cd8d517a991d642dfc57f4 SHA512 11d7bc008cf78982594698357422d3fd41bd3f5b547bf232d50b4359175c8250f1d3d3ec802842899646fbcc2fc069ea43f3468b570c64dc15c39d0d93a61cee
|
|
||||||
DIST github.com-golang-sys-66b7b13.tar.gz 1112111 BLAKE2B 2c352f7c10c0c3e6314b55161b77bc8070472599ab43aa2ff68d08e5b70a28b592c5b843b7ef9ebc2275d0671c6ecc9ba2df70bde4ea3384ee0a4c37722e7617 SHA512 fa33b6975a8f984f20ba17464a70e0bd3e35276fd3f67bde49362df25a18377d772559c0390ce83c62f352b9b8ab458c327964c810f1afa84163919d6401192e
|
|
||||||
DIST gopass-1.6.11.tar.gz 3988480 BLAKE2B f1d2882e917788ed70020195a541b049f263ef7199c7b276b7e86019be51089203da6f9e0d03cd2e252c99a78706ff2174975724fabd486768b582d8460d0906 SHA512 5fd2652af1b0741def27911bd918d92a558ff1c7f17d62db2f3efd1cbbc86eb90fb3d588f6359de2d2b885a98fb3718e4ca51c770409b185f866c3995162ff41
|
|
||||||
DIST gopass-1.8.2.tar.gz 5954839 BLAKE2B 4603786c393ffe2df26ef83da7ca2baf3366497d58773af1f06c2f2631e77802470e6a6c2639473a04174679e26573073ebe6e0b08d82a9db8c5509685b38fc0 SHA512 b18041a35363c03067a094c8fcf127e4a605eb64449b20abf99b638a448c9f4f6f2eed40b878d5b004ceff864ab3cd2db0633c4df7b55f7cccee535dc8405dd5
|
|
||||||
DIST gopass-1.8.3.tar.gz 6374004 BLAKE2B 1f3b66e8a631d94fbbb33347009a4614f180d7bd30f3d73e98f476fc81a3f5f0aef15c80705b1b4e871f333a3366cc051eb41785082bb90420a5d34f38e35e16 SHA512 bcf8e4cdb37355ae43d0d6d21e3248d3547fb3f1892bb2e8d5d8ddc47a784f75f4f404429733ac824bd66d719fe63fef7a1d58facde65a6d1820ecf14e7bd77e
|
|
||||||
EBUILD gopass-1.6.11.ebuild 1419 BLAKE2B 5c8404787eb96e08826e82eca4bbb22f79192c45d86cfacf092ff22a94f397ee3f7c18e963f6a570fcc8b16b8e7a26b9955b89ff0e840ec27dab3a4a934f13be SHA512 165cced43adb424528e9ea54dbd205667579ea7da2102e3371b51683f54e1ee230b62088c8e94bdd9e7660482161fe065665e912b89b756591c10d8095c183ec
|
|
||||||
EBUILD gopass-1.8.2.ebuild 1725 BLAKE2B 0614db96f6cb736a7663afab51050fbedc9665679d9f654078e155653a96b543a7f29154ca4e4e96f7afe96aa48b2211f3e78f20f57b07421f1f50b341f60710 SHA512 8b7f2e4c462cb393b99bbc1661af0bf9dfe754e84252048b21730e5d0ba68d3f1a6791e90977ae202fea5b8212bf2d109d919cd9a1d43f6e306f4b646f324765
|
|
||||||
EBUILD gopass-1.8.3.ebuild 1725 BLAKE2B 0614db96f6cb736a7663afab51050fbedc9665679d9f654078e155653a96b543a7f29154ca4e4e96f7afe96aa48b2211f3e78f20f57b07421f1f50b341f60710 SHA512 8b7f2e4c462cb393b99bbc1661af0bf9dfe754e84252048b21730e5d0ba68d3f1a6791e90977ae202fea5b8212bf2d109d919cd9a1d43f6e306f4b646f324765
|
|
@ -1,57 +0,0 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
GOLANG_PKG_IMPORTPATH="github.com/justwatchcom"
|
|
||||||
GOLANG_PKG_ARCHIVEPREFIX="v"
|
|
||||||
GOLANG_PKG_LDFLAGS="-extldflags '-static' -X main.version=${PV}"
|
|
||||||
GOLANG_PKG_HAVE_TEST=1
|
|
||||||
|
|
||||||
inherit golang-single bash-completion-r1
|
|
||||||
|
|
||||||
DESCRIPTION="The slightly more awesome standard unix password manager for teams"
|
|
||||||
HOMEPAGE="https://www.justwatch.com/gopass"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 x86"
|
|
||||||
IUSE="bash-completion zsh-completion fish-completion dmenu"
|
|
||||||
|
|
||||||
DEPEND="app-crypt/gpgme:1
|
|
||||||
dev-vcs/git[threads,gpg,curl]
|
|
||||||
dmenu? ( x11-misc/dmenu x11-misc/xdotool )"
|
|
||||||
RDEPEND="${DEPEND}
|
|
||||||
zsh-completion? ( app-shells/zsh )
|
|
||||||
fish-completion? ( app-shells/fish )"
|
|
||||||
|
|
||||||
DOCS+=" docs/*"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
golang-single_src_install
|
|
||||||
|
|
||||||
# Install fish completion files
|
|
||||||
if use fish-completion; then
|
|
||||||
${GOBIN}/gopass completion fish > "${T}"/${PN}.fish || die
|
|
||||||
insinto /usr/share/fish/functions
|
|
||||||
doins "${T}"/${PN}.fish
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install bash completion files
|
|
||||||
if use bash-completion; then
|
|
||||||
${GOBIN}/gopass completion bash > "${T}"/${PN} || die
|
|
||||||
dobashcomp "${T}"/${PN}
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install zsh completion files
|
|
||||||
if use zsh-completion; then
|
|
||||||
${GOBIN}/gopass completion zsh > "${T}"/${PN}.zsh || die
|
|
||||||
insinto /usr/share/zsh/site-functions
|
|
||||||
newins "${T}"/${PN}.zsh _${PN}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
GOLANG_PKG_IS_MULTIPLE=1
|
|
||||||
golang-single_src_test
|
|
||||||
}
|
|
@ -1,69 +0,0 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
GOLANG_PKG_IMPORTPATH="github.com/${PN}pw"
|
|
||||||
GOLANG_PKG_ARCHIVEPREFIX="v"
|
|
||||||
GOLANG_PKG_LDFLAGS="-extldflags '-static' -X main.version=${PV}"
|
|
||||||
GOLANG_PKG_HAVE_TEST=1
|
|
||||||
|
|
||||||
# Fix for https://github.com/gopasspw/gopass/issues/956
|
|
||||||
GOLANG_PKG_DEPENDENCIES=(
|
|
||||||
"github.com/golang/crypto:3d3f9f4 -> golang.org/x"
|
|
||||||
"github.com/golang/sys:66b7b13 -> golang.org/x"
|
|
||||||
)
|
|
||||||
|
|
||||||
inherit golang-single bash-completion-r1
|
|
||||||
|
|
||||||
DESCRIPTION="The slightly more awesome standard unix password manager for teams"
|
|
||||||
HOMEPAGE="https://www.justwatch.com/gopass"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 x86"
|
|
||||||
IUSE="bash-completion zsh-completion fish-completion dmenu"
|
|
||||||
|
|
||||||
DEPEND="app-crypt/gpgme:1
|
|
||||||
dev-vcs/git[threads,gpg,curl]
|
|
||||||
dmenu? ( x11-misc/dmenu x11-misc/xdotool )"
|
|
||||||
RDEPEND="${DEPEND}
|
|
||||||
zsh-completion? ( app-shells/zsh )
|
|
||||||
fish-completion? ( app-shells/fish )"
|
|
||||||
|
|
||||||
DOCS+=" docs/*"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
golang-single_src_prepare
|
|
||||||
rm -r vendor/golang.org/x/crypto || die
|
|
||||||
rm -r vendor/golang.org/x/sys || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
golang-single_src_install
|
|
||||||
|
|
||||||
# Install fish completion files
|
|
||||||
if use fish-completion; then
|
|
||||||
${GOBIN}/gopass completion fish > "${T}"/${PN}.fish || die
|
|
||||||
insinto /usr/share/fish/functions
|
|
||||||
doins "${T}"/${PN}.fish
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install bash completion files
|
|
||||||
if use bash-completion; then
|
|
||||||
${GOBIN}/gopass completion bash > "${T}"/${PN} || die
|
|
||||||
dobashcomp "${T}"/${PN}
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install zsh completion files
|
|
||||||
if use zsh-completion; then
|
|
||||||
${GOBIN}/gopass completion zsh > "${T}"/${PN}.zsh || die
|
|
||||||
insinto /usr/share/zsh/site-functions
|
|
||||||
newins "${T}"/${PN}.zsh _${PN}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
GOLANG_PKG_IS_MULTIPLE=1
|
|
||||||
golang-single_src_test
|
|
||||||
}
|
|
@ -1,69 +0,0 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
GOLANG_PKG_IMPORTPATH="github.com/${PN}pw"
|
|
||||||
GOLANG_PKG_ARCHIVEPREFIX="v"
|
|
||||||
GOLANG_PKG_LDFLAGS="-extldflags '-static' -X main.version=${PV}"
|
|
||||||
GOLANG_PKG_HAVE_TEST=1
|
|
||||||
|
|
||||||
# Fix for https://github.com/gopasspw/gopass/issues/956
|
|
||||||
GOLANG_PKG_DEPENDENCIES=(
|
|
||||||
"github.com/golang/crypto:3d3f9f4 -> golang.org/x"
|
|
||||||
"github.com/golang/sys:66b7b13 -> golang.org/x"
|
|
||||||
)
|
|
||||||
|
|
||||||
inherit golang-single bash-completion-r1
|
|
||||||
|
|
||||||
DESCRIPTION="The slightly more awesome standard unix password manager for teams"
|
|
||||||
HOMEPAGE="https://www.justwatch.com/gopass"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 x86"
|
|
||||||
IUSE="bash-completion zsh-completion fish-completion dmenu"
|
|
||||||
|
|
||||||
DEPEND="app-crypt/gpgme:1
|
|
||||||
dev-vcs/git[threads,gpg,curl]
|
|
||||||
dmenu? ( x11-misc/dmenu x11-misc/xdotool )"
|
|
||||||
RDEPEND="${DEPEND}
|
|
||||||
zsh-completion? ( app-shells/zsh )
|
|
||||||
fish-completion? ( app-shells/fish )"
|
|
||||||
|
|
||||||
DOCS+=" docs/*"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
golang-single_src_prepare
|
|
||||||
rm -r vendor/golang.org/x/crypto || die
|
|
||||||
rm -r vendor/golang.org/x/sys || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
golang-single_src_install
|
|
||||||
|
|
||||||
# Install fish completion files
|
|
||||||
if use fish-completion; then
|
|
||||||
${GOBIN}/gopass completion fish > "${T}"/${PN}.fish || die
|
|
||||||
insinto /usr/share/fish/functions
|
|
||||||
doins "${T}"/${PN}.fish
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install bash completion files
|
|
||||||
if use bash-completion; then
|
|
||||||
${GOBIN}/gopass completion bash > "${T}"/${PN} || die
|
|
||||||
dobashcomp "${T}"/${PN}
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install zsh completion files
|
|
||||||
if use zsh-completion; then
|
|
||||||
${GOBIN}/gopass completion zsh > "${T}"/${PN}.zsh || die
|
|
||||||
insinto /usr/share/zsh/site-functions
|
|
||||||
newins "${T}"/${PN}.zsh _${PN}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
GOLANG_PKG_IS_MULTIPLE=1
|
|
||||||
golang-single_src_test
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user