Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240531 Details for
Bug 327613
net-misc/geomyidae (New Package) gopher server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for Geomyidae 0.15
Geomyidae-0.15-r1.ebuild (text/plain), 780 bytes, created by
James Penketh
on 2010-07-28 23:56:58 UTC
(
hide
)
Description:
Ebuild for Geomyidae 0.15
Filename:
MIME Type:
Creator:
James Penketh
Created:
2010-07-28 23:56:58 UTC
Size:
780 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils toolchain-funcs > >DESCRIPTION="A daemon to serve the gopher protocol" >HOMEPAGE="http://r-36.net/src/Geomyidae/" >SRC_URI="http://r-36.net/src/${PN}/${P}.tgz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >pkg_setup(){ > enewgroup gopherd > enewuser gopherd -1 -1 /var/gopher gopherd >} > >src_compile() { > tc-export CC > emake || die >} > >src_install() { > dosbin ${PN} || die > > newinitd rc.d/Gentoo.init.d ${PN} || die > newconfd rc.d/Gentoo.conf.d ${PN} || die > > insinto /var/gopher > doins index.gph || die > fowners -R root.gopherd /var/gopher || die > fperms -R g=rX,o=rX /var/gopher || die > > doman ${PN}.8 || die > dodoc README || die >}
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 327613
:
238113
|
238115
|
238117
| 240531