diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-07 12:28:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-07 12:28:13 +0000 |
commit | c39c6a82f95538fee5daa87aa58e32162dbd659e (patch) | |
tree | ad98da7800199759cf4fe34740fa53dc77de4e7c /sys-fs/ncdu | |
parent | keyword ~amd64-linux and ~x86-linux (diff) | |
download | gentoo-2-c39c6a82f95538fee5daa87aa58e32162dbd659e.tar.gz gentoo-2-c39c6a82f95538fee5daa87aa58e32162dbd659e.tar.bz2 gentoo-2-c39c6a82f95538fee5daa87aa58e32162dbd659e.zip |
sys-fs/ncdu: Drop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sys-fs/ncdu')
-rw-r--r-- | sys-fs/ncdu/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ncdu/metadata.xml | 12 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.8.ebuild | 22 |
3 files changed, 11 insertions, 30 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog index 8f2812a84f4e..d8f630c26a35 100644 --- a/sys-fs/ncdu/ChangeLog +++ b/sys-fs/ncdu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ncdu -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.39 2012/12/04 11:23:08 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.40 2013/03/07 12:28:12 jlec Exp $ + + 07 Mar 2013; Justin Lecher <jlec@gentoo.org> -ncdu-1.8.ebuild, metadata.xml: + Drop old 04 Dec 2012; <ago@gentoo.org> ncdu-1.9.ebuild: Stable for x86, wrt bug #441532 diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml index 23ee8691743b..02c723c3ef9b 100644 --- a/sys-fs/ncdu/metadata.xml +++ b/sys-fs/ncdu/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>wschlich@gentoo.org</email> - <name>Wolfram Schlich</name> - <description>Primary maintainer</description> -</maintainer> -<longdescription> + <maintainer> + <email>wschlich@gentoo.org</email> + <name>Wolfram Schlich</name> + <description>Primary maintainer</description> + </maintainer> + <longdescription> As the name already suggests, ncdu is an NCurses version of the famous old 'du' unix command. It provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer diff --git a/sys-fs/ncdu/ncdu-1.8.ebuild b/sys-fs/ncdu/ncdu-1.8.ebuild deleted file mode 100644 index 69ed72d0ec1e..000000000000 --- a/sys-fs/ncdu/ncdu-1.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.8.ebuild,v 1.7 2012/09/25 08:16:20 heroxbd Exp $ - -EAPI=4 - -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 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install - dodoc README NEWS ChangeLog -} |