Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/
Date: Tue, 26 Jan 2016 21:59:28
Message-Id: 1453845224.67ec84575e507760da831a9f88c17d26be9d898a.k_f@gentoo
1 commit: 67ec84575e507760da831a9f88c17d26be9d898a
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 21:53:29 2016 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 21:53:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ec8457
7
8 app-eselect/eselect-pinentry: Add pinentry-tty as an option
9
10 Bug: 572750
11
12 Package-Manager: portage-2.2.27
13
14 .../eselect-pinentry/eselect-pinentry-0.7.ebuild | 23 ++++++++++++++++++++++
15 .../eselect-pinentry/files/pinentry.eselect-0.7 | 13 ++++++++++++
16 2 files changed, 36 insertions(+)
17
18 diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
19 new file mode 100644
20 index 0000000..f5d475a
21 --- /dev/null
22 +++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
23 @@ -0,0 +1,23 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=5
29 +
30 +DESCRIPTION="Manage /usr/bin/pinentry symlink"
31 +HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
32 +SRC_URI=""
33 +
34 +LICENSE="GPL-2"
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +IUSE=""
38 +
39 +RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
40 +
41 +S=${FILESDIR}
42 +
43 +src_install() {
44 + insinto /usr/share/eselect/modules
45 + newins pinentry.eselect-${PV} pinentry.eselect
46 +}
47
48 diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
49 new file mode 100644
50 index 0000000..37db869
51 --- /dev/null
52 +++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7
53 @@ -0,0 +1,13 @@
54 +# Copyright 1999-2016 Gentoo Foundation
55 +# Distributed under the terms of the GNU General Public License v2
56 +# $Id$
57 +
58 +DESCRIPTION="Manage /usr/bin/pinentry implementation"
59 +MAINTAINER="ssuominen@g.o"
60 +VERSION="0.7"
61 +
62 +SYMLINK_PATH=/usr/bin/pinentry
63 +SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses pinentry-tty )
64 +SYMLINK_DESCRIPTION='pinentry binary'
65 +
66 +inherit bin-symlink