Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67181 Details for
Bug 104150
net-dns/dnrd-2.20 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dnrd-2.20.ebuild
dnrd-2.20.ebuild (text/plain), 830 bytes, created by
Natanael Copa
on 2005-08-29 08:49:41 UTC
(
hide
)
Description:
dnrd-2.20.ebuild
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2005-08-29 08:49:41 UTC
Size:
830 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-dns/dnrd/dnrd-2.18.ebuild,v 1.1 2005/01/11 05:49:28 chriswhite Exp $ > >inherit gnuconfig eutils > >DESCRIPTION="A caching DNS proxy server" >HOMEPAGE="http://dnrd.sourceforge.net/" >SRC_URI="mirror://sourceforge/dnrd/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="debug" >DEPEND="" > >src_unpack() { > unpack ${A} > gnuconfig_update >} > >src_compile() { > econf \ > $(use_enable debug) \ > --disable-dependency-tracking \ > || die "configuration failed" > > emake || die "Make failed" >} > >src_install() { > make DESTDIR=${D} install || die > > doinitd ${FILESDIR}/dnrd > newconfd ${FILESDIR}/dnrd.conf dnrd >} > >pkg_setup() { > enewgroup dnrd > enewuser dnrd -1 /bin/false /etc/dnrd dnrd >} >
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 104150
: 67181 |
67182