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: sys-kernel/installkernel-gentoo/
Date: Wed, 12 Apr 2023 08:07:38 +0000 (UTC)	[thread overview]
Message-ID: <1681286737.c92670d82b9e3cec3413f630a1012a47ba687f3a.mgorny@gentoo> (raw)

commit:     c92670d82b9e3cec3413f630a1012a47ba687f3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 08:05:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 08:05:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92670d8

sys-kernel/installkernel-gentoo: Remove old

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

 sys-kernel/installkernel-gentoo/Manifest           |  2 --
 .../installkernel-gentoo-5.ebuild                  | 39 ----------------------
 .../installkernel-gentoo-6.ebuild                  | 39 ----------------------
 3 files changed, 80 deletions(-)

diff --git a/sys-kernel/installkernel-gentoo/Manifest b/sys-kernel/installkernel-gentoo/Manifest
index e0ccbeb6ee2b..94b553d659cd 100644
--- a/sys-kernel/installkernel-gentoo/Manifest
+++ b/sys-kernel/installkernel-gentoo/Manifest
@@ -1,3 +1 @@
-DIST installkernel-gentoo-5.tar.gz 2883 BLAKE2B a50c9b19e0e8bb12ee29dd5e98859d274355637e6bf0ce71863e4f93c346b14c117f952bf00c1d04d7e9dce068a3da8097a3464d28d6ea96666ebcd3c9ec286a SHA512 69fb04b2e445fb02515c05c6fd10f301e6c1c5dc479a399178205b7690e4fe066149353e9c4b16ece5112dc081c05493ebd85ecbe5c939e7c8f59fda1bf5e8f1
-DIST installkernel-gentoo-6.tar.gz 2907 BLAKE2B 61c519779445fc62191cbb2ceff90def95c1958e76e9fa1024846977b74801c0122c3d0ec245ad1be4161c9fe4ed56bef77f24a2e136e66d2abb8b45a4497f7a SHA512 a5ca2830db5ee076c1bb2cb320636b4c81f21270c62429d34a72cf1a933ecb4ef9abcb6d7929378eb26f63bc3093ad02a763bb51209652a35bb04495f8f3589f
 DIST installkernel-gentoo-7.tar.gz 2962 BLAKE2B 675a1e33470ef10a38cf880591cc78ce3bf92dad20feaea740cee7cdad657b9a9b30f53ff8078b610ed09e7ec306dc3b565856c92755e3aad2a5ef387df0522b SHA512 9944b20884a0fb252dced70d33963f24af221ffa41b99f14f5f3569c155c48a0e0762fc70ca103723cac35740f94fb2120712c7ba41a442e9f971251365a194e

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-5.ebuild b/sys-kernel/installkernel-gentoo/installkernel-gentoo-5.ebuild
deleted file mode 100644
index 28e60dda0e47..000000000000
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Gentoo fork of installkernel script from debianutils"
-HOMEPAGE="https://github.com/mgorny/installkernel-gentoo"
-SRC_URI="https://github.com/mgorny/installkernel-gentoo/archive/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
-IUSE="grub"
-
-RDEPEND="
-	>=sys-apps/debianutils-4.9-r1
-	!<sys-apps/debianutils-4.9-r1[installkernel(+)]
-	!sys-kernel/installkernel-systemd-boot"
-
-src_install() {
-	into /
-	dosbin installkernel
-	doman installkernel.8
-	keepdir /etc/kernel/postinst.d
-
-	if use grub; then
-		exeinto /etc/kernel/postinst.d
-		doexe hooks/91-grub-mkconfig.install
-	fi
-}
-
-pkg_postinst() {
-	if has 1 ${REPLACING_VERSIONS}; then
-		ewarn "In v2, the initramfs filename has changed to initramfs*.img, to match"
-		ewarn "the default names used by dracut and genkernel-4.  If your bootloader"
-		ewarn "config uses the verbatim filename, please update it."
-	fi
-}

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-6.ebuild b/sys-kernel/installkernel-gentoo/installkernel-gentoo-6.ebuild
deleted file mode 100644
index b830629ca50e..000000000000
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Gentoo fork of installkernel script from debianutils"
-HOMEPAGE="https://github.com/projg2/installkernel-gentoo"
-SRC_URI="https://github.com/projg2/installkernel-gentoo/archive/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
-IUSE="grub"
-
-RDEPEND="
-	>=sys-apps/debianutils-4.9-r1
-	!<sys-apps/debianutils-4.9-r1[installkernel(+)]
-	!sys-kernel/installkernel-systemd-boot"
-
-src_install() {
-	into /
-	dosbin installkernel
-	doman installkernel.8
-	keepdir /etc/kernel/postinst.d
-
-	if use grub; then
-		exeinto /etc/kernel/postinst.d
-		doexe hooks/91-grub-mkconfig.install
-	fi
-}
-
-pkg_postinst() {
-	if has 1 ${REPLACING_VERSIONS}; then
-		ewarn "In v2, the initramfs filename has changed to initramfs*.img, to match"
-		ewarn "the default names used by dracut and genkernel-4.  If your bootloader"
-		ewarn "config uses the verbatim filename, please update it."
-	fi
-}


             reply	other threads:[~2023-04-12  8:07 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12  8:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-12 11:25 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/installkernel-gentoo/ Andrew Ammerlaan
2024-01-09  8:25 Andrew Ammerlaan
2024-01-09  8:25 Andrew Ammerlaan
2024-01-09  6:42 Andrew Ammerlaan
2024-01-09  6:42 Andrew Ammerlaan
2024-01-07 17:29 Andrew Ammerlaan
2024-01-07 17:29 Andrew Ammerlaan
2023-12-08 14:10 Andrew Ammerlaan
2023-12-08 14:10 Andrew Ammerlaan
2023-12-08 11:30 Andrew Ammerlaan
2023-12-08 11:30 Andrew Ammerlaan
2023-12-06  7:09 Sam James
2023-12-05 13:15 Andrew Ammerlaan
2023-12-05 10:27 Andrew Ammerlaan
2023-04-12  7:59 Sam James
2023-04-12  7:40 Sam James
2023-04-12  3:28 Sam James
2023-04-11 21:38 Jakov Smolić
2023-04-11 20:11 Arthur Zamarin
2023-04-11 19:06 Arthur Zamarin
2023-04-11 19:05 Arthur Zamarin
2023-04-11 19:05 Arthur Zamarin
2023-04-11 18:05 Georgy Yakovlev
2022-12-15 18:32 Georgy Yakovlev
2022-12-15 18:32 Georgy Yakovlev
2022-05-24  6:34 Michał Górny
2022-05-12 21:47 Georgy Yakovlev
2022-02-23 13:32 Sam James
2022-02-16 20:25 Arthur Zamarin
2022-02-16 20:17 Arthur Zamarin
2022-02-15  7:12 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:10 Agostino Sarubbo
2022-02-15  7:09 Agostino Sarubbo
2022-02-15  1:11 Georgy Yakovlev
2022-02-15  1:11 Georgy Yakovlev
2022-01-11 11:30 Georgy Yakovlev
2021-06-16 15:40 Sergei Trofimovich
2021-06-13 12:38 Sam James
2021-06-13 11:12 Sam James
2021-06-13  6:37 Sam James
2021-06-13  6:10 Sam James
2021-06-13  6:04 Sam James
2021-06-13  6:04 Sam James
2021-06-13  6:04 Sam James
2021-03-19 14:38 Michał Górny
2020-04-26  8:58 Sergei Trofimovich
2020-04-22 13:52 Mikle Kolyada
2020-04-17 16:24 Sergei Trofimovich
2020-04-17  6:52 Agostino Sarubbo
2020-04-17  6:51 Agostino Sarubbo
2020-04-17  6:50 Agostino Sarubbo
2020-04-17  6:42 Agostino Sarubbo
2020-04-16 20:40 Mart Raudsepp
2020-01-04 15:09 Michał Górny
2020-01-02 13:19 Michał Górny
2020-01-02 10:55 Michał Górny
2019-12-11 15:02 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=1681286737.c92670d82b9e3cec3413f630a1012a47ba687f3a.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