From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4258A139694 for ; Thu, 9 Mar 2017 13:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9652FE0C2B; Thu, 9 Mar 2017 13:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F58BE0C2B for ; Thu, 9 Mar 2017 13:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04E7334165F for ; Thu, 9 Mar 2017 13:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB50622F for ; Thu, 9 Mar 2017 13:43:07 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489066966.89167ec5588b2b53cd6d7632febcc1bbd39cb1f6.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/, sys-fs/ncdu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/Manifest sys-fs/ncdu/files/ncdu-1.11-missing-header.patch sys-fs/ncdu/metadata.xml sys-fs/ncdu/ncdu-1.11.ebuild X-VCS-Directories: sys-fs/ncdu/files/ sys-fs/ncdu/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 89167ec5588b2b53cd6d7632febcc1bbd39cb1f6 X-VCS-Branch: master Date: Thu, 9 Mar 2017 13:43:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5b78265-c664-4167-9154-23cda2054316 X-Archives-Hash: 862b1fbe0781976baf04dbe3411d3cce commit: 89167ec5588b2b53cd6d7632febcc1bbd39cb1f6 Author: Michael Weber gentoo org> AuthorDate: Thu Mar 9 13:42:46 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 9 13:42:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89167ec5 sys-fs/ncdu: Add myself as maintainer. Remove old version. Package-Manager: Portage-2.3.4, Repoman-2.3.2 sys-fs/ncdu/Manifest | 1 - sys-fs/ncdu/files/ncdu-1.11-missing-header.patch | 22 ---------------------- sys-fs/ncdu/metadata.xml | 4 ++++ 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 1000a7bf414..a034f5525b5 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 4c79139f7b0..00000000000 --- 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 -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 - #include - #include -+#include - - 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 3256aaab310..cca812bc0ce 100644 --- a/sys-fs/ncdu/metadata.xml +++ b/sys-fs/ncdu/metadata.xml @@ -6,6 +6,10 @@ Wolfram Schlich Primary maintainer + + xmw@gentoo.org + Michael Weber + 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 5a3191a8c23..00000000000 --- 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 -}