diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-09 14:42:46 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-09 14:42:46 +0100 |
commit | 89167ec5588b2b53cd6d7632febcc1bbd39cb1f6 (patch) | |
tree | e93d94c1fce2237605829f083d1817d44e011333 /sys-fs/ncdu | |
parent | net-p2p/ncdc: Version bump. EAPI=6. (diff) | |
download | gentoo-89167ec5588b2b53cd6d7632febcc1bbd39cb1f6.tar.gz gentoo-89167ec5588b2b53cd6d7632febcc1bbd39cb1f6.tar.bz2 gentoo-89167ec5588b2b53cd6d7632febcc1bbd39cb1f6.zip |
sys-fs/ncdu: Add myself as maintainer. Remove old version.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sys-fs/ncdu')
-rw-r--r-- | sys-fs/ncdu/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/ncdu/files/ncdu-1.11-missing-header.patch | 22 | ||||
-rw-r--r-- | sys-fs/ncdu/metadata.xml | 4 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.11.ebuild | 22 |
4 files changed, 4 insertions, 45 deletions
diff --git a/sys-fs/ncdu/Manifest b/sys-fs/ncdu/Manifest index 1000a7bf4146..a034f5525b5a 100644 --- a/sys-fs/ncdu/Manifest +++ b/sys-fs/ncdu/Manifest @@ -1,2 +1 @@ -DIST ncdu-1.11.tar.gz 134093 SHA256 d0aea772e47463c281007f279a9041252155a2b2349b18adb9055075e141bb7b SHA512 4b9319900dd11da7c3bd2ba9a478c52b8280e3560b8b5b6610fc145c5d81d726715db69cd21bd400d75339a5bcf140bcafb3b4430075427a51b65763e81d8c48 WHIRLPOOL a0ff88adde70ce7f95f9bf172dc0fd5001d5e909bc0db86258d9d2a5f4dba45e511247c71b784b74b73da3b16f695e2eba4d3e89ce445b241801067dac248608 DIST ncdu-1.12.tar.gz 140596 SHA256 820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a SHA512 20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12 WHIRLPOOL 1ec3e97a9b0172cc312e5ee1b641c298d0cb1c20af031767ec8f87e387c9b2992c4fe60a02e49e9741133eb1c92daffb23024ccd4bd8124a5f0f472df59ad684 diff --git a/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch b/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch deleted file mode 100644 index 4c79139f7b06..000000000000 --- a/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 29f347c19cb7ad17c4b401e1d984fce8eafaaafa Mon Sep 17 00:00:00 2001 -From: Yorhel <git@yorhel.nl> -Date: Tue, 7 Apr 2015 10:39:46 +0200 -Subject: shell.c: Include sys/wait.h - -Required for the W* macros on OpenBSD. Reported by Brian Callahan. - -diff --git a/src/shell.c b/src/shell.c -index d601b5a..eb275cd 100644 ---- a/src/shell.c -+++ b/src/shell.c -@@ -32,6 +32,7 @@ - #include <ncurses.h> - #include <stdlib.h> - #include <unistd.h> -+#include <sys/wait.h> - - void shell_draw() { - char *full_path; --- -cgit v0.10.1 - diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml index 3256aaab3101..cca812bc0ce6 100644 --- a/sys-fs/ncdu/metadata.xml +++ b/sys-fs/ncdu/metadata.xml @@ -6,6 +6,10 @@ <name>Wolfram Schlich</name> <description>Primary maintainer</description> </maintainer> + <maintainer type="person"> + <email>xmw@gentoo.org</email> + <name>Michael Weber</name> + </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 diff --git a/sys-fs/ncdu/ncdu-1.11.ebuild b/sys-fs/ncdu/ncdu-1.11.ebuild deleted file mode 100644 index 5a3191a8c239..000000000000 --- a/sys-fs/ncdu/ncdu-1.11.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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="alpha amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND="sys-libs/ncurses:0=[unicode]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-missing-header.patch -} |