diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2023-12-05 14:18:22 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2023-12-05 16:01:45 +0100 |
commit | d99ebe3aa4e3a453b0f854d84323a02766551f6d (patch) | |
tree | d3567a1079bda54b49618e81ae2efde7c27697af /app-doc/s6-portable-utils-man-pages | |
parent | app-doc/s6-rc-man-pages: new package, add 0.5.4.2.1 (diff) | |
download | gentoo-d99ebe3aa4e3a453b0f854d84323a02766551f6d.tar.gz gentoo-d99ebe3aa4e3a453b0f854d84323a02766551f6d.tar.bz2 gentoo-d99ebe3aa4e3a453b0f854d84323a02766551f6d.zip |
app-doc/s6-portable-utils-man-pages: new package, add 2.3.0.3.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-doc/s6-portable-utils-man-pages')
3 files changed, 29 insertions, 0 deletions
diff --git a/app-doc/s6-portable-utils-man-pages/Manifest b/app-doc/s6-portable-utils-man-pages/Manifest new file mode 100644 index 000000000000..108184242987 --- /dev/null +++ b/app-doc/s6-portable-utils-man-pages/Manifest @@ -0,0 +1 @@ +DIST s6-portable-utils-man-pages-2.3.0.3.1.tar.gz 13809 BLAKE2B faa340fca488e7bdf45268f9395efe4dd5e3c77ce9e2918c56af5614bc8ddbdd560f123af047280ebc9aa183aa724f74d375b816591f658b11a551ee74273786 SHA512 ae487a5d2bf2554f87c840b5fb003de6fcdf542817fe43e7824d0318cb4ee797d1547f4d56f5d5ebe1da3d909edc6da3f498e5f21f8c028c4478a460181a2cbc diff --git a/app-doc/s6-portable-utils-man-pages/metadata.xml b/app-doc/s6-portable-utils-man-pages/metadata.xml new file mode 100644 index 000000000000..5433a6f14739 --- /dev/null +++ b/app-doc/s6-portable-utils-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-portable-utils-man-pages</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.3.1.ebuild b/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.3.1.ebuild new file mode 100644 index 000000000000..58f9a04ca13b --- /dev/null +++ b/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.3.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-portable-utils suite" +HOMEPAGE="https://git.sr.ht/~flexibeast/s6-portable-utils-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" |