Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 467110 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]
ebuild for cryfs-0.9.7
cryfs-0.9.7.ebuild (text/plain), 1.46 KB, created by
adebeus
on 2017-03-15 09:42:33 UTC
(
hide
)
Description:
ebuild for cryfs-0.9.7
Filename:
MIME Type:
Creator:
adebeus
Created:
2017-03-15 09:42:33 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=4 >PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) > >inherit cmake-utils python-any-r1 > >DESCRIPTION="Encrypted FUSE filesystem that conceals metadata" >HOMEPAGE="https://www.cryfs.org/" > >LICENSE="LGPL-3 > BSD-2 > MIT > test? ( BSD )" ># cryfs - LGPL-3 ># scrypt - BSD-2 ># spdlog - MIT ># googletest - BSD > >SLOT=0 >KEYWORDS="~amd64" >IUSE="+update-check -test -debug" > >if [[ "${PV}" == 9999 ]] ; then > inherit git-r3 > > EGIT_REPO_URI="https://github.com/cryfs/cryfs" > SRC_URI="" >else > SRC_URI="https://github.com/cryfs/cryfs/archive/${PV}.tar.gz" >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