commit: 7c86f61f9f4690e6aae13b4103e0a72db7aab51d Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 13:33:23 2023 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 15:01:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86f61f
app-doc/s6-networking-man-pages: new package, add 2.7.0.0.1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-doc/s6-networking-man-pages/Manifest | 1 + app-doc/s6-networking-man-pages/metadata.xml | 12 ++++++++++++ .../s6-networking-man-pages-2.7.0.0.1.ebuild | 16 ++++++++++++++++ 3 files changed, 29 insertions(+) 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>[email protected]</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"
