diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-17 08:03:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-17 08:03:38 +0000 |
commit | 02ff812efecf6417c5f4ff5936aba3b8b41402ce (patch) | |
tree | 3e7600d5f14b7c9f135aa05517621ea4b2831d27 /sys-fs/ncdu/ncdu-1.11.ebuild | |
parent | Drop old (diff) | |
download | gentoo-2-02ff812efecf6417c5f4ff5936aba3b8b41402ce.tar.gz gentoo-2-02ff812efecf6417c5f4ff5936aba3b8b41402ce.tar.bz2 gentoo-2-02ff812efecf6417c5f4ff5936aba3b8b41402ce.zip |
Version Bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs/ncdu/ncdu-1.11.ebuild')
-rw-r--r-- | sys-fs/ncdu/ncdu-1.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/ncdu/ncdu-1.11.ebuild b/sys-fs/ncdu/ncdu-1.11.ebuild new file mode 100644 index 000000000000..c47e2278a891 --- /dev/null +++ b/sys-fs/ncdu/ncdu-1.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.11.ebuild,v 1.1 2015/04/17 08:03:38 jlec Exp $ + +EAPI=5 + +DESCRIPTION="NCurses Disk Usage" +HOMEPAGE="http://dev.yorhel.nl/ncdu/" +SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +RDEPEND="sys-libs/ncurses[unicode]" +DEPEND="${RDEPEND} + virtual/pkgconfig" |