From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7FC115817D for ; Fri, 14 Jun 2024 13:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 447E0E2B20; Fri, 14 Jun 2024 13:31:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 617DFE2B1E for ; Fri, 14 Jun 2024 13:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 244A533BEB9 for ; Fri, 14 Jun 2024 13:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4936A1CEF for ; Fri, 14 Jun 2024 13:31:09 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1718371802.f433ec381107b1400827942696189650f99c2df8.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/s6-man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/s6-man-pages/Manifest app-doc/s6-man-pages/s6-man-pages-2.13.0.0.1.ebuild X-VCS-Directories: app-doc/s6-man-pages/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: f433ec381107b1400827942696189650f99c2df8 X-VCS-Branch: master Date: Fri, 14 Jun 2024 13:31:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2e3753e-4314-43c5-9fb0-548276c6f0b0 X-Archives-Hash: 4c0d8054a6e072878f8ab21b7fab6e66 commit: f433ec381107b1400827942696189650f99c2df8 Author: Petr Vaněk gentoo org> AuthorDate: Fri Jun 14 13:22:06 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Fri Jun 14 13:30:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f433ec38 app-doc/s6-man-pages: add 2.13.0.0.1 Signed-off-by: Petr Vaněk gentoo.org> app-doc/s6-man-pages/Manifest | 1 + app-doc/s6-man-pages/s6-man-pages-2.13.0.0.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/app-doc/s6-man-pages/Manifest b/app-doc/s6-man-pages/Manifest index 3b9f2c628cfc..8ba34c8a0c8c 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.4.1.tar.gz 123799 BLAKE2B 0fc4e341a9be8b209bd71e8e7980149fec449cf2c271ee10d6c2f943048163d162c26e5af7c96ffea1cfbd1026ab47e9396d6a65377389dc7e366b113c783fe8 SHA512 33eedd1c6f7184e8336e194baab865ea55beade7bc3bbaf6e99862d65a512a4dc88ac03fbf46ff5466878354ea099c611ca9daa0895cd5a6214c0bcbe865ac90 +DIST s6-man-pages-2.13.0.0.1.tar.gz 124099 BLAKE2B 97013c8ef853c4492f0be99e2412549bc30a481b61a7b3b04f4133f2be13e8a6e9d7114d0c582acd7e6f93cf3fab839d7cd153fc8a8a32f47bd597e6b7c6a5bd SHA512 d1982daead0b9c56421d421339c14f1fc9f7c32137f3c19f2fc9bab9225df8b5e220e2a807b26647c5639a3950543703c2eca5cd6afda1b81381709d703b206a diff --git a/app-doc/s6-man-pages/s6-man-pages-2.13.0.0.1.ebuild b/app-doc/s6-man-pages/s6-man-pages-2.13.0.0.1.ebuild new file mode 100644 index 000000000000..2364454ad9d1 --- /dev/null +++ b/app-doc/s6-man-pages/s6-man-pages-2.13.0.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"