Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43881 Details for
Bug 71088
net-misc/lsh
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
lsh-1.4.3-r2.ebuild (text/plain), 1.81 KB, created by
Grzegorz Artur Daszuta
on 2004-11-13 13:58:37 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Grzegorz Artur Daszuta
Created:
2004-11-13 13:58:37 UTC
Size:
1.81 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/lsh/lsh-1.4.3-r1.ebuild,v 1.3 2004/07/17 09:42:45 dholm Exp $ > >inherit eutils > >DESCRIPTION="A GNU implementation of the Secure Shell protocols" >HOMEPAGE="http://www.lysator.liu.se/~nisse/lsh/" >SRC_URI="ftp://ftp.lysator.liu.se/pub/security/lsh/${P}.tar.gz > http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~sparc ~ppc" >IUSE="pam tcpd ipv6 zlib X" > >DEPEND="dev-libs/gmp > dev-libs/liboop > zlib? ( sys-libs/zlib ) > X? ( virtual/x11 ) > tcpd? ( sys-apps/tcp-wrappers ) > pam? ( sys-libs/pam )" ># kerberos? ( virtual/krb5 ) > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${PV}-gcc34.patch > epatch ${FILESDIR}/${PV}-gcc34-2.patch >} > >src_compile() { > # configure script checks /dev/ptmx in order to enable > # proper unix pty support ... so lets fake that it works :) > addpredict /dev/ptmx ># `use_enable kerberos` \ > econf \ > --sysconfdir=/etc/lsh/ \ > --disable-kerberos \ > `use_enable pam` \ > `use_enable ipv6` \ > `use_with zlib` \ > `use_with tcpd tcpwrappers` \ > `use_with X x` \ > || die > emake || die >} > >src_install() { > emake install DESTDIR=${D} || die > mkdir ${D}/var/spool/lsh > dodoc ANNOUNCE AUTHORS ChangeLog FAQ NEWS README > > exeinto /etc/init.d ; newexe ${FILESDIR}/lsh.init.d lshd > insinto /etc/conf.d ; newins ${FILESDIR}/lsh.conf.d lshd > > # remove bundled crap #56156 > cd ${D}/usr > rm -rf lib include share/info/nettle.info* >} > >pkg_postinst() { > einfo "In order to start lsh daemon you have to run" > einfo " /usr/bin/lsh-make-seed --server" > einfo "and start pushing random keys on your keyboard" > einfo "The best way is to put keyboard on the floor," > einfo "turn old Sex Pistols records very loud and start" > eerror "\t\t\t\t\tPOGO" >}
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 71088
: 43881 |
43882
|
43883
|
43884
|
43885
|
43886