Gentoo Archives: gentoo-commits

From: "Kristian Fiskerstrand (k_f)" <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-pinentry/files: pinentry.eselect-0.6
Date: Wed, 01 Jul 2015 17:56:14
Message-Id: 20150701175607.94DB074C@oystercatcher.gentoo.org
1 k_f 15/07/01 17:56:07
2
3 Added: pinentry.eselect-0.6
4 Log:
5 If pinentry-gnome3 exist, prefer this over the qt and gtk versions. The version will only exist if gnome-keyword is specified for pinentry build.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x250B7AFED6379D85!)
8
9 Revision Changes Path
10 1.1 app-eselect/eselect-pinentry/files/pinentry.eselect-0.6
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-pinentry/files/pinentry.eselect-0.6?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-pinentry/files/pinentry.eselect-0.6?rev=1.1&content-type=text/plain
14
15 Index: pinentry.eselect-0.6
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id: pinentry.eselect-0.6,v 1.1 2015/07/01 17:56:07 k_f Exp $
20
21 DESCRIPTION="Manage /usr/bin/pinentry implementation"
22 MAINTAINER="ssuominen@g.o"
23 VERSION="0.5"
24
25 SYMLINK_PATH=/usr/bin/pinentry
26 SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses )
27 SYMLINK_DESCRIPTION='pinentry binary'
28
29 inherit bin-symlink