public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dislocker/
Date: Mon, 18 Nov 2019 20:49:20 +0000 (UTC)	[thread overview]
Message-ID: <1574110113.be15458353e3a959eb0c2d237a47aa5cb6c4fe66.radhermit@gentoo> (raw)

commit:     be15458353e3a959eb0c2d237a47aa5cb6c4fe66
Author:     David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Tue Oct  8 14:37:18 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 20:48:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be154583

sys-fs/dislocker: revbump to EAPI 7 & fixed fuse dep

Closes: https://github.com/gentoo/gentoo/pull/13212
Closes: https://bugs.gentoo.org/673666

Signed-off-by: David Heidelberg <david <AT> ixit.cz>
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 ...{dislocker-0.7.1-r1.ebuild => dislocker-0.7.1-r2.ebuild} | 13 +++++++------
 sys-fs/dislocker/dislocker-9999.ebuild                      | 13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild b/sys-fs/dislocker/dislocker-0.7.1-r2.ebuild
similarity index 90%
rename from sys-fs/dislocker/dislocker-0.7.1-r1.ebuild
rename to sys-fs/dislocker/dislocker-0.7.1-r2.ebuild
index 5fa3c3fa942..08e0e54087a 100644
--- a/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild
+++ b/sys-fs/dislocker/dislocker-0.7.1-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions."
 HOMEPAGE="https://github.com/Aorimn/dislocker"
@@ -20,10 +20,11 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ruby"
 
-DEPEND="sys-fs/fuse:*
-	net-libs/mbedtls
-	ruby? ( dev-lang/ruby:2.4 )"
-
+DEPEND="
+	sys-fs/fuse:0=
+	net-libs/mbedtls:0=
+	ruby? ( dev-lang/ruby:* )
+"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/sys-fs/dislocker/dislocker-9999.ebuild b/sys-fs/dislocker/dislocker-9999.ebuild
index c92236b7a12..08e0e54087a 100644
--- a/sys-fs/dislocker/dislocker-9999.ebuild
+++ b/sys-fs/dislocker/dislocker-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions."
 HOMEPAGE="https://github.com/Aorimn/dislocker"
@@ -20,10 +20,11 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="ruby"
 
-DEPEND="sys-fs/fuse:*
-	net-libs/mbedtls
-	ruby? ( dev-lang/ruby:2.3 )"
-
+DEPEND="
+	sys-fs/fuse:0=
+	net-libs/mbedtls:0=
+	ruby? ( dev-lang/ruby:* )
+"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


             reply	other threads:[~2019-11-18 20:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18 20:49 Tim Harder [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-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-04-15 12:57 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=1574110113.be15458353e3a959eb0c2d237a47aa5cb6c4fe66.radhermit@gentoo \
    --to=radhermit@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