Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134560 Details for
Bug 197315
net-misc/ypd (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ypd-1.ebuild
ypd-1.ebuild (text/plain), 609 bytes, created by
Felix Bechstein
on 2007-10-28 19:57:23 UTC
(
hide
)
Description:
ypd-1.ebuild
Filename:
MIME Type:
Creator:
Felix Bechstein
Created:
2007-10-28 19:57:23 UTC
Size:
609 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="split tcp requests of different type to different servers" >HOMEPAGE="http://ypd.berlios.de" >SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="dev-util/cmake" >RDEPEND="" > >src_compile() { > cmake "${S}" || die "compile failed!" > emake || die "compile failed!" >} > >src_install() { > dobin ypd > dodir /etc/init.d/ > newinitd "${FILESDIR}/ypd.rc" ypd > newconfd "${FILESDIR}/ypd.conf" ypd > dodoc README ChangeLog AUTHORS >} >
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 197315
: 134560 |
134561