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 2844A1382C5 for ; Thu, 11 Feb 2021 03:25:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C5D0E0BE0; Thu, 11 Feb 2021 03:25:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27AE8E0BE0 for ; Thu, 11 Feb 2021 03:25:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B42F4340F3B for ; Thu, 11 Feb 2021 03:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2131153 for ; Thu, 11 Feb 2021 03:25:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613013910.177728c6b35b55815743503cdf94c5d25337de7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/devtodo/, app-misc/devtodo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/devtodo/devtodo-0.1.20-r3.ebuild app-misc/devtodo/files/devtodo-0.1.20-gentoo.diff app-misc/devtodo/files/devtodo-0.1.20-gentoo.patch X-VCS-Directories: app-misc/devtodo/files/ app-misc/devtodo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 177728c6b35b55815743503cdf94c5d25337de7f X-VCS-Branch: master Date: Thu, 11 Feb 2021 03:25:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb4de0e2-040c-404d-8a7a-424fe1c4940e X-Archives-Hash: d1f1d26ac04ed2425157f6dec5319d3c commit: 177728c6b35b55815743503cdf94c5d25337de7f Author: Sam James gentoo org> AuthorDate: Thu Feb 11 03:25:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 11 03:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177728c6 app-misc/devtodo: further modernisation * .diff -> .patch * Missing BDEPEND on virtual/pkgconfig (we call it in the ebuild!) Fixes: eee598673c7af3dcb75c673f87e60ccc21985ee9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-misc/devtodo/devtodo-0.1.20-r3.ebuild | 3 ++- .../files/{devtodo-0.1.20-gentoo.diff => devtodo-0.1.20-gentoo.patch} | 0 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/devtodo/devtodo-0.1.20-r3.ebuild b/app-misc/devtodo/devtodo-0.1.20-r3.ebuild index 9c52eec150d..7be802db360 100644 --- a/app-misc/devtodo/devtodo-0.1.20-r3.ebuild +++ b/app-misc/devtodo/devtodo-0.1.20-r3.ebuild @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +BDEPEND="virtual/pkgconfig" RDEPEND=" >=sys-libs/ncurses-5.2:0= >=sys-libs/readline-4.1:0=" @@ -21,7 +22,7 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog QuickStart README doc/scripts.sh doc/scripts.tcsh doc/todorc.example ) PATCHES=( - "${FILESDIR}"/${P}-gentoo.diff + "${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${P}-gcc43.patch "${FILESDIR}"/${P}-bashcom_spaces.patch ) diff --git a/app-misc/devtodo/files/devtodo-0.1.20-gentoo.diff b/app-misc/devtodo/files/devtodo-0.1.20-gentoo.patch similarity index 100% rename from app-misc/devtodo/files/devtodo-0.1.20-gentoo.diff rename to app-misc/devtodo/files/devtodo-0.1.20-gentoo.patch