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-crypt/pinentry/
Date: Tue, 15 Dec 2015 19:51:39
Message-Id: 1450208805.3905265ef9ba1c5ce6f1ea6fbd556aadb0871da2.k_f@gentoo
1 commit: 3905265ef9ba1c5ce6f1ea6fbd556aadb0871da2
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 19:45:30 2015 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 19:46:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3905265e
7
8 app-crypt/pinentry: Version bump to 0.9.7
9
10 Package-Manager: portage-2.2.20.1
11
12 app-crypt/pinentry/Manifest | 1 +
13 app-crypt/pinentry/pinentry-0.9.7.ebuild | 122 +++++++++++++++++++++++++++++++
14 2 files changed, 123 insertions(+)
15
16 diff --git a/app-crypt/pinentry/Manifest b/app-crypt/pinentry/Manifest
17 index 4461fc8..e1aa88b 100644
18 --- a/app-crypt/pinentry/Manifest
19 +++ b/app-crypt/pinentry/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pinentry-0.9.0.tar.bz2 464272 SHA256 90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab SHA512 2cc53a5c3852edaf6e940228d9b43fe4709344eba5fe230b7afd22b2c0239d0b258917d75661d80590b2d61c6fe9dac8ad15a0b4a0a0e7fba90a9e1c07364edd WHIRLPOOL 3f77a8aa2d44c7206d877e31088ec927473441e61f06e788330545d75ac489e6e9d5bf0026b23d0824304dad54ce8e61c4571d186df7ad0edc2d644ca3af04ac
22 DIST pinentry-0.9.5.tar.bz2 514677 SHA256 6a57fd3afc0d8aaa5599ffcb3ea4e7c42c113a181e8870122203ea018384688c SHA512 31a190cacf45fd3ff5128a6a1a9f317fb09850fd595d5985392ea306ed65fa9232e2203458a9989eaac3b6e9d07199e01557912051f00a9a395cd1db61b44c39 WHIRLPOOL 52e9664d7cf0e804bb14b9586a89aca4037d3324261ac8931ed26365c32ae038b45eca9b7b6637b46f9231ff2db6a9e0a96a611404e48659c7ba009b84c40727
23 DIST pinentry-0.9.6.tar.bz2 432889 SHA256 2a1124e9097f24f866cab7982610677e222cea71be0a71a5566f223177e01e66 SHA512 c9f94e5ce5baf6779f6effc13f82c8c7f99d426dc232114fc4e11a8684eaefbaf4f60363db78cdb9f4c8e91ba7af40779ec1c5d7e01ee15b84c7de77ccf46e72 WHIRLPOOL 954d185ce60eeb28717dd5986c4bdfda0472944b99d52caa213919b4dd1368b2d2b4cff27bfc4158a0fd7f70f7f6549b3415de7ba33239ec9305a2e0e0bdcbc0
24 +DIST pinentry-0.9.7.tar.bz2 432978 SHA256 6398208394972bbf897c3325780195584682a0d0c164ca5a0da35b93b1e4e7b2 SHA512 9c5bc8f7246e8b0affd83fea6e64c47cecf6a12515a82dd2a6712b230306a9c3c97da4dbf6519ea98c85c88bf180a5a2b8c46cedcd594f224e5a08f2f0e35bf0 WHIRLPOOL eb3f72acf6990d61b4279de89a334e68c6052a3edef789aab2a421c2e489c1286b756bf3c9b8e6dd4cee3716e32b53d0e9d41db15a5069e010fe713dfba0596a
25
26 diff --git a/app-crypt/pinentry/pinentry-0.9.7.ebuild b/app-crypt/pinentry/pinentry-0.9.7.ebuild
27 new file mode 100644
28 index 0000000..931d7f2
29 --- /dev/null
30 +++ b/app-crypt/pinentry/pinentry-0.9.7.ebuild
31 @@ -0,0 +1,122 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +inherit autotools qmake-utils multilib eutils flag-o-matic toolchain-funcs
39 +
40 +DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
41 +HOMEPAGE="http://gnupg.org/aegypten2/index.html"
42 +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +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"
47 +IUSE="emacs gtk ncurses qt4 qt5 caps gnome-keyring static"
48 +
49 +CDEPEND="
50 + >=dev-libs/libgpg-error-1.17
51 + >=dev-libs/libassuan-2.1
52 + >=dev-libs/libgcrypt-1.6.3
53 + ncurses? ( sys-libs/ncurses:0= )
54 + gtk? ( x11-libs/gtk+:2 )
55 + qt4? (
56 + >=dev-qt/qtgui-4.4.1:4
57 + )
58 + qt5? (
59 + dev-qt/qtgui:5
60 + dev-qt/qtwidgets:5
61 + )
62 + caps? ( sys-libs/libcap )
63 + static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] )
64 + app-eselect/eselect-pinentry
65 + gnome-keyring? ( app-crypt/libsecret )
66 +"
67 +
68 +DEPEND="${CDEPEND}
69 + sys-devel/gettext
70 + virtual/pkgconfig
71 +"
72 +
73 +RDEPEND="
74 + ${CDEPEND}
75 + gnome-keyring? ( app-crypt/gcr )
76 +"
77 +
78 +REQUIRED_USE="
79 + || ( ncurses gtk qt4 qt5 )
80 + gtk? ( !static )
81 + qt4? ( !static )
82 + qt5? ( !static )
83 + static? ( ncurses )
84 + ?? ( qt4 qt5 )
85 +"
86 +
87 +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
88 +
89 +src_prepare() {
90 + epatch "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
91 + eautoreconf
92 +}
93 +
94 +src_configure() {
95 + local myconf=()
96 + use static && append-ldflags -static
97 + [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11
98 +
99 + QT_MOC=""
100 + if use qt4; then
101 + myconf+=( --enable-pinentry-qt
102 + --disable-pinentry-qt5
103 + )
104 + QT_MOC="$(qt4_get_bindir)"/moc
105 + # Issues finding qt on multilib systems
106 + export QTLIB="$(qt4_get_libdir)"
107 + elif use qt5; then
108 + myconf+=( --enable-pinentry-qt )
109 + QT_MOC="$(qt5_get_bindir)"/moc
110 + export QTLIB="$(qt5_get_libdir)"
111 + else
112 + myconf+=( --disable-pinentry-qt )
113 + fi
114 +
115 + econf \
116 + --enable-pinentry-tty \
117 + $(use_enable emacs pinentry-emacs) \
118 + $(use_enable gtk pinentry-gtk2) \
119 + $(use_enable ncurses pinentry-curses) \
120 + $(use_enable ncurses fallback-curses) \
121 + $(use_with caps libcap) \
122 + $(use_enable gnome-keyring libsecret) \
123 + $(use_enable gnome-keyring pinentry-gnome3) \
124 + "${myconf[@]}" \
125 + MOC="${QT_MOC}"
126 +}
127 +
128 +src_install() {
129 + default
130 + rm -f "${ED}"/usr/bin/pinentry || die
131 +
132 + if use qt4 || use qt5; then
133 + dosym pinentry-qt /usr/bin/pinentry-qt4
134 + fi
135 +}
136 +
137 +pkg_postinst() {
138 + if ! has_version 'app-crypt/pinentry' || has_version '<app-crypt/pinentry-0.7.3'; then
139 + elog "We no longer install pinentry-curses and pinentry-qt SUID root by default."
140 + elog "Linux kernels >=2.6.9 support memory locking for unprivileged processes."
141 + elog "The soft resource limit for memory locking specifies the limit an"
142 + elog "unprivileged process may lock into memory. You can also use POSIX"
143 + elog "capabilities to allow pinentry to lock memory. To do so activate the caps"
144 + elog "USE flag and add the CAP_IPC_LOCK capability to the permitted set of"
145 + elog "your users."
146 + fi
147 +
148 + eselect pinentry update ifunset
149 +}
150 +
151 +pkg_postrm() {
152 + eselect pinentry update ifunset
153 +}