From 99143e508ac53b8e748c00030a8113db4ded3b9c Mon Sep 17 00:00:00 2001 From: Felix Bechstein Date: Thu, 18 Jun 2009 13:05:28 +0200 Subject: [PATCH] add pinentry-qt4 from kde-testing --- app-crypt/pinentry-qt4/Manifest | 2 ++ app-crypt/pinentry-qt4/metadata.xml | 5 +++++ app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 app-crypt/pinentry-qt4/Manifest create mode 100644 app-crypt/pinentry-qt4/metadata.xml create mode 100644 app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild diff --git a/app-crypt/pinentry-qt4/Manifest b/app-crypt/pinentry-qt4/Manifest new file mode 100644 index 0000000..b9af2db --- /dev/null +++ b/app-crypt/pinentry-qt4/Manifest @@ -0,0 +1,2 @@ +EBUILD pinentry-qt4-9999.ebuild 454 RMD160 94441b29e575c13d2d251527dea88b4b77a3d503 SHA1 19bfaef0ed59673b7ac1fd9af4aa7b4a611adc92 SHA256 4e32e0b73ac66f45295a13a58cbcb5df74b44fdff8590a5d2a27123d4166376e +MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a diff --git a/app-crypt/pinentry-qt4/metadata.xml b/app-crypt/pinentry-qt4/metadata.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/app-crypt/pinentry-qt4/metadata.xml @@ -0,0 +1,5 @@ + + + +kde + diff --git a/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild b/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild new file mode 100644 index 0000000..80b6f33 --- /dev/null +++ b/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME="playground/pim" +NEED_KDE="none" +inherit kde4-base + +DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" +HOMEPAGE="http://kde.org/" + +LICENSE="GPL-2 LGPL-2" +KEYWORDS="" +SLOT="0" +IUSE="debug" + +DEPEND=" + >=x11-libs/qt-gui-4.4:4 +" +RDEPEND="${DEPEND} + app-crypt/pinentry +" -- 2.11.4.GIT