public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
Date: Fri, 31 Dec 2021 23:23:07 +0000 (UTC)	[thread overview]
Message-ID: <1640992981.dcee89b1055939e823df6706efa666e91a0fbf79.soap@gentoo> (raw)

commit:     dcee89b1055939e823df6706efa666e91a0fbf79
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 23:23:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 23:23:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee89b1

sys-libs/fts-standalone: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index d816d53c4048..b5e23331c74e 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
 DESCRIPTION="Standalone fts library for use with musl"
 HOMEPAGE="https://github.com/pullmoll/musl-fts"
 SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/musl-fts-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
@@ -18,8 +19,6 @@ DEPEND="
 	!sys-libs/glibc
 	!sys-libs/uclibc"
 
-S="${WORKDIR}/musl-fts-${PV}"
-
 src_prepare() {
 	default
 	eautoreconf
@@ -32,6 +31,6 @@ src_configure() {
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 	mv "${ED%/}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
 }


             reply	other threads:[~2021-12-31 23:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31 23:23 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02  0:03 [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/ Sam James
2023-07-23 19:07 Sam James
2022-10-04  3:00 Sam James
2021-12-31 23:24 David Seifert
2021-12-31 23:23 David Seifert
2020-01-30  7:42 Georgy Yakovlev
2019-12-22 15:34 Jory Pratt
2019-10-16 17:37 Jory Pratt
2018-03-07 15:39 Anthony G. Basile
2017-01-14  1:36 Anthony G. Basile
2016-06-04 14:09 Anthony G. Basile
2016-06-04 14:09 Anthony G. Basile
2016-06-04 13:11 Anthony G. Basile
2015-08-13 22:31 Anthony G. Basile

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=1640992981.dcee89b1055939e823df6706efa666e91a0fbf79.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