Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/, sys-fs/ncdu/files/
Date: Thu, 09 Mar 2017 13:43:11
Message-Id: 1489066966.89167ec5588b2b53cd6d7632febcc1bbd39cb1f6.xmw@gentoo
1 commit: 89167ec5588b2b53cd6d7632febcc1bbd39cb1f6
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 13:42:46 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 13:42:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89167ec5
7
8 sys-fs/ncdu: Add myself as maintainer. Remove old version.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 sys-fs/ncdu/Manifest | 1 -
13 sys-fs/ncdu/files/ncdu-1.11-missing-header.patch | 22 ----------------------
14 sys-fs/ncdu/metadata.xml | 4 ++++
15 sys-fs/ncdu/ncdu-1.11.ebuild | 22 ----------------------
16 4 files changed, 4 insertions(+), 45 deletions(-)
17
18 diff --git a/sys-fs/ncdu/Manifest b/sys-fs/ncdu/Manifest
19 index 1000a7bf414..a034f5525b5 100644
20 --- a/sys-fs/ncdu/Manifest
21 +++ b/sys-fs/ncdu/Manifest
22 @@ -1,2 +1 @@
23 -DIST ncdu-1.11.tar.gz 134093 SHA256 d0aea772e47463c281007f279a9041252155a2b2349b18adb9055075e141bb7b SHA512 4b9319900dd11da7c3bd2ba9a478c52b8280e3560b8b5b6610fc145c5d81d726715db69cd21bd400d75339a5bcf140bcafb3b4430075427a51b65763e81d8c48 WHIRLPOOL a0ff88adde70ce7f95f9bf172dc0fd5001d5e909bc0db86258d9d2a5f4dba45e511247c71b784b74b73da3b16f695e2eba4d3e89ce445b241801067dac248608
24 DIST ncdu-1.12.tar.gz 140596 SHA256 820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a SHA512 20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12 WHIRLPOOL 1ec3e97a9b0172cc312e5ee1b641c298d0cb1c20af031767ec8f87e387c9b2992c4fe60a02e49e9741133eb1c92daffb23024ccd4bd8124a5f0f472df59ad684
25
26 diff --git a/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch b/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch
27 deleted file mode 100644
28 index 4c79139f7b0..00000000000
29 --- a/sys-fs/ncdu/files/ncdu-1.11-missing-header.patch
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -From 29f347c19cb7ad17c4b401e1d984fce8eafaaafa Mon Sep 17 00:00:00 2001
33 -From: Yorhel <git@××××××.nl>
34 -Date: Tue, 7 Apr 2015 10:39:46 +0200
35 -Subject: shell.c: Include sys/wait.h
36 -
37 -Required for the W* macros on OpenBSD. Reported by Brian Callahan.
38 -
39 -diff --git a/src/shell.c b/src/shell.c
40 -index d601b5a..eb275cd 100644
41 ---- a/src/shell.c
42 -+++ b/src/shell.c
43 -@@ -32,6 +32,7 @@
44 - #include <ncurses.h>
45 - #include <stdlib.h>
46 - #include <unistd.h>
47 -+#include <sys/wait.h>
48 -
49 - void shell_draw() {
50 - char *full_path;
51 ---
52 -cgit v0.10.1
53 -
54
55 diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml
56 index 3256aaab310..cca812bc0ce 100644
57 --- a/sys-fs/ncdu/metadata.xml
58 +++ b/sys-fs/ncdu/metadata.xml
59 @@ -6,6 +6,10 @@
60 <name>Wolfram Schlich</name>
61 <description>Primary maintainer</description>
62 </maintainer>
63 + <maintainer type="person">
64 + <email>xmw@g.o</email>
65 + <name>Michael Weber</name>
66 + </maintainer>
67 <longdescription>
68 As the name already suggests, ncdu is an NCurses version of the famous old 'du'
69 unix command. It provides a fast and easy interface to your harddrive. Where is
70
71 diff --git a/sys-fs/ncdu/ncdu-1.11.ebuild b/sys-fs/ncdu/ncdu-1.11.ebuild
72 deleted file mode 100644
73 index 5a3191a8c23..00000000000
74 --- a/sys-fs/ncdu/ncdu-1.11.ebuild
75 +++ /dev/null
76 @@ -1,22 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -inherit eutils
83 -
84 -DESCRIPTION="NCurses Disk Usage"
85 -HOMEPAGE="http://dev.yorhel.nl/ncdu/"
86 -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="alpha amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
91 -
92 -RDEPEND="sys-libs/ncurses:0=[unicode]"
93 -DEPEND="${RDEPEND}
94 - virtual/pkgconfig"
95 -
96 -src_prepare() {
97 - epatch "${FILESDIR}"/${P}-missing-header.patch
98 -}