| 1 |
aballier |
1.2 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
ssuominen |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
blueness |
1.7 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.3.ebuild,v 1.6 2012/07/03 19:37:46 jer Exp $ |
| 4 |
ssuominen |
1.1 |
|
| 5 |
|
|
DESCRIPTION="Manage /usr/bin/pinentry symlink" |
| 6 |
|
|
HOMEPAGE="http://www.gentoo.org/" |
| 7 |
|
|
SRC_URI="" |
| 8 |
|
|
|
| 9 |
|
|
LICENSE="GPL-2" |
| 10 |
|
|
SLOT="0" |
| 11 |
blueness |
1.7 |
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" |
| 12 |
ssuominen |
1.1 |
IUSE="" |
| 13 |
|
|
|
| 14 |
|
|
RDEPEND="app-admin/eselect |
| 15 |
|
|
!<app-crypt/pinentry-0.8.0-r1" |
| 16 |
|
|
DEPEND="${RDEPEND}" |
| 17 |
|
|
|
| 18 |
|
|
src_install() { |
| 19 |
|
|
insinto /usr/share/eselect/modules |
| 20 |
|
|
newins "${FILESDIR}"/${P} pinentry.eselect || die |
| 21 |
|
|
} |