From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/
Date: Mon, 26 Feb 2024 06:25:08 +0000 (UTC) [thread overview]
Message-ID: <1708928631.6797ae1ab2dac670abb7ff7e7ed09d0c7dace635.juippis@gentoo> (raw)
commit: 6797ae1ab2dac670abb7ff7e7ed09d0c7dace635
Author: Paymon MARANDI <darwinskernel <AT> gmail <DOT> com>
AuthorDate: Wed Feb 21 16:07:13 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 06:23:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6797ae1a
app-admin/mkosi: drop 15.1, 17.1-r1, 19, 20.1
Signed-off-by: Paymon MARANDI <darwinskernel <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/mkosi/Manifest | 4 ----
app-admin/mkosi/mkosi-15.1.ebuild | 41 ------------------------------------
app-admin/mkosi/mkosi-17.1-r1.ebuild | 41 ------------------------------------
app-admin/mkosi/mkosi-19.ebuild | 41 ------------------------------------
app-admin/mkosi/mkosi-20.1.ebuild | 41 ------------------------------------
5 files changed, 168 deletions(-)
diff --git a/app-admin/mkosi/Manifest b/app-admin/mkosi/Manifest
index b8981adaa7e6..8886610352bc 100644
--- a/app-admin/mkosi/Manifest
+++ b/app-admin/mkosi/Manifest
@@ -1,5 +1 @@
-DIST mkosi-15.1.tar.gz 120606 BLAKE2B 36171c08c18dd3ba3c2e54c8a3374fad2a9b008f8253e6cd57cedf7b7e8216b6610b30f9f46aa634de62ebf257d1e8eff94a83b07c027708e4875e24bc0a8305 SHA512 3b65c6b964aa2bde12117b7b2c3e4be0ac72036a92a115f1e93e7be0b3b0aa0bd3adb753ee49865723a9bc677bc4492416caafff4fec3ffd942de78357c11608
-DIST mkosi-17.1.tar.gz 133505 BLAKE2B 96824568dd53cd83a1f8b95072c750e1a0bbd06356df19c62ea9799a5d8f1b2e55f108a3ec3cf171f5dfdefcc1ac5bc86785a60d80def38a5e1817b91f1d9486 SHA512 59988a6a81c0456df6fa9673032d1e25c5cc382b45fd0299c974559d573279c4c38f5600b4e14a71ecdaa013d9b97b90cc815b3b601a7dd061924519cd8b76bf
-DIST mkosi-19.tar.gz 163864 BLAKE2B c97a0a2139c036b727d0cdd6686a7fa5393f62357d87b988f0a1a473367eb552de1ed6f82c1ca99c697ef72acb2fdf6aef7981bfa8dd5c6230b82ba84cbcfb7e SHA512 8eb4e4af823299fdd6e9a077ec27be029656974ba0414b08ef226b5ccf7cd0a92d8bef4e475cdf05b86c3a0027c43be0f895af56a87df22502d2904cb0246ef4
-DIST mkosi-20.1.tar.gz 195875 BLAKE2B 55a508849ef5c1ef60681635e8e4d396587c11d735c23ba8f1b3367c30d8cf8a9cc479959ec2c43d1697fe9d34da281b574a6cf11c786e6c7926e60537aab5d2 SHA512 5d5631bb062fc11593c450a9f5e4ece51a87daf37948b24410d6fdf8bf9e9366b7510c3512ba55ec72b280e8c92b2b36bf7d7f30e9357f7427cd9126fcec566f
DIST mkosi-20.2.tar.gz 198966 BLAKE2B 1ab2332427d205871adea24ddd50c41e716801dd320f17167dc2e990d449084d59fc58efb20de01a80d438ce85b900f9752f9acc2372a5d5e8ccead0d371b9ed SHA512 62095d81f21d18a1b7f25c73ea2989f9f5b8fe1e335185b3ce6774af2739df9124ca8f5860514a8f570d565ffbf07edf3abc53a0622059127f5c35ed23bd8f65
diff --git a/app-admin/mkosi/mkosi-15.1.ebuild b/app-admin/mkosi/mkosi-15.1.ebuild
deleted file mode 100644
index 16874bb99315..000000000000
--- a/app-admin/mkosi/mkosi-15.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi"
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
- app-emulation/qemu
- sys-apps/bubblewrap
- sys-apps/systemd
- sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
- distutils-r1_src_compile
-
- ./tools/make-man-page.sh || die
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
- optfeature "For debian support: " dev-util/debootstrap
-}
diff --git a/app-admin/mkosi/mkosi-17.1-r1.ebuild b/app-admin/mkosi/mkosi-17.1-r1.ebuild
deleted file mode 100644
index a01776550dcf..000000000000
--- a/app-admin/mkosi/mkosi-17.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi"
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
- app-emulation/qemu
- sys-apps/bubblewrap
- >=sys-apps/systemd-254
- sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
- distutils-r1_src_compile
-
- ./tools/make-man-page.sh || die
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
- optfeature "For debian support: " dev-util/debootstrap
-}
diff --git a/app-admin/mkosi/mkosi-19.ebuild b/app-admin/mkosi/mkosi-19.ebuild
deleted file mode 100644
index a01776550dcf..000000000000
--- a/app-admin/mkosi/mkosi-19.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi"
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
- app-emulation/qemu
- sys-apps/bubblewrap
- >=sys-apps/systemd-254
- sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
- distutils-r1_src_compile
-
- ./tools/make-man-page.sh || die
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
- optfeature "For debian support: " dev-util/debootstrap
-}
diff --git a/app-admin/mkosi/mkosi-20.1.ebuild b/app-admin/mkosi/mkosi-20.1.ebuild
deleted file mode 100644
index 1574760425a0..000000000000
--- a/app-admin/mkosi/mkosi-20.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi"
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
- app-emulation/qemu
- sys-apps/bubblewrap
- >=sys-apps/systemd-254
- sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
- distutils-r1_src_compile
-
- ./tools/make-man-page.sh || die
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
- optfeature "For debian support: " dev-util/debootstrap
-}
next reply other threads:[~2024-02-26 6:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 6:25 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-19 9:40 [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/ Petr Vaněk
2024-08-25 19:28 Arthur Zamarin
2024-02-26 6:25 Joonas Niilola
2024-02-26 6:25 Joonas Niilola
2024-02-26 6:25 Joonas Niilola
2024-01-23 14:44 Florian Schmaus
2024-01-13 14:28 Florian Schmaus
2024-01-13 13:09 Florian Schmaus
2023-10-01 15:10 Florian Schmaus
2023-10-01 8:57 Florian Schmaus
2023-09-28 7:28 Florian Schmaus
2023-09-28 7:28 Florian Schmaus
2023-06-28 17:13 Mike Gilbert
2023-03-28 15:45 Mike Gilbert
2021-12-07 23:56 Sam James
2021-12-01 7:18 Joonas Niilola
2021-11-30 21:39 Mike Gilbert
2021-11-29 15:41 Florian Schmaus
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=1708928631.6797ae1ab2dac670abb7ff7e7ed09d0c7dace635.juippis@gentoo \
--to=juippis@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