Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libestr/
Date: Sun, 05 Jun 2022 13:25:44
Message-Id: 1654435527.fa53e9d7a0c77755c414c1fa012329c98e8c6705.xgqt@gentoo
1 commit: fa53e9d7a0c77755c414c1fa012329c98e8c6705
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 13:11:54 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 13:25:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa53e9d7
7
8 dev-libs/libestr: bump to EAPI 8; minor tweaks
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 .../libestr/{libestr-0.1.11.ebuild => libestr-0.1.11-r1.ebuild} | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11-r1.ebuild
16 similarity index 89%
17 rename from dev-libs/libestr/libestr-0.1.11.ebuild
18 rename to dev-libs/libestr/libestr-0.1.11-r1.ebuild
19 index 46bfad9d48e4..ad8ff4a5ae64 100644
20 --- a/dev-libs/libestr/libestr-0.1.11.ebuild
21 +++ b/dev-libs/libestr/libestr-0.1.11-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="7"
28 +EAPI=8
29
30 inherit autotools
31
32 @@ -15,12 +15,8 @@ KEYWORDS="amd64 arm arm64 ~hppa x86"
33 IUSE="debug static-libs test"
34 RESTRICT="!test? ( test )"
35
36 -DEPEND=""
37 -RDEPEND="${DEPEND}"
38 -
39 src_prepare() {
40 default
41 -
42 eautoreconf
43 }
44
45 @@ -30,7 +26,6 @@ src_configure() {
46 $(use_enable static-libs static)
47 $(use_enable test testbench)
48 )
49 -
50 econf "${myeconfargs[@]}"
51 }