mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-admin/eclean-kernel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST eclean_kernel-2.99.10.tar.gz 32280 BLAKE2B f1eced2c6334cd9ba0417c8f651558f6a5cec0f57c6b9c2106517d26ca441b356df1d51564a9787f1aae64d886813b8483ee42f106a19b05d14a31b3149b129d SHA512 e9503c24e14f92ab1133422665052d14e17a26ce4c23b9da94ad5d680b22e10ea6115ff2fdccc88ff40489cf2a7173f2272030ae13a178bc23f5c427b36e141c
|
||||
DIST eclean_kernel-2.99.8.tar.gz 25134 BLAKE2B efd29370f0204c8df7a8e955a50ef8ad819fd29f8cbf1d179e61588130ac6d589366f1f76d499cae42c6e99c553d1b0cd68c4f0728315940b5997196bda6b57c SHA512 57956e1f93327db86942c5be815d3df61934f93a65349faca4d2605e7667b9dfe8e42bc6d4f5c5c27fbbdd536a25371b4c4b0b88dca92ba0f5f98058f1c1b679
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Remove outdated built kernels"
|
||||
HOMEPAGE="
|
||||
https://github.com/projg2/eclean-kernel/
|
||||
https://pypi.org/project/eclean-kernel/
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~riscv x86"
|
||||
IUSE="lz4 lzo zstd"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/distro[${PYTHON_USEDEP}]
|
||||
kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )
|
||||
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
|
||||
lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
|
||||
zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user