From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/progress/
Date: Sat, 31 Jul 2021 05:19:59 +0000 (UTC)	[thread overview]
Message-ID: <1627707519.34e2da370e2c4e21c19ae0657e4d09bd147fcb09.sam@gentoo> (raw)
commit:     34e2da370e2c4e21c19ae0657e4d09bd147fcb09
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 04:58:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 04:58:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e2da37
sys-apps/progress: port to EAPI 7
We also add a missing subslot dependency on
sys-libs/ncurses, as we link against it.
Signed-off-by: Sam James <sam <AT> gentoo.org>
 .../{progress-0.15.ebuild => progress-0.15-r1.ebuild}     | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/sys-apps/progress/progress-0.15.ebuild b/sys-apps/progress/progress-0.15-r1.ebuild
similarity index 78%
rename from sys-apps/progress/progress-0.15.ebuild
rename to sys-apps/progress/progress-0.15-r1.ebuild
index 2f46847710f..7b176623820 100644
--- a/sys-apps/progress/progress-0.15.ebuild
+++ b/sys-apps/progress/progress-0.15-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="Coreutils Viewer: show progress for cp, rm, dd, and so forth"
@@ -12,17 +13,17 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 
-RDEPEND="sys-libs/ncurses"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
+	default
+
 	tc-export CC
 }
 
 src_install() {
-	emake PREFIX="${D}/${EPREFIX}/usr" install
+	emake PREFIX="${ED}/usr" install
 	dodoc README.md
 }
next             reply	other threads:[~2021-07-31  5:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31  5:19 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-23  2:37 [gentoo-commits] repo/gentoo:master commit in: sys-apps/progress/ Sam James
2025-07-23  2:37 Sam James
2022-07-23  4:33 Yixun Lan
2021-10-10 20:40 Sam James
2021-10-10  2:20 Sam James
2021-01-05 21:09 Sam James
2021-01-05 20:51 Sam James
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2020-12-29  9:57 Sam James
2020-08-25 19:26 Jason A. Donenfeld
2016-02-23 17:59 Jason Donenfeld
2015-10-07  5:19 Jeroen Roovers
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=1627707519.34e2da370e2c4e21c19ae0657e4d09bd147fcb09.sam@gentoo \
    --to=sam@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