commit:     0c9612840be52f8aba42037f0d829b5c145adb6f
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu May 29 12:01:02 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 07:29:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c961284

sys-fs/dislocker: drop 9999

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/39999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/dislocker/dislocker-9999.ebuild | 59 ----------------------------------
 1 file changed, 59 deletions(-)

diff --git a/sys-fs/dislocker/dislocker-9999.ebuild 
b/sys-fs/dislocker/dislocker-9999.ebuild
deleted file mode 100644
index 16d0907613c8..000000000000
--- a/sys-fs/dislocker/dislocker-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 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
-
-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="~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() {
-       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 "${S}/src/CMakeLists.txt" || die
-       sed 's:-D_FORTIFY_SOURCE=2::g' -i "${S}/src/CMakeLists.txt" || die
-
-       # Do not process compressed versions of the manuals
-       #sed 's:\.\./man:'../../${P}/man':g' -i "${S}/src/CMakeLists.txt" || die
-       sed -r 's:( create_symlink \$\{BIN_FUSE\}\.1)\.gz (.+\.1)\.gz\\:\1 
\2\\:' -i "${S}/src/CMakeLists.txt" || die
-       sed -r 's:^(.+\.1\.gz):#\1:' -i "${S}/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 via email to