diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2023-12-05 14:33:23 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2023-12-05 16:01:47 +0100 |
commit | 7c86f61f9f4690e6aae13b4103e0a72db7aab51d (patch) | |
tree | e7140ba415bd0b9dda9a787eda90ef7ebd75c069 /app-doc | |
parent | app-doc/s6-linux-init-man-pages: new package, add 1.1.2.0.1 (diff) | |
download | gentoo-7c86f61f9f4690e6aae13b4103e0a72db7aab51d.tar.gz gentoo-7c86f61f9f4690e6aae13b4103e0a72db7aab51d.tar.bz2 gentoo-7c86f61f9f4690e6aae13b4103e0a72db7aab51d.zip |
app-doc/s6-networking-man-pages: new package, add 2.7.0.0.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/s6-networking-man-pages/Manifest | 1 | ||||
-rw-r--r-- | app-doc/s6-networking-man-pages/metadata.xml | 12 | ||||
-rw-r--r-- | app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.0.1.ebuild | 16 |
3 files changed, 29 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..1b64ea991458 --- /dev/null +++ b/app-doc/s6-networking-man-pages/Manifest @@ -0,0 +1 @@ +DIST s6-networking-man-pages-2.7.0.0.1.tar.gz 24147 BLAKE2B b0425a2ac0302f7158639ffb5f7b76b3341b885a9aff2b02e4b65c6e03a6cbdff8a0f7e93dd7f56416b2ca058dbb033971cbc90bb84d3d9bd6434fd31b56f06b SHA512 f683117584645184ebd45232b5727fb76406d9854f2dad0b60f883e56ef2c39242e7585d2892951c2bf8adf369ce2d95a5de598555d343be2fc903201c7cef7c 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" |