From: "Andreas Schuerch" <nativemad@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dislocker/
Date: Fri, 15 Apr 2016 12:57:08 +0000 (UTC) [thread overview]
Message-ID: <1460724950.836791a9f3ebbbe071cb96aa57c17661f85ba95a.nativemad@gentoo> (raw)
commit: 836791a9f3ebbbe071cb96aa57c17661f85ba95a
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 12:55:50 2016 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 12:55:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836791a9
sys-fs/dislocker: version bump
Package-Manager: portage-2.2.26
sys-fs/dislocker/Manifest | 1 +
sys-fs/dislocker/dislocker-0.6.1.ebuild | 48 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/sys-fs/dislocker/Manifest b/sys-fs/dislocker/Manifest
index ffe4d7b..20bd7bc 100644
--- a/sys-fs/dislocker/Manifest
+++ b/sys-fs/dislocker/Manifest
@@ -1 +1,2 @@
DIST dislocker-0.5.2.tar.gz 97928 SHA256 469a6a623c9477399c2b9ca5116724c03df4ce1889bbcfe3d5f57956b15c0643 SHA512 023145313417befa2b3b26ce158cce3b356e9533d2fb8ad8576e63a0b1e07b78de3a68d86999ab26984aac4f634bef13310cd5c4954bc994971a9e64c5508e61 WHIRLPOOL 751a49343e0dd53f0ae3e6424dba39a43e7780bddbebc39192ed1f6f09b351352aba253ac858aaff0db6fbdf1cdf8c28fb9f6511d38b9ccbeceee61c4412e43d
+DIST dislocker-0.6.1.tar.gz 99867 SHA256 e125e3b23d6c1cc2ee2b01958dceaaa15a28ae5616a7cb38b973c5befdb16ead SHA512 92c091d660219e1f65d734ed988e77242abedf2a503a976b050f129f208a1ba88edaf06c6028cd456d5ed9ce7c4ed54064e4e81d37d46915893a2df9d7cb65b9 WHIRLPOOL f14a2b9c101f7ad00445ced88920402519fd8cd5df759397de0c81a892535804d72e765cedf4050cd2ad6f4568e1536dc5f6faeeca353d610848b78dcc7f8e6d
diff --git a/sys-fs/dislocker/dislocker-0.6.1.ebuild b/sys-fs/dislocker/dislocker-0.6.1.ebuild
new file mode 100644
index 0000000..e4497f2
--- /dev/null
+++ b/sys-fs/dislocker/dislocker-0.6.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils cmake-utils flag-o-matic
+
+DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions."
+HOMEPAGE="https://github.com/Aorimn/dislocker"
+
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/Aorimn/dislocker.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/Aorimn/dislocker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~x86 ~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ruby"
+
+DEPEND="sys-fs/fuse
+ || ( net-libs/polarssl net-libs/mbedtls )
+ ruby? ( dev-lang/ruby:2.1 )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+# We either need to change Werror to Wno-error or remove the multiple declarations of FORTIFY_SOURCE
+# sed 's:Werror:Wno-error:g' -i "${S}/src/CMakeLists.txt" || die
+ sed 's:-D_FORTIFY_SOURCE=2::g' -i "${S}/src/CMakeLists.txt" || die
+
+ sed 's:\.\./man:'../../${P}/man':g' -i "${S}/src/CMakeLists.txt" || die
+}
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_find_package ruby Ruby)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ find "${S}/man/linux" -name '*.1' -exec doman '{}' +
+ cmake-utils_src_install
+}
next reply other threads:[~2016-04-15 12:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 12:57 Andreas Schuerch [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-20 4:16 [gentoo-commits] repo/gentoo:master commit in: sys-fs/dislocker/ Sam James
2022-10-20 4:16 Sam James
2021-10-04 0:28 Sam James
2021-05-09 6:29 Sam James
2021-05-09 6:29 Sam James
2021-04-17 11:41 Andreas Sturmlechner
2021-04-17 11:41 Andreas Sturmlechner
2019-11-18 20:49 Tim Harder
2019-07-15 15:28 Michał Górny
2019-04-08 17:43 Hans de Graaff
2018-08-26 20:35 Michał Górny
2017-10-16 3:34 David Seifert
2017-08-14 7:59 Andreas Schuerch
2017-02-14 16:12 Andreas Schuerch
2016-01-26 9:15 Andreas Schuerch
2016-01-25 20:05 Andreas Schuerch
2016-01-22 17:46 Andreas Schuerch
2016-01-22 16:40 Andreas Schuerch
2016-01-22 16:28 Andreas Schuerch
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=1460724950.836791a9f3ebbbe071cb96aa57c17661f85ba95a.nativemad@gentoo \
--to=nativemad@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