From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/
Date: Tue, 7 Dec 2021 06:57:00 +0000 (UTC) [thread overview]
Message-ID: <1638860212.5d2b69ad3b74a4b44b160e8ac93c8d6fa426624d.sam@gentoo> (raw)
commit: 5d2b69ad3b74a4b44b160e8ac93c8d6fa426624d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 06:55:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 06:56:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2b69ad
sys-fs/encfs: install libencfs, link dynamically
We need to install libencfs if we're going to link dynamically
against it.
Closes: https://bugs.gentoo.org/701698
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/encfs/encfs-1.9.5-r2.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/sys-fs/encfs/encfs-1.9.5-r2.ebuild b/sys-fs/encfs/encfs-1.9.5-r2.ebuild
new file mode 100644
index 000000000000..c26268474a9d
--- /dev/null
+++ b/sys-fs/encfs/encfs-1.9.5-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE"
+HOMEPAGE="https://vgough.github.io/encfs/"
+SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="dev-libs/openssl:=
+ dev-libs/tinyxml2:=
+ sys-fs/fuse:0=
+ sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/perl
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+# Build dir is hardcoded in test suite, but we restrict them
+# because they can lead to false negatives, bug #630486
+RESTRICT="test"
+
+BUILD_DIR="${S}/build"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_NLS="$(usex nls)"
+ -DUSE_INTERNAL_TINYXML=OFF
+ -DBUILD_UNIT_TESTS=OFF
+ -DBUILD_SHARED_LIBS=ON
+ # Needed with BUILD_SHARED_LIBS=ON
+ -DINSTALL_LIBENCFS=ON
+ -DLIB_INSTALL_DIR="$(get_libdir)"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-12-07 6:57 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 6:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-29 7:46 [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ Viorel Munteanu
2023-01-29 7:46 Viorel Munteanu
2022-12-25 22:40 Andreas Sturmlechner
2022-07-25 7:09 Agostino Sarubbo
2022-07-22 15:02 Anthony G. Basile
2022-07-22 14:59 Anthony G. Basile
2021-12-07 7:07 Sam James
2021-12-02 13:53 Arthur Zamarin
2021-12-02 13:53 Arthur Zamarin
2021-12-02 13:53 Arthur Zamarin
2021-05-02 17:47 Mikle Kolyada
2021-01-08 0:53 Sam James
2020-12-30 18:22 Anthony G. Basile
2020-10-16 11:12 Georgy Yakovlev
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 19:55 Mikle Kolyada
2019-06-14 15:01 Agostino Sarubbo
2019-06-14 9:25 Agostino Sarubbo
2018-09-04 18:38 Sergei Trofimovich
2018-05-17 19:05 Markus Meier
2018-05-02 16:33 Thomas Deutschmann
2018-04-29 21:53 Mikle Kolyada
2018-04-29 20:25 Sergei Trofimovich
2018-04-29 19:41 Sergei Trofimovich
2018-04-29 11:48 Anthony G. Basile
2018-04-29 11:36 Anthony G. Basile
2018-04-28 7:27 Mikle Kolyada
2018-04-13 2:04 Anthony G. Basile
2018-02-01 6:22 Anthony G. Basile
2018-01-18 15:56 Mikle Kolyada
2018-01-18 0:00 Anthony G. Basile
2017-07-25 19:47 Anthony G. Basile
2017-07-25 19:47 Anthony G. Basile
2017-07-25 19:47 Anthony G. Basile
2016-09-20 9:23 Anthony G. Basile
2016-09-16 8:50 Anthony G. Basile
2016-03-29 23:56 Anthony G. Basile
2015-10-10 22:28 Anthony G. Basile
2015-08-14 12:31 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1638860212.5d2b69ad3b74a4b44b160e8ac93c8d6fa426624d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox