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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2999115800F for ; Mon, 2 Jan 2023 17:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D3AE08ED; Mon, 2 Jan 2023 17:02:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ABA5E08ED for ; Mon, 2 Jan 2023 17:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94CA73407AF for ; Mon, 2 Jan 2023 17:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3616F2 for ; Mon, 2 Jan 2023 17:02:48 +0000 (UTC) From: "Michael Egger" 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 Egger" Message-ID: <1672678906.ca65e89eca3f06cdc823dd24ef27b910e77a29f6.MichaelEgger@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/Manifest app-portage/portage-lostfiles/metadata.xml app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild X-VCS-Directories: app-portage/portage-lostfiles/ X-VCS-Committer: MichaelEgger X-VCS-Committer-Name: Michael Egger X-VCS-Revision: ca65e89eca3f06cdc823dd24ef27b910e77a29f6 X-VCS-Branch: dev Date: Mon, 2 Jan 2023 17:02:48 +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: a05d6854-9208-48a2-8b70-e9c3134dd475 X-Archives-Hash: bab0341e50448bc92d6f1848b2442afe commit: ca65e89eca3f06cdc823dd24ef27b910e77a29f6 Author: Michael Egger protonmail com> AuthorDate: Mon Jan 2 17:01:46 2023 +0000 Commit: Michael Egger tsn at> CommitDate: Mon Jan 2 17:01:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca65e89e app-portage/portage-lostfiles: add 0.5.2, drop 0.2.2 Signed-off-by: Michael Egger protonmail.com> app-portage/portage-lostfiles/Manifest | 2 +- app-portage/portage-lostfiles/metadata.xml | 37 +++++++++++----------- ...0.2.2.ebuild => portage-lostfiles-0.5.2.ebuild} | 7 ++-- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/app-portage/portage-lostfiles/Manifest b/app-portage/portage-lostfiles/Manifest index 2ae44a804..dd31f2636 100644 --- a/app-portage/portage-lostfiles/Manifest +++ b/app-portage/portage-lostfiles/Manifest @@ -1 +1 @@ -DIST portage-lostfiles-0.2.2.tar.gz 10618 BLAKE2B a477bafc83d5af7d29759bcaa3c09a89f678a463a94f037689bdef3e85cf3b78bdc53aed87696aa351623c6be210937f50d6f71ef588d9e27dbed061300374af SHA512 cf7b17d9cd3214616f4bb60284275172e4270180a87f4934e6ee5750e62315b2728e4fa0f930c18fc02b4b173b404fa27c3e75fca4f5ae0b740fe0c91025cb36 +DIST portage-lostfiles-0.5.2.tar.gz 12554 BLAKE2B 3562c6e0fad3fb4d41b815bf8183826875ef169c068a9c2c0e1370aadf7524ff1b1c06f3a39133f626a6bf520e4ba27e6de31e5dd66dbbbe818a1d4719266ecd SHA512 6418a8bb526e2bd62f1dda1f2f3cc715db0a3df125ccec47347fb93cba12214270d92768d2aafeac2e5487f34832a5c1abab6e0e3dde7dd4ec44bc0881af6764 diff --git a/app-portage/portage-lostfiles/metadata.xml b/app-portage/portage-lostfiles/metadata.xml index 5daf1a751..a09f34b3d 100644 --- a/app-portage/portage-lostfiles/metadata.xml +++ b/app-portage/portage-lostfiles/metadata.xml @@ -1,22 +1,23 @@ - - egger.m@protonmail.com - Michael Egger - - - A simple script to identify files not tracked by Portage package manager. - Notes: - Symlinks are not reported as lost as long as the link target exists and is tracked. - Some common paths are not reported (e.g.: /etc/group, /etc/machine-id, ...). The full whitelist is defined by WHITELIST in lostfiles.py. - Usage - git clone https://github.com/gcarq/portage-lostfiles.git - cd portage-lostfiles - $ ./lostfiles.py - - - https://github.com/gcarq/portage-lostfiles/issues - https://github.com/gcarq/portage-lostfiles/blob/master/README.md - + + egger.m@protonmail.com + Michael Egger + + + A simple script to identify files not tracked by Portage package manager. + Notes + Symlinks are not reported as lost as long as the link target exists and is tracked, + this is the same behavior as implemented in `equery b path`. + Some common paths are not reported (e.g.: `/etc/group`, `/etc/machine-id`, ...), + those are defined in `IGNORED_PATHS` and `PKG_PATHS` in `lostfiles.py`. + Usage + git clone https://github.com/gcarq/portage-lostfiles.git + cd portage-lostfiles + $ ./lostfiles.py + + + gcarq/portage-lostfiles + diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild similarity index 77% rename from app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild rename to app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild index 06a33a36e..6cd8a7426 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager"