Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 437396
Collapse All | Expand All

(-)keychain-2.7.1.ebuild (-7 / +7 lines)
Lines 2-26 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.7.1.ebuild,v 1.7 2010/07/31 20:24:27 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.7.1.ebuild,v 1.7 2010/07/31 20:24:27 armin76 Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner. Frontend for ssh-agent/ssh-add"
7
DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner. Frontend for ssh-agent/ssh-add"
8
HOMEPAGE="http://www.funtoo.org/en/security/keychain/intro/"
8
HOMEPAGE="http://www.funtoo.org/en/security/keychain/intro/"
9
SRC_URI="http://www.funtoo.org/archive/keychain/${P}.tar.bz2"
9
SRC_URI="http://www.funtoo.org/archive/${PN}/${P}.tar.bz2"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND=""
16
DEPEND=""
17
RDEPEND="app-shells/bash
17
RDEPEND="app-shells/bash
18
	|| ( net-misc/openssh net-misc/ssh )"
18
	virtual/ssh"
19
19
20
src_compile() { :; } # Do nothing here.
20
src_compile() { :; } # Do nothing here.
21
21
22
src_install() {
22
src_install() {
23
	dobin keychain || die "dobin failed"
23
	dobin ${PN}
24
	doman keychain.1 || die "doman failed"
24
	doman ${PN}.1
25
	dodoc ChangeLog README.rst || die
25
	dodoc ChangeLog README.rst
26
}
26
}

Return to bug 437396