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 CFFC9138351 for ; Sun, 15 Mar 2020 20:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 170C4E11D6; Sun, 15 Mar 2020 20:21:05 +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 BBD88E11D4 for ; Sun, 15 Mar 2020 20:21:04 +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 CEE0F34F18F for ; Sun, 15 Mar 2020 20:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2502A188 for ; Sun, 15 Mar 2020 20:21:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584302565.8b2d8e9cb20e856c8d669089db442e07d2b0e1e4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/portage-lostfiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild X-VCS-Directories: app-portage/portage-lostfiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8b2d8e9cb20e856c8d669089db442e07d2b0e1e4 X-VCS-Branch: master Date: Sun, 15 Mar 2020 20:21:00 +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: 0f2fb1b6-2c2f-42b5-b59b-63d9507e41ef X-Archives-Hash: e8052541eacebd02ea1a9e0a420752c9 commit: 8b2d8e9cb20e856c8d669089db442e07d2b0e1e4 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 15 20:02:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 15 20:02:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2d8e9c app-portage/portage-lostfiles: add DISTUTILS_USE_SETUPTOOLS=rdepend otherwise distutils prints a warning about this Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild index e8893c1..c09cd18 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager" 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 68976138351 for ; Sun, 15 Mar 2020 20:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE2BE11B4; Sun, 15 Mar 2020 20:20:24 +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 7D8E0E11B4 for ; Sun, 15 Mar 2020 20:20:24 +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 2255134F18C for ; Sun, 15 Mar 2020 20:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C14E103 for ; Sun, 15 Mar 2020 20:20:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584302565.8b2d8e9cb20e856c8d669089db442e07d2b0e1e4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portage-lostfiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild X-VCS-Directories: app-portage/portage-lostfiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8b2d8e9cb20e856c8d669089db442e07d2b0e1e4 X-VCS-Branch: dev Date: Sun, 15 Mar 2020 20:20:06 +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: 517e81dc-689a-43ad-aaf8-a51c44f7d85b X-Archives-Hash: da6d6bd18e4fa40206bbcefda05c6b05 Message-ID: <20200315202006.khUWKs5MmLpJ-PDOxddYD5HMSHqsaovo-JZGbNne548@z> commit: 8b2d8e9cb20e856c8d669089db442e07d2b0e1e4 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 15 20:02:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 15 20:02:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2d8e9c app-portage/portage-lostfiles: add DISTUTILS_USE_SETUPTOOLS=rdepend otherwise distutils prints a warning about this Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild index e8893c1..c09cd18 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager"