diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-05-14 10:05:18 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-05-14 10:34:13 +0200 |
commit | 6d1dc951675759827974274eb1403f723b63d4e1 (patch) | |
tree | 28f05cc5d6c6250f7e7858dc8ed8802a8ec5ac8c /app-doc | |
parent | app-doc/execline-man-pages: add 2.9.5.1.1 (diff) | |
download | gentoo-6d1dc951675759827974274eb1403f723b63d4e1.tar.gz gentoo-6d1dc951675759827974274eb1403f723b63d4e1.tar.bz2 gentoo-6d1dc951675759827974274eb1403f723b63d4e1.zip |
app-doc/s6-man-pages: add 2.12.0.4.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/s6-man-pages/Manifest | 1 | ||||
-rw-r--r-- | app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-doc/s6-man-pages/Manifest b/app-doc/s6-man-pages/Manifest index a53778b46f12..d1e7312ebfd7 100644 --- a/app-doc/s6-man-pages/Manifest +++ b/app-doc/s6-man-pages/Manifest @@ -1 +1,2 @@ DIST s6-man-pages-2.12.0.3.1.tar.gz 123779 BLAKE2B f9ae84b81f13e3edb6e44a7bd3f23817cb0082206d72e2141237493dc2a2ab0181a6374daeaea692f47d3bddbf6c73d438640e2c00f95bd7c132babbab1a585f SHA512 424edbd55e56ac2f4c9146c542c989c9a5e542fdfff9b2f026c620949a3a07a3f767123672f45744efaa28da0012472f97b0aeb09f2fe4dbe5567a6f66946d9d +DIST s6-man-pages-2.12.0.4.1.tar.gz 123799 BLAKE2B 0fc4e341a9be8b209bd71e8e7980149fec449cf2c271ee10d6c2f943048163d162c26e5af7c96ffea1cfbd1026ab47e9396d6a65377389dc7e366b113c783fe8 SHA512 33eedd1c6f7184e8336e194baab865ea55beade7bc3bbaf6e99862d65a512a4dc88ac03fbf46ff5466878354ea099c611ca9daa0895cd5a6214c0bcbe865ac90 diff --git a/app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild b/app-doc/s6-man-pages/s6-man-pages-2.12.0.4.1.ebuild new file mode 100644 index 000000000000..2364454ad9d1 --- /dev/null +++ b/app-doc/s6-man-pages/s6-man-pages-2.12.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" |