diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-19 12:37:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-19 12:37:05 +0200 |
commit | 23eb9e15e1e7cb6abf7937799e31cd951bce04bf (patch) | |
tree | fb92180cc07e9270e0ea2adf0d65b8ffe6f9152e /app-crypt/pinentry/pinentry-0.9.0.ebuild | |
parent | a5ae910fae4def8bea0cb7737f33e943e10eaa43 (diff) |
Added app-crypt ebuilds
Diffstat (limited to 'app-crypt/pinentry/pinentry-0.9.0.ebuild')
-rw-r--r-- | app-crypt/pinentry/pinentry-0.9.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-crypt/pinentry/pinentry-0.9.0.ebuild b/app-crypt/pinentry/pinentry-0.9.0.ebuild new file mode 100644 index 00000000..a9a93fb7 --- /dev/null +++ b/app-crypt/pinentry/pinentry-0.9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Collection of simple PIN/passphrase entry dialogs which utilize the Assuan protocol (meta package)" +HOMEPAGE="http://gnupg.org/aegypten2/index.html" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +# ncurses use flag is fake, used to mimic portage ebuild USE flags +IUSE="gtk ncurses qt4 caps static" + +RDEPEND=" + ~app-crypt/pinentry-base-${PV} + caps? ( ~app-crypt/pinentry-base-${PV}[caps] ) + gtk? ( ~app-crypt/pinentry-gtk2-${PV} ) + qt4? ( ~app-crypt/pinentry-qt4-${PV} ) + static? ( ~app-crypt/pinentry-base-${PV}[static] )" +DEPEND="" + +REQUIRED_USE=" + || ( ncurses gtk qt4 ) + gtk? ( !static ) + qt4? ( !static ) + static? ( ncurses ) +" |