mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-portage/recover-broken-vdb: drop 0.0.5, 0.0.8
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST recover-broken-vdb-0.0.5.tar.gz 12739 BLAKE2B c818e1d24f2f6b049c42da7819ccbaab021e734ea92bef17b9201a48a039bb5b4c77002f85efc2cf1b1dfae36eb07b39b8dc0d1ac0acfeb00224945c98dbe149 SHA512 5b55a0296fb4c30b5173efa383ab7ffc8219bacb0366c19fdf8a636404829bda5ce501d8c6c436cacae954aa1b7bbc4426b9c5bf3a9cee0ab6159f25c1f919fb
|
||||
DIST recover-broken-vdb-0.0.7.tar.gz 13336 BLAKE2B 0c7d2dc73ca6e525edf190caee56f76e918559a4c0da322bb93b5807554d214fd01b53b0cc5c983fa9009b98a5d71f5aac542b26fe6656b9f81989e159f20d8c SHA512 447effe9664781095e8fd9760ff7f63f8b10466299c002e20da3d226843fa9c24a50b2c8f9eebaaa07cecd75a17272757c0e2175dd81e8daf2a59fa7233bc4a3
|
||||
DIST recover-broken-vdb-0.0.8.tar.gz 13867 BLAKE2B f756a8bd4e6227395a18f24fc872c057b3d826cf9752516919a86a6a5b860e5e1e01271d12574ebbcbaf0316a8c6597584c96ce82443c2abbeb2e7047f9f1e8c SHA512 207c17efc03c4d4e71ecc2eb36b1ac2a3d2d5f988dade0c643133c9080254beff24ed0430661336384b9bf40f953878b8ab00b335dcbeacc3716ee13ea2b6633
|
||||
DIST recover-broken-vdb-0.0.9.tar.gz 15410 BLAKE2B c8fffa07e817ef2ff825add92aac732036676dd08b2cbdcca60a7c1fa2fc740f0473be2147635701971fb9a0a871c65115a1fa9ea05486cffe747207e432d8fd SHA512 0fd9f5e0d046344ac6c86e446b7c52c11238b1d90cf330558da357b71b5fa577b157adfc6903e94f065de6afb0296df2ae191078836311792ec319f614e39d37
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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}]')"
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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}]')"
|
||||
Reference in New Issue
Block a user