diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-06-20 09:09:48 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-06-20 09:09:48 +0000 |
commit | 59c4ad03e381d41533e099c5fde384c7a9ec1fa7 (patch) | |
tree | 30c0da115f67bc3ba8f146fa263ab3ec3464dc59 /app-eselect/eselect-pinentry/files | |
parent | Fix broken gemspec version. (diff) | |
download | historical-59c4ad03e381d41533e099c5fde384c7a9ec1fa7.tar.gz historical-59c4ad03e381d41533e099c5fde384c7a9ec1fa7.tar.bz2 historical-59c4ad03e381d41533e099c5fde384c7a9ec1fa7.zip |
Add pinentry-gnome3, bug#547456
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xBF20DC51
Diffstat (limited to 'app-eselect/eselect-pinentry/files')
-rw-r--r-- | app-eselect/eselect-pinentry/files/pinentry.eselect-0.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.5 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.5 new file mode 100644 index 000000000000..8bb814b79cb9 --- /dev/null +++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.5 @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: pinentry.eselect-0.5,v 1.1 2015/06/20 09:09:41 alonbl Exp $ + +DESCRIPTION="Manage /usr/bin/pinentry implementation" +MAINTAINER="ssuominen@gentoo.org" +VERSION="0.5" + +SYMLINK_PATH=/usr/bin/pinentry +SYMLINK_TARGETS=( pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses pinentry-gnome3 ) +SYMLINK_DESCRIPTION='pinentry binary' + +inherit bin-symlink |