From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/recover-broken-vdb/
Date: Wed, 29 Sep 2021 16:01:06 +0000 (UTC) [thread overview]
Message-ID: <1632931256.5a889977242ed6788c3b3e5dd3030167906eda14.sam@gentoo> (raw)
commit: 5a889977242ed6788c3b3e5dd3030167906eda14
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 29 16:00:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 16:00:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a889977
app-portage/recover-broken-vdb: add 0.0.5
Closes: https://bugs.gentoo.org/815373
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/recover-broken-vdb/Manifest | 1 +
.../recover-broken-vdb-0.0.5.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-portage/recover-broken-vdb/Manifest b/app-portage/recover-broken-vdb/Manifest
index e7f619fd9c9..df124c7c157 100644
--- a/app-portage/recover-broken-vdb/Manifest
+++ b/app-portage/recover-broken-vdb/Manifest
@@ -1,2 +1,3 @@
DIST recover-broken-vdb-0.0.3.tar.gz 12492 BLAKE2B aa3fb529cac6d61ed7f41364c784c3879fe1993ace84ad48e648db4bb970c348a55714091a0c467c75234f8e0eecf448fbd20e198c0998240e5f89d0a285dca1 SHA512 e102406b1921527e2564f28d3fcc28e7507f7148b849f35ba0157fc299135ecfc304a3c60ed06900daea95382645414268eb008dcc405112fdf8d74fc1a64d41
DIST recover-broken-vdb-0.0.4.tar.gz 12693 BLAKE2B f9690aa16dbe1121dc7ffcfe2caac51530fb0d55bb1da9069bff53c5c43ba350a9fc14f957999e9136d52fbc241ff3017fa564da7bdbf54fa47f998fa6358665 SHA512 b6e7c1fa7c1870719ce93ff679a470c0e880de84a236fe077cb54cae8cb4e921a1c649f1a676e9f10256ff13d8a373f03d18a8ef84c0979d9a02fceed769a07a
+DIST recover-broken-vdb-0.0.5.tar.gz 12739 BLAKE2B c818e1d24f2f6b049c42da7819ccbaab021e734ea92bef17b9201a48a039bb5b4c77002f85efc2cf1b1dfae36eb07b39b8dc0d1ac0acfeb00224945c98dbe149 SHA512 5b55a0296fb4c30b5173efa383ab7ffc8219bacb0366c19fdf8a636404829bda5ce501d8c6c436cacae954aa1b7bbc4426b9c5bf3a9cee0ab6159f25c1f919fb
diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.5.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.5.ebuild
new file mode 100644
index 00000000000..ce233e99dd6
--- /dev/null
+++ b/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Check Portage's VDB for internal inconsistency on ELF metadata"
+HOMEPAGE="https://github.com/thesamesam/recover-broken-vdb"
+if [[ ${PV} == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/thesamesam/recover-broken-vdb.git"
+else
+ SRC_URI="https://github.com/thesamesam/recover-broken-vdb/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+# Require latest version of pax-utils to avoid users breaking their systems again
+# The tool itself works fine with older versions
+RDEPEND=">=app-misc/pax-utils-1.3.3
+ sys-apps/file
+ $(python_gen_cond_dep 'sys-apps/portage[${PYTHON_USEDEP}]')"
next reply other threads:[~2021-09-29 16:01 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-29 16:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-03 9:35 [gentoo-commits] repo/gentoo:master commit in: app-portage/recover-broken-vdb/ Sam James
2024-04-29 21:48 Sam James
2023-01-10 3:52 Sam James
2023-01-10 3:52 Sam James
2022-09-18 13:46 Michał Górny
2022-02-20 5:51 Sam James
2022-01-29 6:05 Sam James
2021-12-27 4:16 Sam James
2021-12-27 4:16 Sam James
2021-10-05 3:40 Sam James
2021-10-03 23:35 Sam James
2021-10-03 23:35 Sam James
2021-10-01 3:07 Sam James
2021-09-30 0:45 Sam James
2021-09-30 0:45 Sam James
2021-09-29 21:08 Sam James
2021-09-29 20:48 Sam James
2021-09-29 17:04 Sam James
2021-09-29 17:04 Sam James
2021-09-29 16:01 Sam James
2021-09-29 16:01 Sam James
2021-09-28 23:54 Sam James
2021-09-27 19:14 Sam James
2021-09-27 19:14 Sam James
2021-09-24 5:39 Sam James
2021-09-23 23:00 Sam James
2021-09-23 20:56 Sam James
2021-09-21 17:41 Sam James
2021-09-21 17:41 Sam James
2021-09-21 2:55 Sam James
2021-09-20 22:14 Sam James
2021-09-20 22:14 Sam James
2021-09-20 21:11 Sam James
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=1632931256.5a889977242ed6788c3b3e5dd3030167906eda14.sam@gentoo \
--to=sam@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