Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80765 Details for
Bug 124168
net-misc/ssh migration to modular X deps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/ssh-3.2.9.1-r1 ebuild with modular X deps
ssh-3.2.9.1-r1.ebuild (text/plain), 1.79 KB, created by
Mauricio L. Pilla (RETIRED)
on 2006-02-26 07:09:12 UTC
(
hide
)
Description:
net-misc/ssh-3.2.9.1-r1 ebuild with modular X deps
Filename:
MIME Type:
Creator:
Mauricio L. Pilla (RETIRED)
Created:
2006-02-26 07:09:12 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/ssh/ssh-3.2.9.1-r1.ebuild,v 1.2 2005/09/04 06:17:08 vapier Exp $ > >inherit eutils > >DESCRIPTION="SSH.COM free for Non-Commercial Use ssh version" >HOMEPAGE="http://www.ssh.com/" >SRC_URI="ftp://ftp.ssh.com/pub/ssh/${P}.tar.gz" > >LICENSE="ssh" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="X ipv6 crypt openssh" > >DEPEND="X? ( || ( ( x11-proto/xextproto > x11-proto/xproto > ) > virtual/x11 > ) > ) > !openssh? ( !virtual/ssh )" > >RDEPEND="X? ( || ( ( x11-libs/libX11 > x11-libs/libICE > x11-libs/libSM > x11-libs/libXext > ) > virtual/x11 > ) > )" > >PROVIDE="virtual/ssh" > >pkg_setup() { > enewgroup sshd 22 > enewuser sshd 22 -1 /var/empty sshd >} > >src_unpack() { > unpack ${A} > cd "${WORKDIR}" > epatch "${FILESDIR}"/patch-readline.diff >} > >src_compile() { > econf \ > $(use_with ipv6 ipv6) \ > $(use_with X) \ > $(use_with crypt gpg) \ > || die "configure failed" > make || die "make failed" >} > >src_install() { > # TODO: fix this crap which messes with $ROOT > if [ -e ${ROOT}/etc/ssh2/hostkey ] ; then > # this keeps the install from generating these keys again > insinto /etc/ssh2 > doins ${ROOT}/etc/ssh2/hostkey{,.pub} > fperms go-rwx /etc/ssh2/hostkey > fi > #this is ugly but helps on some problems on fresh installs see bug #57915 > addwrite /root/.ssh2 > make install DESTDIR=${D} || die "install failed" > chmod 600 ${D}/etc/ssh2/sshd2_config > dodoc CHANGES FAQ HOWTO.anonymous.sftp README* SSH2.QUICKSTART > > newpamd "${FILESDIR}"/pamd.sshd2 sshd2 > newinitd "${FILESDIR}"/sshd2 sshd2 > > cd "${D}"/usr > use openssh && find bin sbin share/man -type l -exec rm '{}' \; >}
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 124168
: 80765