public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dislocker/
Date: Thu, 20 Oct 2022 04:16:24 +0000 (UTC)	[thread overview]
Message-ID: <1666239370.225447bde4ec6b85f6ff426f72ed487b32b68e1b.sam@gentoo> (raw)

commit:     225447bde4ec6b85f6ff426f72ed487b32b68e1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 04:06:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 04:16:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225447bd

sys-fs/dislocker: drop 0.7.1-r3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/dislocker/Manifest                  |  2 -
 sys-fs/dislocker/dislocker-0.7.1-r3.ebuild | 61 ------------------------------
 2 files changed, 63 deletions(-)

diff --git a/sys-fs/dislocker/Manifest b/sys-fs/dislocker/Manifest
index f50b11e8fd11..a1a495a1eb9d 100644
--- a/sys-fs/dislocker/Manifest
+++ b/sys-fs/dislocker/Manifest
@@ -1,3 +1 @@
-DIST dislocker-0.7.1-fix-find-ruby.patch 25942 BLAKE2B bd9d93c5eddcbade0039c1787dae36f5dd01f91cd435dfb9dbcfcb16f0f09cba7e73a3221c8b2f3843d0a68199fb9e38bdb91428fa784442659f7af53ab6d4dd SHA512 70f5a628659ef4645d757b899f3e6310e3a4d2ab89f429748c711177a0944e9b0eabf5341e394ab09216b0fa18e3c2b0832406b27f40c04510df937ffe5f65ef
-DIST dislocker-0.7.1.tar.gz 103194 BLAKE2B 05421b0d3e7686480e40a41e67086017c454b76e0852fef78a7b5d10134cf388b4bf7b9669d87b867418f4c074cc023ea9b0260dbdbc837322d04f217aa40b28 SHA512 8852ba3e363fdea992eebecfe1e4dad2b85404f57c57ce6b2937a9859d03cfa88d969926c9e11e6d22596c6d96805b7d1737893ae2c5a957448ab26708bce226
 DIST dislocker-0.7.3.tar.gz 111257 BLAKE2B ba8403facfef04f5194a22421d2010d472b073d6dce03c9f457d7661de11bb818782cc66bfee8cd88fe72af7ac127bbbcbe1a01c5c35f0cf054f282b3208c3ea SHA512 c62241d70d51f6445a2f6d0f08e099bbc1a4257ca98232471fc43ec63e69d62ae5f702c995ec00b7e1db7d33f4bb3a31ea05bc13862bf3b539feb301a0e034ff

diff --git a/sys-fs/dislocker/dislocker-0.7.1-r3.ebuild b/sys-fs/dislocker/dislocker-0.7.1-r3.ebuild
deleted file mode 100644
index 90375bf7590b..000000000000
--- a/sys-fs/dislocker/dislocker-0.7.1-r3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
-inherit cmake flag-o-matic
-
-DESCRIPTION="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
-	https://dev.gentoo.org/~juippis/distfiles/tmp/dislocker-0.7.1-fix-find-ruby.patch"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ruby"
-
-DEPEND="
-	sys-fs/fuse:0=
-	net-libs/mbedtls:0=
-	ruby? ( dev-lang/ruby:* )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	if use ruby && [[ ${PV} == "0.7.1" ]]; then
-		PATCHES=( "${DISTDIR}/${P}-fix-find-ruby.patch" )
-	fi
-	cmake_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 "src/CMakeLists.txt" || die
-	sed 's:-D_FORTIFY_SOURCE=2::g' -i "src/CMakeLists.txt" || die
-
-#	sed 's:\.\./man:'../../${P}/man':g' -i "src/CMakeLists.txt" || die
-# Do not process compressed versions of the manuals
-	sed -r 's:( create_symlink \$\{BIN_FUSE\}\.1)\.gz (.+\.1)\.gz\\:\1 \2\\:' -i "src/CMakeLists.txt" || die
-	sed -r 's:^(.+\.1\.gz):#\1:' -i "src/CMakeLists.txt" || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package ruby Ruby)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	if ! use ruby; then
-		rm "${S}/man/linux/${PN}-find.1" || die
-	fi
-	find "${S}/man/linux" -name '*.1' -exec doman '{}' + || die
-	cmake_src_install
-}


             reply	other threads:[~2022-10-20  4:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20  4:16 Sam James [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
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-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=1666239370.225447bde4ec6b85f6ff426f72ed487b32b68e1b.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