commit: e6d5244b9a8656a500c8b85bcf779c8a61214e79 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 14:44:49 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 14:44:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d5244b
dev-util/unifdef: drop 2.12-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-util/unifdef/unifdef-2.12-r1.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-util/unifdef/unifdef-2.12-r1.ebuild b/dev-util/unifdef/unifdef-2.12-r1.ebuild deleted file mode 100644 index a65c8b893bcc..000000000000 --- a/dev-util/unifdef/unifdef-2.12-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone" -HOMEPAGE="https://dotat.at/prog/unifdef/" -SRC_URI="https://dotat.at/prog/unifdef/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -PATCHES=( - "${FILESDIR}"/${P}-tests.patch - "${FILESDIR}"/${P}-c23.patch -) - -DOCS=( README ) - -src_prepare() { - sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die - tc-export CC - default -}
