Gentoo Archives: gentoo-commits

From: Michael Egger <michael.egger@×××.at>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portage-lostfiles/
Date: Mon, 02 Jan 2023 17:02:53
Message-Id: 1672678906.ca65e89eca3f06cdc823dd24ef27b910e77a29f6.MichaelEgger@gentoo
1 commit: ca65e89eca3f06cdc823dd24ef27b910e77a29f6
2 Author: Michael Egger <egger.m <AT> protonmail <DOT> com>
3 AuthorDate: Mon Jan 2 17:01:46 2023 +0000
4 Commit: Michael Egger <michael.egger <AT> tsn <DOT> at>
5 CommitDate: Mon Jan 2 17:01:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca65e89e
7
8 app-portage/portage-lostfiles: add 0.5.2, drop 0.2.2
9
10 Signed-off-by: Michael Egger <egger.m <AT> protonmail.com>
11
12 app-portage/portage-lostfiles/Manifest | 2 +-
13 app-portage/portage-lostfiles/metadata.xml | 37 +++++++++++-----------
14 ...0.2.2.ebuild => portage-lostfiles-0.5.2.ebuild} | 7 ++--
15 3 files changed, 24 insertions(+), 22 deletions(-)
16
17 diff --git a/app-portage/portage-lostfiles/Manifest b/app-portage/portage-lostfiles/Manifest
18 index 2ae44a804..dd31f2636 100644
19 --- a/app-portage/portage-lostfiles/Manifest
20 +++ b/app-portage/portage-lostfiles/Manifest
21 @@ -1 +1 @@
22 -DIST portage-lostfiles-0.2.2.tar.gz 10618 BLAKE2B a477bafc83d5af7d29759bcaa3c09a89f678a463a94f037689bdef3e85cf3b78bdc53aed87696aa351623c6be210937f50d6f71ef588d9e27dbed061300374af SHA512 cf7b17d9cd3214616f4bb60284275172e4270180a87f4934e6ee5750e62315b2728e4fa0f930c18fc02b4b173b404fa27c3e75fca4f5ae0b740fe0c91025cb36
23 +DIST portage-lostfiles-0.5.2.tar.gz 12554 BLAKE2B 3562c6e0fad3fb4d41b815bf8183826875ef169c068a9c2c0e1370aadf7524ff1b1c06f3a39133f626a6bf520e4ba27e6de31e5dd66dbbbe818a1d4719266ecd SHA512 6418a8bb526e2bd62f1dda1f2f3cc715db0a3df125ccec47347fb93cba12214270d92768d2aafeac2e5487f34832a5c1abab6e0e3dde7dd4ec44bc0881af6764
24
25 diff --git a/app-portage/portage-lostfiles/metadata.xml b/app-portage/portage-lostfiles/metadata.xml
26 index 5daf1a751..a09f34b3d 100644
27 --- a/app-portage/portage-lostfiles/metadata.xml
28 +++ b/app-portage/portage-lostfiles/metadata.xml
29 @@ -1,22 +1,23 @@
30 <?xml version="1.0" encoding="UTF-8"?>
31 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 <pkgmetadata>
33 - <maintainer type="person">
34 - <email>egger.m@××××××××××.com</email>
35 - <name>Michael Egger</name>
36 - </maintainer>
37 - <longdescription lang="en">
38 - A simple script to identify files not tracked by Portage package manager.
39 - Notes:
40 - Symlinks are not reported as lost as long as the link target exists and is tracked.
41 - Some common paths are not reported (e.g.: /etc/group, /etc/machine-id, ...). The full whitelist is defined by WHITELIST in lostfiles.py.
42 - Usage
43 - git clone https://github.com/gcarq/portage-lostfiles.git
44 - cd portage-lostfiles
45 - $ ./lostfiles.py
46 - </longdescription>
47 - <upstream>
48 - <bugs-to>https://github.com/gcarq/portage-lostfiles/issues</bugs-to>
49 - <doc>https://github.com/gcarq/portage-lostfiles/blob/master/README.md</doc>
50 - </upstream>
51 + <maintainer type="person">
52 + <email>egger.m@××××××××××.com</email>
53 + <name>Michael Egger</name>
54 + </maintainer>
55 + <longdescription lang="en">
56 + A simple script to identify files not tracked by Portage package manager.
57 + Notes
58 + Symlinks are not reported as lost as long as the link target exists and is tracked,
59 + this is the same behavior as implemented in `equery b path`.
60 + Some common paths are not reported (e.g.: `/etc/group`, `/etc/machine-id`, ...),
61 + those are defined in `IGNORED_PATHS` and `PKG_PATHS` in `lostfiles.py`.
62 + Usage
63 + git clone https://github.com/gcarq/portage-lostfiles.git
64 + cd portage-lostfiles
65 + $ ./lostfiles.py
66 + </longdescription>
67 + <upstream>
68 + <remote-id type="github">gcarq/portage-lostfiles</remote-id>
69 + </upstream>
70 </pkgmetadata>
71
72 diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild
73 similarity index 77%
74 rename from app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
75 rename to app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild
76 index 06a33a36e..6cd8a7426 100644
77 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
78 +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild
79 @@ -1,9 +1,10 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 +# Copyright 1999-2023 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 -EAPI=7
85 +EAPI=8
86
87 -PYTHON_COMPAT=( python3_{8..10} )
88 +DISTUTILS_USE_PEP517=setuptools
89 +PYTHON_COMPAT=( python3_{8..11} )
90 inherit distutils-r1
91
92 DESCRIPTION="A simple script to identify files not tracked by Portage package manager"