From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrpath/
Date: Fri, 29 Jul 2022 08:24:53 +0000 (UTC) [thread overview]
Message-ID: <1659083060.d43bdb4245d6d131e08ea4ee0c7377231a3bbd5c.soap@gentoo> (raw)
commit: d43bdb4245d6d131e08ea4ee0c7377231a3bbd5c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 08:24:20 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 08:24:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43bdb42
app-admin/chrpath: update EAPI 7 -> 8
* remove USE="static-libs" since there is no
rationale given for keeping it.
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../chrpath/{chrpath-0.16.ebuild => chrpath-0.16-r1.ebuild} | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/app-admin/chrpath/chrpath-0.16.ebuild b/app-admin/chrpath/chrpath-0.16-r1.ebuild
similarity index 84%
rename from app-admin/chrpath/chrpath-0.16.ebuild
rename to app-admin/chrpath/chrpath-0.16-r1.ebuild
index 6913b7a27fb8..287cacc4a7d6 100644
--- a/app-admin/chrpath/chrpath-0.16.ebuild
+++ b/app-admin/chrpath/chrpath-0.16-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
@@ -12,7 +12,6 @@ SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.g
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
PATCHES=(
"${FILESDIR}"/${P}-multilib.patch
@@ -29,13 +28,7 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
src_install() {
default
- if ! use static-libs; then
- find "${D}" -name "*.la" -delete || die
- fi
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2022-07-29 8:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 8:24 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 12:15 [gentoo-commits] repo/gentoo:master commit in: app-admin/chrpath/ WANG Xuerui
2024-11-09 9:02 Arthur Zamarin
2022-07-29 7:59 Agostino Sarubbo
2022-07-28 23:06 Sam James
2022-07-28 23:06 Sam James
2022-07-28 12:00 Sam James
2022-07-28 12:00 Sam James
2022-07-28 8:23 David Seifert
2022-07-23 1:08 Yixun Lan
2021-03-05 18:39 Sam James
2019-06-17 18:37 Fabian Groffen
2018-04-23 14:53 Mikle Kolyada
2017-04-14 7:44 Fabian Groffen
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=1659083060.d43bdb4245d6d131e08ea4ee0c7377231a3bbd5c.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