summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/pinentry-qt4/Manifest2
-rw-r--r--app-crypt/pinentry-qt4/metadata.xml5
-rw-r--r--app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild24
3 files changed, 0 insertions, 31 deletions
diff --git a/app-crypt/pinentry-qt4/Manifest b/app-crypt/pinentry-qt4/Manifest
deleted file mode 100644
index b9af2db7b26..00000000000
--- a/app-crypt/pinentry-qt4/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 8d1e86a9cef..00000000000
--- a/app-crypt/pinentry-qt4/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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
deleted file mode 100644
index 80b6f333349..00000000000
--- a/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-"