Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185257 Details for
Bug 262765
net-misc/nstx: init scripts, qa fixes, enhancements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild -- adds patches I supplied, as well as checks for CONFIG_TUN
nstx-1.1_beta6-r3.ebuild (text/plain), 1.47 KB, created by
Steve Brudenell
on 2009-03-17 04:33:05 UTC
(
hide
)
Description:
updated ebuild -- adds patches I supplied, as well as checks for CONFIG_TUN
Filename:
MIME Type:
Creator:
Steve Brudenell
Created:
2009-03-17 04:33:05 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.4 2008/08/23 17:52:48 maekke Exp $ > >inherit versionator toolchain-funcs eutils linux-info > >MY_PV=$(replace_version_separator 2 - "${PV}") >MY_P="${PN}-${MY_PV}" >DEBIAN_PV="4" >DEBIAN_A="${PN}_${MY_PV}-${DEBIAN_PV}.diff.gz" > >DESCRIPTION="IP over DNS tunnel" >SRC_URI="http://dereference.de/nstx/${MY_P}.tgz > mirror://debian/pool/main/${PN:0:1}/${PN}/${DEBIAN_A}" >HOMEPAGE="http://dereference.de/nstx/" >RDEPEND="virtual/libc" >DEPEND="virtual/os-headers > ${RDEPEND}" >KEYWORDS="~amd64 ~x86" >IUSE="" >LICENSE="GPL-2" >SLOT="0" >S="${WORKDIR}/${MY_P}" > >CONFIG_CHECK="TUN" > >src_unpack() { > unpack "${MY_P}.tgz" > epatch "${DISTDIR}/${DEBIAN_A}" > epatch "${FILESDIR}/${P}_00-linux-tuntap.patch" > epatch "${FILESDIR}/${P}_01-bind-interface-name.patch" > epatch "${FILESDIR}/${P}_02-warn-on-frag.patch" > epatch "${FILESDIR}/${P}_03-delete-dwrite.patch" > epatch "${FILESDIR}/${P}_04-delete-werror.patch" >} > >src_compile() { > emake CC="$(tc-getCC)" || die >} > >src_install() { > into /usr > dosbin nstxcd nstxd > dodoc README Changelog > doman *.8 > > newinitd "${FILESDIR}/nstxd.init" nstxd > newconfd "${FILESDIR}/nstxd.conf" nstxd > newinitd "${FILESDIR}/nstxcd.init" nstxcd > newconfd "${FILESDIR}/nstxcd.conf" nstxcd >} > >pkg_postinst() { > einfo "Please read the documentation provided in" > einfo " `find /usr/share/doc/${PF}/ -name 'README*'`" >}
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 262765
: 185257 |
185259
|
185261
|
185262
|
185264
|
185266
|
185267
|
185268
|
185269
|
185271
|
185275