Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
Date: Fri, 16 Feb 2018 21:51:51
Message-Id: 1518817905.389f0b6bed820e2f4ffb81c54340427279e16dd5.xmw@gentoo
1 commit: 389f0b6bed820e2f4ffb81c54340427279e16dd5
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 21:51:36 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 21:51:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389f0b6b
7
8 sys-fs/ncdu: Version bump (thanks holgersson32644)
9
10 Closes: https://github.com/gentoo/gentoo/pull/7061
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sys-fs/ncdu/Manifest | 1 +
14 sys-fs/ncdu/ncdu-1.13.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/sys-fs/ncdu/Manifest b/sys-fs/ncdu/Manifest
18 index b56d945c719..68a9b8a79ae 100644
19 --- a/sys-fs/ncdu/Manifest
20 +++ b/sys-fs/ncdu/Manifest
21 @@ -1 +1,2 @@
22 DIST ncdu-1.12.tar.gz 140596 BLAKE2B 5594d2d1e0b96eb7a1aa4a8461592e0298f0cd95a6ecb1cf18e09dc62fa1af9b7c8ac7f7ce4f7e5ec76ae1fe4702d9e47fc6d5e8410ac9bac86f444b02053792 SHA512 20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12
23 +DIST ncdu-1.13.tar.gz 143819 BLAKE2B 8ba489dab1cbafec5b1d9b437b44aa7aa5d79ed7b6938f7904465c4d3803390307bfdfed531641fa186873005ce7f0c37db058855ffcd4ce45888bfbffd03c3b SHA512 f1f417caa9bd9e9d9aa6311962b461e48301cf9eab5d0f57073e25df01f96ded05dd093627b95b43afc659ad99aed869efd4a98d723f5835b100747b5525a60c
24
25 diff --git a/sys-fs/ncdu/ncdu-1.13.ebuild b/sys-fs/ncdu/ncdu-1.13.ebuild
26 new file mode 100644
27 index 00000000000..4869916dd66
28 --- /dev/null
29 +++ b/sys-fs/ncdu/ncdu-1.13.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +DESCRIPTION="NCurses Disk Usage"
37 +HOMEPAGE="https://dev.yorhel.nl/ncdu/"
38 +SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
39 +
40 +LICENSE="MIT"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
43 +
44 +RDEPEND="
45 + sys-libs/ncurses:0=[unicode]
46 +"
47 +DEPEND="
48 + ${RDEPEND}
49 + virtual/pkgconfig
50 +"