diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-18 00:43:11 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-18 00:43:11 +0300 |
commit | f1e3e1e9a522282bc989ff9baa16a423770ad10b (patch) | |
tree | 56532c88ceed9164d402138cd4f327d411735fa0 /app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild | |
parent | ktorent moved to tree (diff) | |
download | kde-f1e3e1e9a522282bc989ff9baa16a423770ad10b.tar.gz kde-f1e3e1e9a522282bc989ff9baa16a423770ad10b.tar.bz2 kde-f1e3e1e9a522282bc989ff9baa16a423770ad10b.zip |
Add kde-crazy files to kde-testing
Diffstat (limited to 'app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild')
-rw-r--r-- | app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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 0000000000..3c25425647 --- /dev/null +++ b/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME="playground/pim" +KMMODULE="pinentry-qt4" +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="" +IUSE="" +SLOT="live" + +DEPEND="app-crypt/pinentry" |