Lines 4-10
Link Here
|
4 |
|
4 |
|
5 |
EAPI=5 |
5 |
EAPI=5 |
6 |
|
6 |
|
7 |
inherit bash-completion-r1 elisp-common |
7 |
inherit bash-completion-r1 elisp-common eutils |
8 |
|
8 |
|
9 |
DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" |
9 |
DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" |
10 |
HOMEPAGE="http://www.passwordstore.org/" |
10 |
HOMEPAGE="http://www.passwordstore.org/" |
Lines 13-19
SRC_URI="http://git.zx2c4.com/password-s
Link Here
|
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
LICENSE="GPL-2" |
14 |
LICENSE="GPL-2" |
15 |
KEYWORDS="amd64 x86 ~x86-macos" |
15 |
KEYWORDS="amd64 x86 ~x86-macos" |
16 |
IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" |
16 |
IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin smartcard" |
17 |
|
17 |
|
18 |
RDEPEND=" |
18 |
RDEPEND=" |
19 |
app-crypt/gnupg |
19 |
app-crypt/gnupg |
Lines 31-36
RDEPEND="
Link Here
|
31 |
S="${WORKDIR}/password-store-${PV}" |
31 |
S="${WORKDIR}/password-store-${PV}" |
32 |
|
32 |
|
33 |
src_prepare() { |
33 |
src_prepare() { |
|
|
34 |
if use smartcard; then |
35 |
epatch "${FILESDIR}/${P}-scdaemon.patch" |
36 |
fi |
37 |
|
34 |
use elibc_Darwin || return |
38 |
use elibc_Darwin || return |
35 |
# use coreutils' |
39 |
# use coreutils' |
36 |
sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die |
40 |
sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die |