commit:     985a326148e41bb3fc93a78e7b36d1fdc5ab5c96
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 19:21:37 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 20:03:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985a3261

dev-libs/yajl: drop 2.1.0-r3

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-libs/yajl/yajl-2.1.0-r3.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-libs/yajl/yajl-2.1.0-r3.ebuild 
b/dev-libs/yajl/yajl-2.1.0-r3.ebuild
deleted file mode 100644
index 4c5ac2410c4b..000000000000
--- a/dev-libs/yajl/yajl-2.1.0-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib
-
-DESCRIPTION="Small event-driven (SAX-style) JSON parser"
-HOMEPAGE="https://lloyd.github.io/yajl/";
-SRC_URI="https://github.com/lloyd/yajl/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/lloyd-yajl-66cb08c"
-
-LICENSE="ISC"
-SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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
-)
-
-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
-}

Reply via email to