Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221507 Details for
Bug 307137
net-misc/hans (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Take 2.
hans-0.4.1.ebuild (text/plain), 780 bytes, created by
Matthew
on 2010-02-28 03:29:25 UTC
(
hide
)
Description:
Take 2.
Filename:
MIME Type:
Creator:
Matthew
Created:
2010-02-28 03:29:25 UTC
Size:
780 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-proxy/hans/hans-0.4.1.ebuild$ > >EAPI="2" > >inherit toolchain-funcs > >DESCRIPTION="Ping Tunneling client and server (IP over ICMP)" >HOMEPAGE="http://code.gerade.org/hans/" >SRC_URI="mirror://sourceforge/hanstunnel/${P}.tar.gz" > >LICENCE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="kernel_FreeBSD kernel_linux" > >src_compile() { > local mytun= > > use kernel_FreeBSD && mytun=tun_dev_freebsd.c > use kernel_linux && mytun=tun_dev_linux.c > > emake \ > LDFLAGS="${LDFLAGS}" \ > CFLAGS="${CFLAGS}" \ > GCC="$(tc-getCC)" \ > GPP="$(tc-getCXX)" \ > TUN_DEV_FILE=${mytun} \ > || die "emake failed" >} > >src_install() { > dobin ${PN} || die "install failed" >}
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 307137
:
221503
| 221507