Lines 12-42
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
Link Here
|
12 |
LICENSE="GPL-2" |
12 |
LICENSE="GPL-2" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 |
IUSE="emacs gtk ncurses qt5 caps gnome-keyring static" |
15 |
IUSE="caps emacs gnome-keyring gtk ncurses qt5 static" |
16 |
|
16 |
|
17 |
CDEPEND=" |
17 |
CDEPEND=" |
18 |
>=dev-libs/libgpg-error-1.17 |
18 |
app-eselect/eselect-pinentry |
19 |
>=dev-libs/libassuan-2.1 |
19 |
>=dev-libs/libassuan-2.1 |
20 |
>=dev-libs/libgcrypt-1.6.3 |
20 |
>=dev-libs/libgcrypt-1.6.3 |
21 |
ncurses? ( sys-libs/ncurses:0= ) |
21 |
>=dev-libs/libgpg-error-1.17 |
|
|
22 |
caps? ( sys-libs/libcap ) |
23 |
gnome-keyring? ( app-crypt/libsecret ) |
22 |
gtk? ( x11-libs/gtk+:2 ) |
24 |
gtk? ( x11-libs/gtk+:2 ) |
|
|
25 |
ncurses? ( sys-libs/ncurses:0= ) |
23 |
qt5? ( |
26 |
qt5? ( |
24 |
dev-qt/qtgui:5 |
27 |
dev-qt/qtgui:5 |
25 |
dev-qt/qtwidgets:5 |
28 |
dev-qt/qtwidgets:5 |
26 |
) |
29 |
) |
27 |
caps? ( sys-libs/libcap ) |
|
|
28 |
static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] ) |
30 |
static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] ) |
29 |
app-eselect/eselect-pinentry |
|
|
30 |
gnome-keyring? ( app-crypt/libsecret ) |
31 |
" |
31 |
" |
32 |
|
|
|
33 |
DEPEND="${CDEPEND} |
32 |
DEPEND="${CDEPEND} |
34 |
sys-devel/gettext |
33 |
sys-devel/gettext |
35 |
virtual/pkgconfig |
34 |
virtual/pkgconfig |
36 |
" |
35 |
" |
37 |
|
36 |
RDEPEND="${CDEPEND} |
38 |
RDEPEND=" |
|
|
39 |
${CDEPEND} |
40 |
gnome-keyring? ( app-crypt/gcr ) |
37 |
gnome-keyring? ( app-crypt/gcr ) |
41 |
" |
38 |
" |
42 |
|
39 |
|
Lines 67-79
src_configure() {
Link Here
|
67 |
|
64 |
|
68 |
econf \ |
65 |
econf \ |
69 |
--enable-pinentry-tty \ |
66 |
--enable-pinentry-tty \ |
|
|
67 |
$(use_with caps libcap) \ |
70 |
$(use_enable emacs pinentry-emacs) \ |
68 |
$(use_enable emacs pinentry-emacs) \ |
|
|
69 |
$(use_enable gnome-keyring libsecret) \ |
70 |
$(use_enable gnome-keyring pinentry-gnome3) \ |
71 |
$(use_enable gtk pinentry-gtk2) \ |
71 |
$(use_enable gtk pinentry-gtk2) \ |
72 |
$(use_enable ncurses pinentry-curses) \ |
72 |
$(use_enable ncurses pinentry-curses) \ |
73 |
$(use_enable ncurses fallback-curses) \ |
73 |
$(use_enable ncurses fallback-curses) \ |
74 |
$(use_with caps libcap) \ |
|
|
75 |
$(use_enable gnome-keyring libsecret) \ |
76 |
$(use_enable gnome-keyring pinentry-gnome3) \ |
77 |
$(use_enable qt5 pinentry-qt) \ |
74 |
$(use_enable qt5 pinentry-qt) \ |
78 |
MOC="$(qt5_get_bindir)"/moc |
75 |
MOC="$(qt5_get_bindir)"/moc |
79 |
} |
76 |
} |
80 |
- |
|
|
81 |
-- |
82 |
app-crypt/pinentry/pinentry-1.0.0.ebuild | 2 +- |
77 |
app-crypt/pinentry/pinentry-1.0.0.ebuild | 2 +- |
83 |
1 file changed, 1 insertion(+), 1 deletion(-) |
78 |
1 file changed, 1 insertion(+), 1 deletion(-) |