diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:22:50 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:38:25 +0200 |
commit | 40cb7e3db2552affe04f2607e2be2b2cd2b37528 (patch) | |
tree | 17e9a660d38e5a1713c45b27dd773e4b4f55fe29 /app-doc | |
parent | app-doc/execline-man-pages: add 2.9.6.1.1 (diff) | |
download | gentoo-40cb7e3db2552affe04f2607e2be2b2cd2b37528.tar.gz gentoo-40cb7e3db2552affe04f2607e2be2b2cd2b37528.tar.bz2 gentoo-40cb7e3db2552affe04f2607e2be2b2cd2b37528.zip |
app-doc/s6-man-pages: add 2.13.1.0.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.13.1.0.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 2c61707c5208..11c185405879 100644 --- a/app-doc/s6-man-pages/Manifest +++ b/app-doc/s6-man-pages/Manifest @@ -1 +1,2 @@ DIST s6-man-pages-2.13.0.0.1.tar.gz 124099 BLAKE2B 97013c8ef853c4492f0be99e2412549bc30a481b61a7b3b04f4133f2be13e8a6e9d7114d0c582acd7e6f93cf3fab839d7cd153fc8a8a32f47bd597e6b7c6a5bd SHA512 d1982daead0b9c56421d421339c14f1fc9f7c32137f3c19f2fc9bab9225df8b5e220e2a807b26647c5639a3950543703c2eca5cd6afda1b81381709d703b206a +DIST s6-man-pages-2.13.1.0.1.tar.gz 124303 BLAKE2B 95c8521cb2e88fd7d69bdab95aab62790796c6b9c22626c28b642a5caf2269e78fad5d02984a9af9b45eb5308a522c5777bc92862902cfebc822e8843bc181c6 SHA512 bbdf1fc14bb1332697c6cf24bb39927dd20d2af9c6d1cd4eac98dcf5a421a79b9ed09850a69f675d8232dc84b749d8673fdc737f293dcbdf67364dcf4c561c3f diff --git a/app-doc/s6-man-pages/s6-man-pages-2.13.1.0.1.ebuild b/app-doc/s6-man-pages/s6-man-pages-2.13.1.0.1.ebuild new file mode 100644 index 000000000000..2364454ad9d1 --- /dev/null +++ b/app-doc/s6-man-pages/s6-man-pages-2.13.1.0.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" |