commit: 5cf37bc737992207f23cd4b968df31a472c0b1d0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 20 16:02:03 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 22 20:17:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf37bc7
dev-libs/yajl: drop 2.1.0-r5 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/yajl/yajl-2.1.0-r5.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/dev-libs/yajl/yajl-2.1.0-r5.ebuild b/dev-libs/yajl/yajl-2.1.0-r5.ebuild deleted file mode 100644 index 05d3e450842e..000000000000 --- a/dev-libs/yajl/yajl-2.1.0-r5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib multibuild - -DESCRIPTION="Small event-driven (SAX-style) JSON parser" -HOMEPAGE="https://lloyd.github.io/yajl/" -SRC_URI="https://github.com/lloyd/yajl/archive/refs/tags/${PV}.tar.gz -> ${P}-r5.tar.gz" - -LICENSE="ISC" -SLOT="0/2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${P}-uclibc.patch # git master 5d4bf525 - "${FILESDIR}"/${P}-pkg-config.patch # downstream - "${FILESDIR}"/${P}-memory-leak.patch # Bug 908036 -) - -src_prepare() { - cmake_src_prepare - multilib_copy_sources -} - -multilib_src_test() { - cd "${S}"/test/parsing || die - ./run_tests.sh "${BUILD_DIR}"/test/parsing/yajl_test || die -} - -src_install() { - cmake-multilib_src_install - find "${D}" -name libyajl_s.a -delete || die -}
