From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78BC3139694 for ; Sun, 26 Feb 2017 18:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C34E0BFC; Sun, 26 Feb 2017 18:37:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CFF3E0BFC for ; Sun, 26 Feb 2017 18:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECDA2340BEA for ; Sun, 26 Feb 2017 18:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B75B5583 for ; Sun, 26 Feb 2017 18:37:08 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1488134224.e70e1b7558f3e43445cd1d54711299ec074e83c2.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pass/Manifest app-admin/pass/pass-1.6.5.ebuild app-admin/pass/pass-1.7.ebuild app-admin/pass/pass-9999.ebuild X-VCS-Directories: app-admin/pass/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: e70e1b7558f3e43445cd1d54711299ec074e83c2 X-VCS-Branch: master Date: Sun, 26 Feb 2017 18:37:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2d07f1e-1c74-4047-a7f4-c76567934bb0 X-Archives-Hash: 75f9c4056932d0de674f5bfa1bbe2d25 commit: e70e1b7558f3e43445cd1d54711299ec074e83c2 Author: Jason A. Donenfeld gentoo org> AuthorDate: Sun Feb 26 18:07:17 2017 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Sun Feb 26 18:37:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70e1b75 app-admin/pass: version bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/pass/Manifest | 1 + app-admin/pass/pass-1.6.5.ebuild | 4 ++-- app-admin/pass/{pass-1.6.5.ebuild => pass-1.7.ebuild} | 19 +++++++++++-------- app-admin/pass/pass-9999.ebuild | 15 +++++++++------ 4 files changed, 23 insertions(+), 16 deletions(-) diff --git a/app-admin/pass/Manifest b/app-admin/pass/Manifest index 7a29467b2d..4935823580 100644 --- a/app-admin/pass/Manifest +++ b/app-admin/pass/Manifest @@ -1 +1,2 @@ DIST password-store-1.6.5.tar.xz 54576 SHA256 337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315 SHA512 e28503b63c6d18a2f45f4a732fdec0380c2ac15e1778136ec5e7ac568662b09183d3ad4fd36ca7e87cfe74540f916cb6365695bdf665a39da4cbe86c4bde7a78 WHIRLPOOL da5a5652d6fcea4f571135072f205cc7ad1aecb927478fde7979051557df958e9c51c47363c12f213deafbd7572eefe0f204acda7e430548e365f0e7fdc0c94f +DIST password-store-1.7.tar.xz 62372 SHA256 161ac3bd3c452a97f134aa7aa4668fe3f2401c839fd23c10e16b8c0ae4e15500 SHA512 f31fd067f9c6134eac7bb5039df6de3d6fe25c9fcd16d27a0cba159bd7fa9361193081a1fff2000cba1943edbb324e645c6399d4f4aa9f441dd9c67696462a50 WHIRLPOOL d9630fd9fb17e5a84f13627059357ba412981e258c31c33b81ce147b315ffdeda43a651a1212beb060ceb03b770f28d7b8364c6e4eb670a901ff05a128560edb diff --git a/app-admin/pass/pass-1.6.5.ebuild b/app-admin/pass/pass-1.6.5.ebuild index 0178ee360b..6192070f19 100644 --- a/app-admin/pass/pass-1.6.5.ebuild +++ b/app-admin/pass/pass-1.6.5.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit bash-completion-r1 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" -HOMEPAGE="http://www.passwordstore.org/" -SRC_URI="http://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" +HOMEPAGE="https://www.passwordstore.org/" +SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" SLOT="0" LICENSE="GPL-2" diff --git a/app-admin/pass/pass-1.6.5.ebuild b/app-admin/pass/pass-1.7.ebuild similarity index 81% copy from app-admin/pass/pass-1.6.5.ebuild copy to app-admin/pass/pass-1.7.ebuild index 0178ee360b..0fd3049bdc 100644 --- a/app-admin/pass/pass-1.6.5.ebuild +++ b/app-admin/pass/pass-1.7.ebuild @@ -7,17 +7,17 @@ EAPI=5 inherit bash-completion-r1 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" -HOMEPAGE="http://www.passwordstore.org/" -SRC_URI="http://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" +HOMEPAGE="https://www.passwordstore.org/" +SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86 ~x86-macos" +KEYWORDS="~amd64 ~x86 ~x86-macos" IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" RDEPEND=" app-crypt/gnupg - app-admin/pwgen + media-gfx/qrencode >=app-text/tree-1.7.0 git? ( dev-vcs/git ) X? ( x11-misc/xclip ) @@ -45,11 +45,14 @@ src_compile() { } src_install() { - use zsh-completion && export FORCE_ZSHCOMP=1 - use fish-completion && export FORCE_FISHCOMP=1 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}/usr" \ + BASHCOMPDIR="$(get_bashcompdir)" \ + WITH_BASHCOMP=yes \ + WITH_ZSHCOMP=$(usex zsh-completion) \ + WITH_FISHCOMP=$(usex fish-completion) use dmenu && dobin contrib/dmenu/passmenu - newbashcomp src/completion/pass.bash-completion pass if use emacs; then elisp-install ${PN} contrib/emacs/*.el elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index cd67642663..a3f305b933 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit bash-completion-r1 git-2 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" -HOMEPAGE="http://www.passwordstore.org/" +HOMEPAGE="https://www.passwordstore.org/" EGIT_REPO_URI="https://git.zx2c4.com/password-store" SLOT="0" @@ -17,7 +17,7 @@ IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" RDEPEND=" app-crypt/gnupg - app-admin/pwgen + media-gfx/qrencode >=app-text/tree-1.7.0 git? ( dev-vcs/git ) X? ( x11-misc/xclip ) @@ -45,11 +45,14 @@ src_compile() { } src_install() { - use zsh-completion && export FORCE_ZSHCOMP=1 - use fish-completion && export FORCE_FISHCOMP=1 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}/usr" \ + BASHCOMPDIR="$(get_bashcompdir)" \ + WITH_BASHCOMP=yes \ + WITH_ZSHCOMP=$(usex zsh-completion) \ + WITH_FISHCOMP=$(usex fish-completion) use dmenu && dobin contrib/dmenu/passmenu - newbashcomp src/completion/pass.bash-completion pass if use emacs; then elisp-install ${PN} contrib/emacs/*.el elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"