From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0049A1382C5 for ; Fri, 16 Feb 2018 21:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A29E09EB; Fri, 16 Feb 2018 21:51:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E95C2E09EB for ; Fri, 16 Feb 2018 21:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0681335C2C for ; Fri, 16 Feb 2018 21:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6449A211 for ; Fri, 16 Feb 2018 21:51:48 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1518817905.389f0b6bed820e2f4ffb81c54340427279e16dd5.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/Manifest sys-fs/ncdu/ncdu-1.13.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 389f0b6bed820e2f4ffb81c54340427279e16dd5 X-VCS-Branch: master Date: Fri, 16 Feb 2018 21:51:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e5ef4e8-aefc-46e3-bb5a-8de015b2e9b0 X-Archives-Hash: 3418b53332bf9842cd92c5dbae9758d4 commit: 389f0b6bed820e2f4ffb81c54340427279e16dd5 Author: Michael Weber gentoo org> AuthorDate: Fri Feb 16 21:51:36 2018 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Feb 16 21:51:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389f0b6b sys-fs/ncdu: Version bump (thanks holgersson32644) Closes: https://github.com/gentoo/gentoo/pull/7061 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-fs/ncdu/Manifest | 1 + sys-fs/ncdu/ncdu-1.13.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/sys-fs/ncdu/Manifest b/sys-fs/ncdu/Manifest index b56d945c719..68a9b8a79ae 100644 --- a/sys-fs/ncdu/Manifest +++ b/sys-fs/ncdu/Manifest @@ -1 +1,2 @@ DIST ncdu-1.12.tar.gz 140596 BLAKE2B 5594d2d1e0b96eb7a1aa4a8461592e0298f0cd95a6ecb1cf18e09dc62fa1af9b7c8ac7f7ce4f7e5ec76ae1fe4702d9e47fc6d5e8410ac9bac86f444b02053792 SHA512 20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12 +DIST ncdu-1.13.tar.gz 143819 BLAKE2B 8ba489dab1cbafec5b1d9b437b44aa7aa5d79ed7b6938f7904465c4d3803390307bfdfed531641fa186873005ce7f0c37db058855ffcd4ce45888bfbffd03c3b SHA512 f1f417caa9bd9e9d9aa6311962b461e48301cf9eab5d0f57073e25df01f96ded05dd093627b95b43afc659ad99aed869efd4a98d723f5835b100747b5525a60c diff --git a/sys-fs/ncdu/ncdu-1.13.ebuild b/sys-fs/ncdu/ncdu-1.13.ebuild new file mode 100644 index 00000000000..4869916dd66 --- /dev/null +++ b/sys-fs/ncdu/ncdu-1.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="NCurses Disk Usage" +HOMEPAGE="https://dev.yorhel.nl/ncdu/" +SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +RDEPEND=" + sys-libs/ncurses:0=[unicode] +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +"