From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/
Date: Wed, 4 Aug 2021 14:46:09 +0000 (UTC) [thread overview]
Message-ID: <1628088343.bd130f9e7c723629ba84a231b4b5b9774ca6de7b.soap@gentoo> (raw)
commit: bd130f9e7c723629ba84a231b4b5b9774ca6de7b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 14:45:43 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 14:45:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd130f9e
net-libs/libsearpc: update EAPI 7 -> 8
* EAPI 8 by default disable static libraries
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
index ca9505393e1..c19c1820eaf 100644
--- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
+++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=(python3_{8,9})
-
-WANT_AUTOMAKE=1.16
+PYTHON_COMPAT=( python3_{8..9} )
inherit autotools python-single-r1
@@ -16,7 +14,6 @@ SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
@@ -35,6 +32,6 @@ src_prepare() {
src_install() {
default
- # Remove unnecessary .la and .a files
- find "${ED}" -name '*.la' -o -name '*.a' -delete || die
+ # Remove unnecessary .la files
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2021-08-04 14:46 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 14:46 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 5:00 [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/ Sam James
2025-06-22 17:47 Sam James
2025-05-10 18:03 Sam James
2024-07-30 19:01 Pacho Ramos
2024-07-30 19:01 Pacho Ramos
2024-03-11 14:24 Sam James
2023-12-04 9:25 Viorel Munteanu
2023-03-05 7:33 Joonas Niilola
2022-11-23 17:55 Joonas Niilola
2022-09-01 6:27 Joonas Niilola
2022-04-07 20:58 Jakov Smolić
2021-10-26 6:52 Arthur Zamarin
2021-09-25 19:08 Sam James
2021-07-26 22:01 Conrad Kostecki
2020-10-06 8:15 Joonas Niilola
2020-10-06 8:15 Joonas Niilola
2020-09-29 10:26 Joonas Niilola
2020-09-19 11:28 Michał Górny
2020-08-02 12:03 Michał Górny
2019-12-18 16:32 Joonas Niilola
2019-12-18 16:32 Joonas Niilola
2019-07-01 1:24 Jonas Stein
2018-04-13 18:26 Michał Górny
2018-04-13 18:26 Michał Górny
2017-11-15 22:13 Patrice Clement
2017-04-14 20:30 Patrice Clement
2017-04-14 20:30 Patrice Clement
2017-04-13 21:20 Patrice Clement
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=1628088343.bd130f9e7c723629ba84a231b4b5b9774ca6de7b.soap@gentoo \
--to=soap@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