commit:     8c4216547cdbeba4041fca8b2d69136f43dd71e2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 09:03:44 2026 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 09:03:44 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c421654

app-arch/innoextract: Drop old 1.10_pre20250206

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../innoextract-1.10_pre20250206.ebuild            | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/app-arch/innoextract/innoextract-1.10_pre20250206.ebuild 
b/app-arch/innoextract/innoextract-1.10_pre20250206.ebuild
deleted file mode 100644
index c88889f03c17..000000000000
--- a/app-arch/innoextract/innoextract-1.10_pre20250206.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-COMMIT="6e9e34ed0876014fdb46e684103ef8c3605e382e"
-DESCRIPTION="A tool to unpack installers created by Inno Setup"
-HOMEPAGE="https://constexpr.org/innoextract/";
-SRC_URI="https://github.com/dscharrer/innoextract/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~m68k ppc64 x86"
-IUSE="debug +iconv +lzma test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/boost:=[bzip2,zlib]
-       iconv? ( virtual/libiconv )
-       lzma? ( app-arch/xz-utils )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.9-fix-linkage.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-               -DDEBUG=$(usex debug)
-               -DSET_OPTIMIZATION_FLAGS=OFF
-               -DSTRICT_USE=ON
-               -DUSE_LZMA=$(usex lzma)
-               -DWITH_CONV=$(usex iconv iconv builtin)
-       )
-       cmake_src_configure
-}

Reply via email to