public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/
Date: Sun,  5 Jun 2022 13:25:41 +0000 (UTC)	[thread overview]
Message-ID: <1654435528.78989e922a74a7a1f7f3dc05a2053562a0e0979b.xgqt@gentoo> (raw)

commit:     78989e922a74a7a1f7f3dc05a2053562a0e0979b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:16:46 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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
 }


             reply	other threads:[~2022-06-05 13:25 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 13:25 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-02 14:30 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/ Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-05-23  0:10 Sam James
2023-05-19 17:50 Sam James
2023-05-19 17:46 Sam James
2023-05-19 17:45 Sam James
2023-05-19 17:04 Arthur Zamarin
2023-05-05 13:46 Arthur Zamarin
2023-05-05 13:46 Arthur Zamarin
2023-05-05 13:46 Arthur Zamarin
2023-05-05 13:45 Arthur Zamarin
2023-05-05 13:37 Arthur Zamarin
2023-04-17 16:14 Maciej Barć
2023-03-30 13:39 Maciej Barć
2022-08-28  5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-05  9:31 Arthur Zamarin
2022-07-09  3:08 Sam James
2022-06-05 13:25 Maciej Barć
2021-05-15  2:41 Sam James
2021-05-15  2:37 Sam James
2021-04-08  6:23 Sergei Trofimovich
2021-04-06  1:02 Thomas Deutschmann
2021-04-06  1:00 Thomas Deutschmann
2021-01-27 15:10 Thomas Deutschmann
2021-01-27 15:10 Thomas Deutschmann
2018-06-02  0:57 Aaron Bauman
2018-05-21 19:02 Thomas Deutschmann
2018-05-07  0:22 Mart Raudsepp
2018-03-28  5:05 Markus Meier
2018-02-10  0:32 Thomas Deutschmann
2018-01-28 16:08 Mikle Kolyada
2017-12-18 18:15 Thomas Deutschmann
2017-10-17 16:23 Thomas Deutschmann
2017-10-01 19:38 Sergei Trofimovich
2017-08-12 19:11 Thomas Deutschmann
2017-05-15 10:15 Thomas Deutschmann
2017-05-05 10:56 Thomas Deutschmann
2017-02-21 20:38 Markus Meier
2017-01-15 21:04 Jeroen Roovers
2017-01-11 11:13 Aaron Bauman
2016-12-05 16:23 Mike Frysinger
2016-11-27 21:08 Thomas Deutschmann
2016-08-24 10:45 Thomas Deutschmann
2016-08-24  0:57 Thomas Deutschmann
2016-08-10 20:44 Thomas Deutschmann
2016-08-10 20:44 Thomas Deutschmann
2016-07-31 11:45 Jeroen Roovers
2016-07-05  5:08 Yixun Lan
2016-04-29  6:50 Jeroen Roovers
2016-04-21 15:43 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654435528.78989e922a74a7a1f7f3dc05a2053562a0e0979b.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox