From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87D3E158091 for ; Sun, 5 Jun 2022 13:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C8ECE08A0; Sun, 5 Jun 2022 13:25:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6032BE08A0 for ; Sun, 5 Jun 2022 13:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E49034171A for ; Sun, 5 Jun 2022 13:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C5D4ED for ; Sun, 5 Jun 2022 13:25:41 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1654435528.78989e922a74a7a1f7f3dc05a2053562a0e0979b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild dev-libs/libfastjson/libfastjson-0.99.8.ebuild dev-libs/libfastjson/libfastjson-0.99.9-r1.ebuild dev-libs/libfastjson/libfastjson-0.99.9.ebuild X-VCS-Directories: dev-libs/libfastjson/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 78989e922a74a7a1f7f3dc05a2053562a0e0979b X-VCS-Branch: master Date: Sun, 5 Jun 2022 13:25:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c87acdbf-7583-4600-872e-0c0f9da6d8e3 X-Archives-Hash: 8fc0681b91bf3fbbedab158656aca5a1 commit: 78989e922a74a7a1f7f3dc05a2053562a0e0979b Author: Maciej Barć gentoo org> AuthorDate: Sun Jun 5 13:16:46 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Jun 5 13:25:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78989e92 dev-libs/libfastjson: bump to EAPI 8; minor tweaks Signed-off-by: Maciej Barć gentoo.org> ...stjson-0.99.8.ebuild => libfastjson-0.99.8-r1.ebuild} | 16 +++++++--------- ...stjson-0.99.9.ebuild => libfastjson-0.99.9-r1.ebuild} | 16 +++++++--------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild b/dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild similarity index 75% rename from dev-libs/libfastjson/libfastjson-0.99.8.ebuild rename to dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild index d708a382d6a2..8d9063c9799e 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.8-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit autotools @@ -13,28 +13,26 @@ SLOT="0/4.2.0" KEYWORDS="amd64 arm arm64 ~hppa sparc x86" IUSE="static-libs" -DEPEND=">=sys-devel/autoconf-archive-2015.02.04" -RDEPEND="" +BEPEND=">=sys-devel/autoconf-archive-2015.02.04" + +DOCS=( AUTHORS ChangeLog ) src_prepare() { default - eautoreconf } src_configure() { local myeconfargs=( - --enable-compile-warnings=yes $(use_enable static-libs static) --disable-rdrand + --enable-compile-warnings=yes ) - econf "${myeconfargs[@]}" } src_install() { - local DOCS=( AUTHORS ChangeLog ) default - find "${ED}"usr/lib* -name '*.la' -delete || die + find "${ED}"/usr/lib* -name '*.la' -delete || die } diff --git a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild b/dev-libs/libfastjson/libfastjson-0.99.9-r1.ebuild similarity index 75% rename from dev-libs/libfastjson/libfastjson-0.99.9.ebuild rename to dev-libs/libfastjson/libfastjson-0.99.9-r1.ebuild index e398fef4b3d2..56d3287ed32a 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.9-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit autotools @@ -13,28 +13,26 @@ SLOT="0/4.3.0" KEYWORDS="amd64 arm arm64 ~hppa sparc x86" IUSE="static-libs" -DEPEND=">=sys-devel/autoconf-archive-2015.02.04" -RDEPEND="" +BEPEND=">=sys-devel/autoconf-archive-2015.02.04" + +DOCS=( AUTHORS ChangeLog ) src_prepare() { default - eautoreconf } src_configure() { local myeconfargs=( - --enable-compile-warnings=yes $(use_enable static-libs static) --disable-rdrand + --enable-compile-warnings=yes ) - econf "${myeconfargs[@]}" } src_install() { - local DOCS=( AUTHORS ChangeLog ) default - find "${ED}"usr/lib* -name '*.la' -delete || die + find "${ED}"/usr/lib* -name '*.la' -delete || die }