Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397480 Details for
Bug 366709
Package request: Cryptodev for Linux and cryptodev use flag for OpenSSL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-kernel/cryptodev 1.7 ebuild
cryptodev-1.7.ebuild (text/plain), 1.17 KB, created by
LABBE Corentin
on 2015-02-25 13:59:56 UTC
(
hide
)
Description:
sys-kernel/cryptodev 1.7 ebuild
Filename:
MIME Type:
Creator:
LABBE Corentin
Created:
2015-02-25 13:59:56 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >inherit linux-info linux-mod > >DESCRIPTION="device that allows access to Linux kernel cryptographic drivers" >HOMEPAGE="http://cryptodev-linux.org/index.html" >SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz" >KEYWORDS="amd64 arm x86" > >LICENSE="GPL-2" >SLOT="0" >IUSE="examples" > >DEPEND="virtual/linux-sources" >RDEPEND="" >RESTRICT="test" >S=${WORKDIR}/${PN}-linux-${PV} > >MODULE_NAMES="cryptodev(extra:${S})" > >pkg_pretend() { > if use kernel_linux ; then > CONFIG_CHECK="~CRYPTO ~CRYPTO_BLKCIPHER ~CRYPTO_AEAD" > check_extra_config > fi >} > >pkg_setup() { > if use kernel_linux ; then > linux-mod_pkg_setup > else > die "cryptodev ebuild only support linux" > fi > BUILD_TARGETS="build" >} > >src_prepare() { > # get_unused_fd was removed in 3.19 > sed -i 's,get_unused_fd(),get_unused_fd_flags(0),' ioctl.c || die >} > >src_compile() { > linux-mod_src_compile >} > >src_install() { > linux-mod_src_install > if use examples ; then > docinto examples > dodoc example/* > fi > insinto /usr/include/crypto > doins crypto/cryptodev.h >} > >pkg_postinst() { > linux-mod_pkg_postinst >}
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 366709
:
272707
|
382002
|
382004
|
397480
|
399084