Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329566 Details for
Bug 432914
app-crypt/tcplay (new package) TrueCrypt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild updated to filter -Werror and check for required kernel modules
tcplay-0.10-r1.ebuild (text/plain), 1.51 KB, created by
Richard Ash
on 2012-11-14 21:46:33 UTC
(
hide
)
Description:
ebuild updated to filter -Werror and check for required kernel modules
Filename:
MIME Type:
Creator:
Richard Ash
Created:
2012-11-14 21:46:33 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils toolchain-funcs vcs-snapshot > >DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt" >HOMEPAGE="https://github.com/bwalex/tc-play" >SRC_URI="https://github.com/bwalex/tc-play/tarball/v0.10 -> ${P}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND="dev-libs/libgcrypt > sys-apps/util-linux > sys-fs/lvm2" >DEPEND="${RDEPEND}" > ># without some kernel modules, this isn't going to work >CONFIG_CHECK="~CRYPTO_RMD160 ~CRYPTO_SHA512 ~CRYPTO_WP512 ~CRYPTO_LRW >~CRYPTO_XTS ~CRYPTO_AES ~CRYPTO_SERPENT ~CRYPTO_TWOFISH ~DM_CRYPT ~BLK_DEV_LOOP" >WARNING_CRYPTO_RMD160="CRYPTO_RMD160 required to use RIPEMD-160 encryption" >WARNING_CRYPTO_SHA512="CRYPTO_SHA512 required to use SHA encryption" >WARNING_CRYPTO_AES="CRYPTO_AES required to use AES encryption" >WARNING_CRYPTO_SERPENT="CRYPTO_SERPENT required to use Serpent encryption" >WARNING_CRYPTO_TWOFISH="CRYPTO_TWOFISH required to use Twofish encryption" >WARNING_DM_CRYPT="DM_CRYPT is required for ${PN} to work!" >WARNING_BLK_DEV_LOOP="BLK_DEV_LOOP is required to mount encrypted volumes in >files" > > >src_prepare() { > sed -e '/CFLAGS+= -O3/d' \ > -e '/$(CC)/s:$: $(LDFLAGS):' \ > -e 's/-Werror//' \ > -i Makefile || die > epatch "${FILESDIR}"/${P}-library.patch >} > >src_compile() { > tc-export CC > emake SYSTEM=linux PBKDF_BACKEND=gcrypt program lib >} > >src_install() { > dobin ${PN} > dolib lib${PN}.so > doman ${PN}.{3,8} > dodoc README >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432914
: 329566 |
334566
|
354276