1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Leverage the OpenPGP web of trust for OpenSSH and Web authentication"
9 HOMEPAGE="http://web.monkeysphere.info/"
13 KEYWORDS="~x86 ~amd64"
16 if [[ ${PV} == "9999" ]]
18 EGIT_REPO_URI="git://git.monkeysphere.info/${PN}"
21 SRC_URI="http://archive.${PN}.info/debian/pool/${PN}/${PN::1}/${PN}/${PN}_${PV}.orig.tar.gz"
27 dev-perl/Crypt-OpenSSL-RSA
29 app-misc/lockfile-progs"
33 sed -i "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile
38 ebegin "Creating named group and user"
39 enewgroup monkeysphere
40 enewuser monkeysphere -1 /bin/sh /var/lib/monkeysphere monkeysphere
41 chown root:root /var/lib/monkeysphere
42 chmod 751 /var/lib/monkeysphere
46 DOCS=(README Changelog COPYING)