Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285447 Details for
Bug 325541
New package: frandom (to sys-apps?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working ebuild for version 1.1
frandom-1.1.ebuild (text/plain), 706 bytes, created by
Chris Slycord
on 2011-09-03 18:51:52 UTC
(
hide
)
Description:
Working ebuild for version 1.1
Filename:
MIME Type:
Creator:
Chris Slycord
Created:
2011-09-03 18:51:52 UTC
Size:
706 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit linux-mod > >DESCRIPTION="Fast kernel-land pseudo-random number generator using the RC4 algorithm" >HOMEPAGE="http://billauer.co.il/frandom.html" >SRC_URI="mirror://sourceforge/project/frandom//${P}.tar.gz" > >LICENSE="GPL-1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RESTRICT="strip" > >BUILD_TARGETS="default" >BUILD_TARGET_ARCH="${ARCH}" >MODULE_NAMES="frandom(misc)" > >src_prepare() { > sed -i -e "s:\$(shell uname -r):${KV_FULL}:" "${S}"/Makefile || die "sed failed" >} > >src_install() { > linux-mod_src_install > > insinto /etc/udev/rules.d/ > doins "${FILESDIR}/60-${PN}.rules" >}
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 325541
:
236567
|
236577
|
241895
|
241897
|
241899
|
285447
|
285461
|
316223