commit:     b7a36e86762225a493d1c748ac36853bc57084e1
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:04:15 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 15:01:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a36e86

app-doc/s6-man-pages: new package, add 2.12.0.2.1

Closes: https://bugs.gentoo.org/824022
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-doc/s6-man-pages/Manifest                       |  1 +
 app-doc/s6-man-pages/metadata.xml                   | 12 ++++++++++++
 app-doc/s6-man-pages/s6-man-pages-2.12.0.2.1.ebuild | 16 ++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/app-doc/s6-man-pages/Manifest b/app-doc/s6-man-pages/Manifest
new file mode 100644
index 000000000000..8897ab82ba1f
--- /dev/null
+++ b/app-doc/s6-man-pages/Manifest
@@ -0,0 +1 @@
+DIST s6-man-pages-2.12.0.2.1.tar.gz 123785 BLAKE2B 
7eea4242a3d4dfa6170044c57639f4251db6d4cc5555d73beaae9e16866614cfe04d78ddc50a998548b96b10ff8ee57c1dd8e7e111e2c0660dff8ca5dd27c2de
 SHA512 
76c7fac7e7bc8bfc6a4b0536562c2281d9187bcc0a2a6bcd1a74fccc60965ee319bedc0d6647c1c3793b19bb58f839e48a630066fbfa7f82347ca49a1e173ea7

diff --git a/app-doc/s6-man-pages/metadata.xml 
b/app-doc/s6-man-pages/metadata.xml
new file mode 100644
index 000000000000..482aa5a01524
--- /dev/null
+++ b/app-doc/s6-man-pages/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Petr Vaněk</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="sourcehut">~flexibeast/s6-man-pages</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/app-doc/s6-man-pages/s6-man-pages-2.12.0.2.1.ebuild 
b/app-doc/s6-man-pages/s6-man-pages-2.12.0.2.1.ebuild
new file mode 100644
index 000000000000..e2194f2fbcc3
--- /dev/null
+++ b/app-doc/s6-man-pages/s6-man-pages-2.12.0.2.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="mdoc port of the HTML documentation for the s6 suite"
+HOMEPAGE="https://git.sr.ht/~flexibeast/s6-man-pages";
+SRC_URI="
+       https://git.sr.ht/~flexibeast/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"

Reply via email to