public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eclean-kernel/
Date: Wed, 12 Jul 2023 18:33:14 +0000 (UTC)	[thread overview]
Message-ID: <1689186255.eb9eb79a8d816bef491ee055a358075b6b87f482.mgorny@gentoo> (raw)

commit:     eb9eb79a8d816bef491ee055a358075b6b87f482
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 18:24:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:24:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9eb79a

app-admin/eclean-kernel: Bump to 2.99.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/eclean-kernel/Manifest                   |  1 +
 .../eclean-kernel/eclean-kernel-2.99.5.ebuild      | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-admin/eclean-kernel/Manifest b/app-admin/eclean-kernel/Manifest
index 3a9863ade4f4..1810a2d71a06 100644
--- a/app-admin/eclean-kernel/Manifest
+++ b/app-admin/eclean-kernel/Manifest
@@ -1,2 +1,3 @@
 DIST eclean-kernel-2.99.3.tar.gz 20031 BLAKE2B 70830639eb00bde810e29361dec7c7b90f5b85b79b5be865f23cf45254cbf6139ef335fb5bfef08e2512512e57867df62f6468ce8de1da58cc9a4cfa27a26244 SHA512 edbe373b81a2eb5c7fca8794f9577c68ab66305e9085cc7535cd5d8a8fdd549b2035cb0b5f3e5a69cc735146c2eef81dc5c1f5284ef255420aca0cda9e518b14
 DIST eclean-kernel-2.99.4.gh.tar.gz 21856 BLAKE2B ff9815e69054f7f7db84088ea0b1f9a8915927d4696f2cae51d7f3f96e423b7e5938f935808cf46666dba473f4c4ef4fda2acbe9662892cfbfbb8ad653724042 SHA512 8e5bfc6b4bdfb70d4d0139afbb0fbcb6772ae2ba0d4d4449705068b65d4f6239d08918c824326c7440172161513adcd66e477a8879a65964f8fc7965cb827535
+DIST eclean-kernel-2.99.5.gh.tar.gz 22868 BLAKE2B 38a441e61e5636f0f3882d4323da6f0c89877cdfda88845ef9f8564286fdaea92d50a653473cec7d9b6b74c6bd33766cb4223d7aa602bd6083a53c5ece7b5204 SHA512 3be8833e9cb51deaaeff2c47789a6947812d486eae9134e772963ccc5c00f9265e27c2ff360de3075d4e2cc7128d27b4b5293bb6e3a86c83274b3796d881084c

diff --git a/app-admin/eclean-kernel/eclean-kernel-2.99.5.ebuild b/app-admin/eclean-kernel/eclean-kernel-2.99.5.ebuild
new file mode 100644
index 000000000000..35363cab12ef
--- /dev/null
+++ b/app-admin/eclean-kernel/eclean-kernel-2.99.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Remove outdated built kernels"
+HOMEPAGE="https://github.com/projg2/eclean-kernel/"
+SRC_URI="
+	https://github.com/projg2/eclean-kernel/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="lz4 lzo zstd"
+
+RDEPEND="
+	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


             reply	other threads:[~2023-07-12 18:33 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12 18:33 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  6:22 [gentoo-commits] repo/gentoo:master commit in: app-admin/eclean-kernel/ Sam James
2024-09-23 12:01 WANG Xuerui
2024-05-28 18:40 Michał Górny
2024-05-28 17:01 Sam James
2024-05-28 13:19 Sam James
2024-05-08  9:07 Michał Górny
2024-01-06 19:50 Michał Górny
2024-01-06 18:46 Michał Górny
2024-01-06 18:46 Michał Górny
2023-12-11  4:33 Arthur Zamarin
2023-12-05 17:17 Michał Górny
2023-10-06 14:31 Sam James
2023-08-21  2:20 Michał Górny
2023-07-24 14:23 Michał Górny
2023-07-24 13:39 Arthur Zamarin
2023-06-10  4:21 Sam James
2023-03-21 15:05 Michał Górny
2023-01-20 15:09 Michał Górny
2022-11-15 18:17 Michał Górny
2022-10-30  6:49 Michał Górny
2022-06-17 14:24 David Seifert
2022-03-16 10:24 Michał Górny
2021-10-10 16:22 Michał Górny
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-08-13  6:58 Michał Górny
2021-08-13  6:58 Michał Górny
2021-08-11  5:14 Michał Górny
2021-06-01 12:50 Sam James
2021-06-01 12:50 Sam James
2021-06-01 11:59 Sam James
2021-06-01 11:58 Sam James
2020-10-26 18:31 Michał Górny
2020-09-22  7:48 Michał Górny
2020-05-24  8:35 Michał Górny
2020-05-24  8:35 Michał Górny
2020-02-18 18:04 Michał Górny
2020-02-18 18:04 Michał Górny
2020-02-05 19:53 Michał Górny
2019-03-13  8:22 Michał Górny
2019-03-10 13:14 Mikle Kolyada
2019-03-10 13:14 Mikle Kolyada
2018-11-04  8:33 Michał Górny
2018-03-28  4:22 Matt Turner
2017-12-09 17:19 Michał Górny
2017-12-09 10:01 Michał Górny
2017-12-09 10:01 Michał Górny
2017-02-23 14:21 Michał Górny
2017-02-23 12:38 NP Hardass
2017-02-22 22:37 Michał Górny
2017-01-11 16:17 Agostino Sarubbo
2016-07-21 15:11 Michał Górny
2016-07-18 20:29 Michał Górny
2016-05-21 19:38 Michał Górny

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=1689186255.eb9eb79a8d816bef491ee055a358075b6b87f482.mgorny@gentoo \
    --to=mgorny@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