commit:     ae955389cae29dcc1dde960e2345c071bd94a4e1
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 19:26:02 2020 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 19:26:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae955389

sys-apps/progress: bump to 0.15

Closes: https://bugs.gentoo.org/730500
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 sys-apps/progress/Manifest             |  1 +
 sys-apps/progress/progress-0.15.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sys-apps/progress/Manifest b/sys-apps/progress/Manifest
index 647fffbec72..e1a2f7b0c9b 100644
--- a/sys-apps/progress/Manifest
+++ b/sys-apps/progress/Manifest
@@ -1 +1,2 @@
 DIST progress-0.13.tar.gz 57959 BLAKE2B 
11d0dbcf6a4cdf96f3fa6b902d60c5ce0fa4a619c3b40db44d6ac3e05464876c054359399af8cbbfc5304849654e5decfbbecd449da2e5abfc0cf653c787151e
 SHA512 
789e188e60137412f3ab0f47c82a969066eb1c312711982a4a77a28b1b334055a233b12d4840653a80ac6339e66f8c120e0312889369bbdc71fa10661e7c407e
+DIST progress-0.15.tar.gz 58549 BLAKE2B 
a75d9b4cb965419cc1677ff80d1990c2b2069031e71e982ff6e83381cbac53aee37e9cc22984e132929c0502dc89f860022def62b886e7b6122f2111aa314fc6
 SHA512 
8b446d04e156b8d3d905caf9a8c9eac2ff2d24ca3b118ebdf6b2aa9f9f99d0d219c026020c33bc3f2fff936f4a29d95f89fe1cbc1ab66b7b33f5e32bf18710ca

diff --git a/sys-apps/progress/progress-0.15.ebuild 
b/sys-apps/progress/progress-0.15.ebuild
new file mode 100644
index 00000000000..6eb35756e6d
--- /dev/null
+++ b/sys-apps/progress/progress-0.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Coreutils Viewer: show progress for cp, rm, dd, and so forth"
+HOMEPAGE="https://github.com/Xfennec/progress";
+SRC_URI="https://github.com/Xfennec/progress/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="sys-libs/ncurses"
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       tc-export CC
+}
+
+src_install() {
+       emake PREFIX="${D}/${EPREFIX}/usr" install
+       dodoc README.md
+}

Reply via email to