public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/
Date: Thu, 28 Sep 2023 07:28:03 +0000 (UTC)	[thread overview]
Message-ID: <1695886069.0de6f9f08273dada48e269f749c6688ad1a57858.flow@gentoo> (raw)

commit:     0de6f9f08273dada48e269f749c6688ad1a57858
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 07:27:49 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 07:27:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de6f9f0

app-admin/mkosi: install man page, drop RELEASE variable

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-admin/mkosi/mkosi-15.1.ebuild | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-admin/mkosi/mkosi-15.1.ebuild b/app-admin/mkosi/mkosi-15.1.ebuild
index 5fd9beb19d21..16874bb99315 100644
--- a/app-admin/mkosi/mkosi-15.1.ebuild
+++ b/app-admin/mkosi/mkosi-15.1.ebuild
@@ -5,13 +5,12 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-RELEASE="v${PV}"
 
 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/${RELEASE}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -21,9 +20,22 @@ RDEPEND="
 	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
 }


             reply	other threads:[~2023-09-28  7:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28  7:28 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 19:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/ Arthur Zamarin
2024-02-26  6:25 Joonas Niilola
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-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=1695886069.0de6f9f08273dada48e269f749c6688ad1a57858.flow@gentoo \
    --to=flow@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