Diff pass-1.7.4-r2 with a pass-9999
| /usr/portage/app-admin/pass/pass-9999.ebuild 2024-12-25 14:59:47.027270038 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| 5 | 5 | |
| 6 | 6 |
inherit bash-completion-r1 elisp-common |
| 7 | 7 | |
| 8 |
if [[ ${PV} = 9999* ]]; then
|
|
| 9 |
EGIT_REPO_URI="https://git.zx2c4.com/password-store" |
|
| 10 |
inherit git-r3 |
|
| 11 |
else |
|
| 12 |
SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz"
|
|
| 13 |
S="${WORKDIR}/password-store-${PV}"
|
|
| 14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" |
|
| 15 |
fi |
|
| 16 | ||
| 8 | 17 |
DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" |
| 9 | 18 |
HOMEPAGE="https://www.passwordstore.org/" |
| 10 |
SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz"
|
|
| 11 |
S="${WORKDIR}/password-store-${PV}"
|
|
| 12 | 19 | |
| 13 | 20 |
LICENSE="GPL-2+" |
| 14 | 21 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~arm64-macos ~x64-macos" |
|
| 16 | 22 |
IUSE="+git wayland X emacs dmenu importers" |
| 17 | 23 | |
| 18 | 24 |
RDEPEND=" |
| ... | ... | |
| 31 | 37 |
default |
| 32 | 38 | |
| 33 | 39 |
use elibc_Darwin || return |
| 34 | ||
| 35 | 40 |
# use coreutils' |
| 36 | 41 |
sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die |
| 37 | 42 |
# host getopt isn't cool, and we aren't brew (rip out brew reference) |