Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472534 Details for
Bug 612688
sys-fs/cryfs - Encrypted FUSE filesystem that conceals metadata
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
cryfs-0.9.7.ebuild (text/plain), 1.51 KB, created by
adebeus
on 2017-05-14 04:54:09 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
adebeus
Created:
2017-05-14 04:54:09 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 >PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) > >inherit cmake-utils python-any-r1 > >DESCRIPTION="Encrypted FUSE filesystem that conceals metadata" >HOMEPAGE="https://www.cryfs.org/" > >SLOT=0 >IUSE="-update-check -test -debug" > >LICENSE="LGPL-3 BSD-2 MIT > test? ( BSD )" ># cryfs - LGPL-3 ># scrypt - BSD-2 ># spdlog - MIT ># googletest - BSD > >if [[ "${PV}" == 9999 ]] ; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/cryfs/cryfs" > SRC_URI="" > KEYWORDS="" >else > SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz" > KEYWORDS="~amd64" > S="${WORKDIR}" >fi > >RDEPEND=">=dev-libs/boost-1.56:= > >=dev-libs/crypto++-5.6.3:= > net-misc/curl:= > >=sys-fs/fuse-2.8.6:= > dev-libs/openssl:=" >DEPEND="${RDEPEND} > ${PYTHON_DEPS} > || ( >=sys-devel/gcc-4.8 >=sys-devel/clang-3.7 )" >CMAKE_MIN_VERSION="2.8" > >src_configure() { > local mycmakeargs=("-DBoost_USE_STATIC_LIBS=off") > > if use update-check ; then > mycmakeargs+=("-DCRYFS_UPDATE_CHECKS=on") > else > mycmakeargs+=("-DCRYFS_UPDATE_CHECKS=off") > fi > > if use test ; then > mycmakeargs+=("-DBUILD_TESTING=on") > fi > > if use debug ; then > CMAKE_BUILD_TYPE=Debug > else > CMAKE_BUILD_TYPE=Release > fi > > cmake-utils_src_configure >} > >src_test() { > TMPDIR="${T}" > addread /dev/fuse > addwrite /dev/fuse > > for i in gitversion cpp-utils parallelaccessstore blockstore blobstore fspp cryfs cryfs-cli ; do > ${BUILD_DIR}/test/${i}/${i}-test || die "${i}-test failed" > done > > adddeny /dev/fuse >}
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 612688
:
467110
|
472532
| 472534