summaryrefslogtreecommitdiff
path: root/app-doc/s6-networking-man-pages
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-05 17:02:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-05 17:02:59 +0000
commit6bf575618cf9022e99cbfcc64036fd9db79a749c (patch)
treef692d02fb905cd3d5bab465b790da48fb2de546b /app-doc/s6-networking-man-pages
parent5944ce177026c93b7dab690db9d970567ddbf75f (diff)
gentoo auto-resync : 05:12:2023 - 17:02:58
Diffstat (limited to 'app-doc/s6-networking-man-pages')
-rw-r--r--app-doc/s6-networking-man-pages/Manifest3
-rw-r--r--app-doc/s6-networking-man-pages/metadata.xml12
-rw-r--r--app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.0.1.ebuild16
3 files changed, 31 insertions, 0 deletions
diff --git a/app-doc/s6-networking-man-pages/Manifest b/app-doc/s6-networking-man-pages/Manifest
new file mode 100644
index 000000000000..36d12e73d2b2
--- /dev/null
+++ b/app-doc/s6-networking-man-pages/Manifest
@@ -0,0 +1,3 @@
+DIST s6-networking-man-pages-2.7.0.0.1.tar.gz 24147 BLAKE2B b0425a2ac0302f7158639ffb5f7b76b3341b885a9aff2b02e4b65c6e03a6cbdff8a0f7e93dd7f56416b2ca058dbb033971cbc90bb84d3d9bd6434fd31b56f06b SHA512 f683117584645184ebd45232b5727fb76406d9854f2dad0b60f883e56ef2c39242e7585d2892951c2bf8adf369ce2d95a5de598555d343be2fc903201c7cef7c
+EBUILD s6-networking-man-pages-2.7.0.0.1.ebuild 387 BLAKE2B f123d6c0fc011544c4c41a7a67e09cc48465884407e476e2be817f1affba98ab4f94799afb8277f3b71cc1fa59ba7b8bbf80ee738e4f704d4180b660511d9d5d SHA512 0a895b96a112f347abe3a6cc91cb522d3c40a3712a56eb4ad5c769a66aef63d2d7974e2139e33432f0416e29b2609f441f02e47558cb2d83ddb0926b5b97695c
+MISC metadata.xml 373 BLAKE2B 27de08a91e321b37c6db3d49074f7bd84bf09edcff897a7adeb151eda31eeeb98f41727e43e40f75d7034ac025c406ed517e1e472eb43f76b9666410053168fd SHA512 d7852d3c193de681dd8223346831bdbdf98b4ad8012aefd22138ea3b537053bd7b878ff467830e4b1feda15c8d3948abcbb4c6dd963b325828f794a58da45225
diff --git a/app-doc/s6-networking-man-pages/metadata.xml b/app-doc/s6-networking-man-pages/metadata.xml
new file mode 100644
index 000000000000..964e88d47922
--- /dev/null
+++ b/app-doc/s6-networking-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>arkamar@gentoo.org</email>
+ <name>Petr Vaněk</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="sourcehut">~flexibeast/s6-networking-man-pages</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.0.1.ebuild b/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.0.1.ebuild
new file mode 100644
index 000000000000..e2194f2fbcc3
--- /dev/null
+++ b/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.0.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"