Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363444 Details for
Bug 313253
app-crypt/monkeysphere - framework to transparently leverage the web of trust for authentication of TLS/SSL communications
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
monkeysphere-0.36.ebuild
monkeysphere-0.36.ebuild (text/plain), 1.17 KB, created by
Kristian Fiskerstrand (RETIRED)
on 2013-11-17 17:25:03 UTC
(
hide
)
Description:
monkeysphere-0.36.ebuild
Filename:
MIME Type:
Creator:
Kristian Fiskerstrand (RETIRED)
Created:
2013-11-17 17:25:03 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >inherit eutils user > >DESCRIPTION="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" >HOMEPAGE="http://web.monkeysphere.info/" > >LICENSE="GPL-3" >SLOT="0" >IUSE="" >SRC_URI="http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz" >DEPEND="" >KEYWORDS="~x86 ~amd64" >DOCS=(README Changelog) >RDEPEND=" > app-crypt/gnupg > || ( net-analyzer/netcat net-misc/socat ) > dev-perl/Crypt-OpenSSL-RSA > dev-perl/Digest-SHA1 > app-misc/lockfile-progs" > >pkg_setup() >{ > ebegin "Creating named group and user" > enewgroup monkeysphere > enewuser monkeysphere -1 -1 /var/lib/monkeysphere monkeysphere > mkdir -p /var/lib/monkeysphere || die > chown root:monkeysphere /var/lib/monkeysphere || die > chmod 755 /var/lib/monkeysphere || die > eend ${?} >} > >src_prepare() >{ > epatch "${FILESDIR}/${P}_default_shell.patch" > epatch "${FILESDIR}/${P}_non_default_port.patch" > epatch "${FILESDIR}/${P}_userid_empty_line.patch" > sed -i "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die >} > >pkg_postinst(){ > monkeysphere-authentication setup >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 313253
:
226647
|
252631
|
360336
|
360338
|
360340
|
363444
|
363446
|
363504