diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:27:41 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-10-24 11:38:28 +0200 |
commit | 1728aaadec7b360299e24f5382d66bd74ac6b36f (patch) | |
tree | f4699d260bb5572f902cf281944c7d8597731e3b /app-doc | |
parent | app-doc/s6-rc-man-pages: add 0.5.5.0.1 (diff) | |
download | gentoo-1728aaadec7b360299e24f5382d66bd74ac6b36f.tar.gz gentoo-1728aaadec7b360299e24f5382d66bd74ac6b36f.tar.bz2 gentoo-1728aaadec7b360299e24f5382d66bd74ac6b36f.zip |
app-doc/s6-portable-utils-man-pages: add 2.3.0.4.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/s6-portable-utils-man-pages/Manifest | 1 | ||||
-rw-r--r-- | app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.4.1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-doc/s6-portable-utils-man-pages/Manifest b/app-doc/s6-portable-utils-man-pages/Manifest index 108184242987..33e8e8ce110b 100644 --- a/app-doc/s6-portable-utils-man-pages/Manifest +++ b/app-doc/s6-portable-utils-man-pages/Manifest @@ -1 +1,2 @@ DIST s6-portable-utils-man-pages-2.3.0.3.1.tar.gz 13809 BLAKE2B faa340fca488e7bdf45268f9395efe4dd5e3c77ce9e2918c56af5614bc8ddbdd560f123af047280ebc9aa183aa724f74d375b816591f658b11a551ee74273786 SHA512 ae487a5d2bf2554f87c840b5fb003de6fcdf542817fe43e7824d0318cb4ee797d1547f4d56f5d5ebe1da3d909edc6da3f498e5f21f8c028c4478a460181a2cbc +DIST s6-portable-utils-man-pages-2.3.0.4.1.tar.gz 13808 BLAKE2B ae80692e8aa4b091d6109b52ef638cc8cc36d0364c405b59d7cffcc4e7affe0737d36bceed7969fd27c135d1c35018e91c538b1fcc21e59be1a3f19416447630 SHA512 432fe766e4d2757dc63527a14979e58d37b083121487e0b4187037dad190bc4dd6a56ad85569b187133e1a93ccc69ab7b1066d6d78b35bac5abc146e729473c8 diff --git a/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.4.1.ebuild b/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.0.4.1.ebuild new file mode 100644 index 000000000000..7d682d873977 --- /dev/null +++ b/app-doc/s6-portable-utils-man-pages/s6-portable-utils-man-pages-2.3.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-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" |