summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-17 08:00:20 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-17 08:00:20 +0000
commit5f96c7b86bf75ec92fca97ef4a464b842d5a2b8d (patch)
tree28b90b81b9255ebb0c2bd859ae18403105e5e8ce /sys-fs
parentsparc stable wrt bug #536906 (diff)
downloadgentoo-2-5f96c7b86bf75ec92fca97ef4a464b842d5a2b8d.tar.gz
gentoo-2-5f96c7b86bf75ec92fca97ef4a464b842d5a2b8d.tar.bz2
gentoo-2-5f96c7b86bf75ec92fca97ef4a464b842d5a2b8d.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ncdu/ChangeLog7
-rw-r--r--sys-fs/ncdu/ncdu-1.9.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog
index 9aeff4400b62..2f0df80ca42b 100644
--- a/sys-fs/ncdu/ChangeLog
+++ b/sys-fs/ncdu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ncdu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.49 2014/07/24 19:28:51 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.50 2015/04/17 08:00:20 jlec Exp $
+
+ 17 Apr 2015; Justin Lecher <jlec@gentoo.org> -ncdu-1.9.ebuild:
+ Drop old
24 Jul 2014; Markus Meier <maekke@gentoo.org> ncdu-1.9.ebuild:
arm stable, bug #516654
diff --git a/sys-fs/ncdu/ncdu-1.9.ebuild b/sys-fs/ncdu/ncdu-1.9.ebuild
deleted file mode 100644
index feaf0158a2b9..000000000000
--- a/sys-fs/ncdu/ncdu-1.9.ebuild
+++ /dev/null
@@ -1,24 +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.9.ebuild,v 1.9 2014/07/24 19:28:51 maekke Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses[unicode]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-pkgconfig.patch )