summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-07-29 06:57:53 +0000
committerJustin Lecher <jlec@gentoo.org>2015-07-29 06:57:53 +0000
commit9640080cc7c705b7d5aed9386c91b3c64d03d784 (patch)
treeb681a30328806a3801b7a5d5ec51f5b0a4ca07b2 /sys-fs
parentDrop old (diff)
downloadgentoo-2-9640080cc7c705b7d5aed9386c91b3c64d03d784.tar.gz
gentoo-2-9640080cc7c705b7d5aed9386c91b3c64d03d784.tar.bz2
gentoo-2-9640080cc7c705b7d5aed9386c91b3c64d03d784.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ncdu/ChangeLog5
-rw-r--r--sys-fs/ncdu/ncdu-1.10.ebuild17
2 files changed, 4 insertions, 18 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog
index 3d4652cbe866..8a62276e6cfe 100644
--- a/sys-fs/ncdu/ChangeLog
+++ b/sys-fs/ncdu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ncdu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.56 2015/06/28 22:52:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.57 2015/07/29 06:57:53 jlec Exp $
+
+ 29 Jul 2015; Justin Lecher <jlec@gentoo.org> -ncdu-1.10.ebuild:
+ Drop old
28 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
+files/ncdu-1.11-missing-header.patch, ncdu-1.11.ebuild:
diff --git a/sys-fs/ncdu/ncdu-1.10.ebuild b/sys-fs/ncdu/ncdu-1.10.ebuild
deleted file mode 100644
index 3b43071e090a..000000000000
--- a/sys-fs/ncdu/ncdu-1.10.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.10.ebuild,v 1.5 2014/03/14 10:51:57 ago 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"