diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-30 13:52:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-30 13:52:14 +0000 |
commit | ce19e19c723034100b79234dcb7d6de844821df6 (patch) | |
tree | a3272507fc62b223920023985599885b36aff096 /app-crypt/pinentry-qt | |
parent | Initial commit. (diff) | |
download | gentoo-2-ce19e19c723034100b79234dcb7d6de844821df6.tar.gz gentoo-2-ce19e19c723034100b79234dcb7d6de844821df6.tar.bz2 gentoo-2-ce19e19c723034100b79234dcb7d6de844821df6.zip |
Use eselect-pinentry.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/pinentry-qt')
-rw-r--r-- | app-crypt/pinentry-qt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild | 13 |
2 files changed, 16 insertions, 3 deletions
diff --git a/app-crypt/pinentry-qt/ChangeLog b/app-crypt/pinentry-qt/ChangeLog index 37a294eaffa3..36dc1468423b 100644 --- a/app-crypt/pinentry-qt/ChangeLog +++ b/app-crypt/pinentry-qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry-qt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry-qt/ChangeLog,v 1.1 2010/09/30 13:04:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry-qt/ChangeLog,v 1.2 2010/09/30 13:52:14 ssuominen Exp $ + + 30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> + pinentry-qt-0.5.0.ebuild: + Use eselect-pinentry. *pinentry-qt-0.5.0 (30 Sep 2010) diff --git a/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild b/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild index cc18b9683563..e3c97cc569dd 100644 --- a/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild +++ b/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild,v 1.1 2010/09/30 13:04:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry-qt/pinentry-qt-0.5.0.ebuild,v 1.2 2010/09/30 13:52:14 ssuominen Exp $ EAPI=2 inherit cmake-utils @@ -14,7 +14,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4" +RDEPEND="app-admin/eselect-pinentry + x11-libs/qt-gui:4" DEPEND="${RDEPEND}" DOCS="AUTHORS ChangeLog NEWS README THANKS" + +pkg_postinst() { + eselect pinentry update ifunset +} + +pkg_postrm() { + eselect pinentry update ifunset +} |