summaryrefslogtreecommitdiff
path: root/app-crypt/pinentry
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-10-04 19:20:38 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-10-04 19:20:38 +0100
commit4be6e441692aa728e043a218c6850be5866b3d79 (patch)
tree3c302b046c2ffe704f27b176bd3a525496d69f87 /app-crypt/pinentry
parent836dcf91c181df6afb0f658bf31d34744f8ff052 (diff)
drop fucked up avahi and pinentry
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r--app-crypt/pinentry/pinentry-0.9.0.ebuild30
-rw-r--r--app-crypt/pinentry/pinentry-0.9.5.ebuild30
2 files changed, 0 insertions, 60 deletions
diff --git a/app-crypt/pinentry/pinentry-0.9.0.ebuild b/app-crypt/pinentry/pinentry-0.9.0.ebuild
deleted file mode 100644
index 83b66515..00000000
--- a/app-crypt/pinentry/pinentry-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Collection of simple PIN/passphrase entry dialogs which utilize the Assuan protocol (meta package)"
-HOMEPAGE="http://gnupg.org/aegypten2/index.html"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-# ncurses use flag is fake, used to mimic portage ebuild USE flags
-IUSE="gtk ncurses qt4 caps static"
-
-RDEPEND="
- ~app-crypt/pinentry-base-${PV}
- caps? ( ~app-crypt/pinentry-base-${PV}[caps] )
- gtk? ( ~app-crypt/pinentry-gtk2-${PV} )
- qt4? ( ~app-crypt/pinentry-qt4-${PV} )
- static? ( ~app-crypt/pinentry-base-${PV}[static] )"
-DEPEND=""
-
-REQUIRED_USE="
- || ( ncurses gtk qt4 )
- gtk? ( !static )
- qt4? ( !static )
- static? ( ncurses )
-"
diff --git a/app-crypt/pinentry/pinentry-0.9.5.ebuild b/app-crypt/pinentry/pinentry-0.9.5.ebuild
deleted file mode 100644
index 3c6d3d87..00000000
--- a/app-crypt/pinentry/pinentry-0.9.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Collection of simple PIN/passphrase entry dialogs which utilize the Assuan protocol (meta package)"
-HOMEPAGE="http://gnupg.org/aegypten2/index.html"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# ncurses use flag is fake, used to mimic portage ebuild USE flags
-IUSE="gtk ncurses qt4 caps static"
-
-RDEPEND="
- ~app-crypt/pinentry-base-${PV}
- caps? ( ~app-crypt/pinentry-base-${PV}[caps] )
- gtk? ( ~app-crypt/pinentry-gtk2-${PV} )
- qt4? ( ~app-crypt/pinentry-qt4-${PV} )
- static? ( ~app-crypt/pinentry-base-${PV}[static] )"
-DEPEND=""
-
-REQUIRED_USE="
- || ( ncurses gtk qt4 )
- gtk? ( !static )
- qt4? ( !static )
- static? ( ncurses )
-"