diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:33:07 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:38:30 +0200 |
commit | 329f243d45018219a66c72bf17a4c775d8ae7b6b (patch) | |
tree | 7ad99cae3f50c2234ad111e18e06dc8a4c47a9b0 /app-doc | |
parent | app-doc/s6-linux-init-man-pages: add 1.1.2.1.1 (diff) | |
download | gentoo-329f243d45018219a66c72bf17a4c775d8ae7b6b.tar.gz gentoo-329f243d45018219a66c72bf17a4c775d8ae7b6b.tar.bz2 gentoo-329f243d45018219a66c72bf17a4c775d8ae7b6b.zip |
app-doc/s6-networking-man-pages: add 2.7.0.4.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/s6-networking-man-pages-2.7.0.4.1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-doc/s6-networking-man-pages/Manifest b/app-doc/s6-networking-man-pages/Manifest index e6888349f0ab..42a09d95c7f2 100644 --- a/app-doc/s6-networking-man-pages/Manifest +++ b/app-doc/s6-networking-man-pages/Manifest @@ -1 +1,2 @@ DIST s6-networking-man-pages-2.7.0.3.1.tar.gz 24101 BLAKE2B 2c0a6bd7a5070e8ff64a9c687406a0a6f85492308c69670ebc5913205284539aa11fad1f4ad4b682ba3745027351edcb92d5321b9064f4570e77e54399e84a68 SHA512 d56e779dc732b88eabd3fecb18be3387be9d862608221ac3e84693f7bab7081b229f1877c5ca4a9bca0dbc07c1b4c4aa73c44421f6008d82085903540c956eda +DIST s6-networking-man-pages-2.7.0.4.1.tar.gz 24065 BLAKE2B 19b2aee4ce84c8d89e1563f97f665736149023e0fb395706bb883e305e9a82f52dba5cd257f5c127712665279170654472542c8fa701324505538d851e061677 SHA512 c332f6298eff0d3de9a9805e56962f45e1f42e02c414ce9a19203a1c684c8744734cc03b9c68cf314ca4449f333aeaadde684f5eb9246a02e5db1c5d46cac630 diff --git a/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.4.1.ebuild b/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.4.1.ebuild new file mode 100644 index 000000000000..2364454ad9d1 --- /dev/null +++ b/app-doc/s6-networking-man-pages/s6-networking-man-pages-2.7.0.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023-2024 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" |