diff options
author | 2009-01-18 00:43:11 +0300 | |
---|---|---|
committer | 2009-01-18 00:43:11 +0300 | |
commit | f1e3e1e9a522282bc989ff9baa16a423770ad10b (patch) | |
tree | 56532c88ceed9164d402138cd4f327d411735fa0 /app-crypt/pinentry-qt4 | |
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')
-rw-r--r-- | app-crypt/pinentry-qt4/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/pinentry-qt4/Manifest | 3 | ||||
-rw-r--r-- | app-crypt/pinentry-qt4/metadata.xml | 5 | ||||
-rw-r--r-- | app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild | 19 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-crypt/pinentry-qt4/ChangeLog b/app-crypt/pinentry-qt4/ChangeLog new file mode 100644 index 0000000000..11151b2c5f --- /dev/null +++ b/app-crypt/pinentry-qt4/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-crypt/pinentry-qt4 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pinentry-qt4-9999 (27 Nov 2008) + + 27 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +metadata.xml, + +pinentry-qt4-9999.ebuild: + Initial import. Thanks to dagger. + diff --git a/app-crypt/pinentry-qt4/Manifest b/app-crypt/pinentry-qt4/Manifest new file mode 100644 index 0000000000..45fffe487f --- /dev/null +++ b/app-crypt/pinentry-qt4/Manifest @@ -0,0 +1,3 @@ +EBUILD pinentry-qt4-9999.ebuild 411 RMD160 72ca94be72e24ac6b88f4f7ad3d9d62f0361c433 SHA1 b9fba3971c700849cf797ae6b87a3ead4d184ffc SHA256 6a48f41175694c13b806e5020d14d8ef5532031dbc08d39f541ef726307d820f +MISC ChangeLog 290 RMD160 b28e24c297423b10c1cd2645e05d0c633ec0881f SHA1 e046c3575ed30943d614d381cc74454bbf44cfde SHA256 7ad78cb55a6e02a321a7384cb1718dfd1f3db324301bb05895722bc1d1582a96 +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 0000000000..8d1e86a9ce --- /dev/null +++ b/app-crypt/pinentry-qt4/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> 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" |