From a12a153aeca7548d6eecaa5e4e1cd319b0e00f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 2 Sep 2023 16:16:09 +0200 Subject: [PATCH] dev-libs/libfastjson: drop old 0.99.8-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-libs/libfastjson/Manifest | 1 - .../libfastjson/libfastjson-0.99.8-r1.ebuild | 38 ------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild diff --git a/dev-libs/libfastjson/Manifest b/dev-libs/libfastjson/Manifest index 02b071cab04bc..28091ecbe51e7 100644 --- a/dev-libs/libfastjson/Manifest +++ b/dev-libs/libfastjson/Manifest @@ -1,2 +1 @@ -DIST libfastjson-0.99.8.tar.gz 433819 BLAKE2B f988c01de8e7becc5a848825c18151fec2b80f81eb5b50e459b1a3bb535f5521fb63e9350eb133eb984f57f42c5f529220a0c9461eb4689e1421ad815c4c4d87 SHA512 1e7eb7eaae2c6ccb78b77ac883808e1d311b03bad083dc72ab7712765a2ed139accd762850d60f54c6fe0ad48c4385714818fd2c8ed76700ce3546e5aff1c823 DIST libfastjson-1.2304.0.tar.gz 89477 BLAKE2B 2a24ada8f98b837bc4c6983694354615309913eff69f006933441e5a8e9fc58365ca4bd3e03ebdda60e685cefd7e48739f45c49348899150b9b2923f05a709c6 SHA512 a43dc809c0fc073f8bddaebdf91c996ccfc6275d7dcc312762e8dfb366dc121c7698c316b71bd5b43f2f7e9b3c326c90cfa927ce415824a7d32dd5e6667048ab diff --git a/dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild b/dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild deleted file mode 100644 index 38d0d58b62f29..0000000000000 --- a/dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Fork of the json-c library, which is optimized for liblognorm processing" -HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/" -SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/4.2.0" -KEYWORDS="amd64 arm arm64 ~hppa sparc x86" -IUSE="static-libs" - -BDEPEND=">=sys-devel/autoconf-archive-2015.02.04" - -DOCS=( AUTHORS ChangeLog ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable static-libs static) - --disable-rdrand - --enable-compile-warnings=yes - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${ED}"/usr/lib* -name '*.la' -delete || die -}