From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/portage-lostfiles/
Date: Wed, 4 Jan 2023 08:51:19 +0000 (UTC) [thread overview]
Message-ID: <1672678906.ca65e89eca3f06cdc823dd24ef27b910e77a29f6.flow@gentoo> (raw)
commit: ca65e89eca3f06cdc823dd24ef27b910e77a29f6
Author: Michael Egger <egger.m <AT> protonmail <DOT> com>
AuthorDate: Mon Jan 2 17:01:46 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
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 <egger.m <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>egger.m@protonmail.com</email>
- <name>Michael Egger</name>
- </maintainer>
- <longdescription lang="en">
- 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
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/gcarq/portage-lostfiles/issues</bugs-to>
- <doc>https://github.com/gcarq/portage-lostfiles/blob/master/README.md</doc>
- </upstream>
+ <maintainer type="person">
+ <email>egger.m@protonmail.com</email>
+ <name>Michael Egger</name>
+ </maintainer>
+ <longdescription lang="en">
+ 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
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gcarq/portage-lostfiles</remote-id>
+ </upstream>
</pkgmetadata>
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"
next reply other threads:[~2023-01-04 8:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 8:51 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 15:36 [gentoo-commits] repo/proj/guru:master commit in: app-portage/portage-lostfiles/ Julien Roy
2024-03-14 10:19 David Roman
2023-12-01 15:26 Viorel Munteanu
2021-10-02 12:28 Arthur Zamarin
2021-02-16 21:10 Theo Anderson
2020-04-27 7:02 Andrew Ammerlaan
2020-04-12 16:39 Andrew Ammerlaan
2020-03-15 20:21 Andrew Ammerlaan
2020-03-15 20:20 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1672678906.ca65e89eca3f06cdc823dd24ef27b910e77a29f6.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox