Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eclean-kernel/
Date: Sun, 24 May 2020 08:35:53
Message-Id: 1590309346.8e21f49404d70ef24712a113b19d99c676d72ead.mgorny@gentoo
1 commit: 8e21f49404d70ef24712a113b19d99c676d72ead
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 08:18:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 08:35:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e21f494
7
8 app-admin/eclean-kernel: Switch -9999 back to ek1 repo
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 23 ++++++++++++-----------
13 1 file changed, 12 insertions(+), 11 deletions(-)
14
15 diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
16 index 164b0f49395..edb37d5f75d 100644
17 --- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
18 +++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
19 @@ -1,21 +1,22 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -EGIT_REPO_URI="https://github.com/mgorny/eclean-kernel2.git"
28 -inherit autotools git-r3
29 +DISTUTILS_USE_SETUPTOOLS=rdepend
30 +PYTHON_COMPAT=( python3_{6,7,8} )
31
32 -DESCRIPTION="Clean up old and stale kernel files"
33 -HOMEPAGE="https://github.com/mgorny/eclean-kernel2"
34 -SRC_URI=""
35 +inherit distutils-r1 git-r3
36 +
37 +DESCRIPTION="Remove outdated built kernels"
38 +HOMEPAGE="https://github.com/mgorny/eclean-kernel/"
39 +EGIT_REPO_URI="https://github.com/mgorny/eclean-kernel.git"
40
41 LICENSE="BSD"
42 SLOT="0"
43 KEYWORDS=""
44 IUSE=""
45
46 -src_prepare() {
47 - default
48 - eautoreconf
49 -}
50 +RDEPEND="kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )"
51 +
52 +distutils_enable_tests pytest