From ca65e89eca3f06cdc823dd24ef27b910e77a29f6 Mon Sep 17 00:00:00 2001 From: Michael Egger Date: Mon, 2 Jan 2023 18:01:46 +0100 Subject: app-portage/portage-lostfiles: add 0.5.2, drop 0.2.2 Signed-off-by: Michael Egger --- app-portage/portage-lostfiles/Manifest | 2 +- app-portage/portage-lostfiles/metadata.xml | 37 +++++++++++----------- .../portage-lostfiles-0.2.2.ebuild | 15 --------- .../portage-lostfiles-0.5.2.ebuild | 16 ++++++++++ 4 files changed, 36 insertions(+), 34 deletions(-) delete mode 100644 app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild create mode 100644 app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild (limited to 'app-portage') 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.2.2.ebuild deleted file mode 100644 index 06a33a36e..000000000 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A simple script to identify files not tracked by Portage package manager" -HOMEPAGE="https://github.com/gcarq/portage-lostfiles" -SRC_URI="https://github.com/gcarq/portage-lostfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild new file mode 100644 index 000000000..6cd8a7426 --- /dev/null +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" +HOMEPAGE="https://github.com/gcarq/portage-lostfiles" +SRC_URI="https://github.com/gcarq/portage-lostfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad