summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild')
-rw-r--r--app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild b/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild
deleted file mode 100644
index 581cdca2c4ef..000000000000
--- a/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.2 2013/01/14 12:54:44 ssuominen Exp $
-
-EAPI=5
-
-DESCRIPTION="Manage /usr/bin/pinentry implementation"
-HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-admin/eselect-lib-bin-symlink"
-
-S=${FILESDIR}
-
-src_install() {
- insinto /usr/share/eselect/modules
- newins pinentry.eselect-${PV} pinentry.eselect
-}