From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 129A11581B9 for ; Sat, 04 Oct 2025 20:19:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ECC13340CF1 for ; Sat, 04 Oct 2025 20:19:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CED3F11028A; Sat, 04 Oct 2025 20:19:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C2CEF11028A for ; Sat, 04 Oct 2025 20:19:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71AF3340CB6 for ; Sat, 04 Oct 2025 20:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D16D539B8 for ; Sat, 04 Oct 2025 20:19:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759609059.c5532d0a9c837f04def6fefe31823d5c55e769da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/public-inbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/public-inbox/public-inbox-1.9.0_p20250930-r1.ebuild net-mail/public-inbox/public-inbox-9999.ebuild X-VCS-Directories: net-mail/public-inbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5532d0a9c837f04def6fefe31823d5c55e769da X-VCS-Branch: master Date: Sat, 04 Oct 2025 20:19:54 +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: 6c15be11-465b-452a-b036-0b9b00e6c718 X-Archives-Hash: 6fdf2aaa5f6d8853716965150f1b5fa6 commit: c5532d0a9c837f04def6fefe31823d5c55e769da Author: Robin H. Johnson gentoo org> AuthorDate: Sun Jul 28 16:58:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 4 20:17:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5532d0a net-mail/public-inbox: install docs & css [sam: Import from infra-overlay. Sync live too.] Signed-off-by: Robin H. Johnson gentoo.org> Signed-off-by: Sam James gentoo.org> ...99.ebuild => public-inbox-1.9.0_p20250930-r1.ebuild} | 17 +++++++++++++---- net-mail/public-inbox/public-inbox-9999.ebuild | 17 +++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/net-mail/public-inbox/public-inbox-9999.ebuild b/net-mail/public-inbox/public-inbox-1.9.0_p20250930-r1.ebuild similarity index 71% copy from net-mail/public-inbox/public-inbox-9999.ebuild copy to net-mail/public-inbox/public-inbox-1.9.0_p20250930-r1.ebuild index dc0974b2946d..68d134055350 100644 --- a/net-mail/public-inbox/public-inbox-9999.ebuild +++ b/net-mail/public-inbox/public-inbox-1.9.0_p20250930-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,9 +15,9 @@ if [[ ${PV} == 9999 ]] ; then " inherit git-r3 elif [[ ${PV} == *_p* ]] ; then - PUBLIC_INBOX_COMMIT="488958385c6b8974b8780fb44b91c481e57c2eea" - SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/${PUBLIC_INBOX_COMMIT} + PUBLIC_INBOX_COMMIT="e0066f045f37b413b3fab1aca855d5022e57351f" + SRC_URI="https://repo.or.cz/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/${PN}-${PUBLIC_INBOX_COMMIT:0:7} else SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${P}.tar.gz" fi @@ -51,3 +51,12 @@ BDEPEND=" ${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + +src_install() { + perl-module_src_install + + insinto /usr/share/public-inbox/css + doins "${S}"/contrib/css/* + + dodoc -r "${S}"/Documentation/* +} diff --git a/net-mail/public-inbox/public-inbox-9999.ebuild b/net-mail/public-inbox/public-inbox-9999.ebuild index dc0974b2946d..68d134055350 100644 --- a/net-mail/public-inbox/public-inbox-9999.ebuild +++ b/net-mail/public-inbox/public-inbox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,9 +15,9 @@ if [[ ${PV} == 9999 ]] ; then " inherit git-r3 elif [[ ${PV} == *_p* ]] ; then - PUBLIC_INBOX_COMMIT="488958385c6b8974b8780fb44b91c481e57c2eea" - SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/${PUBLIC_INBOX_COMMIT} + PUBLIC_INBOX_COMMIT="e0066f045f37b413b3fab1aca855d5022e57351f" + SRC_URI="https://repo.or.cz/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/${PN}-${PUBLIC_INBOX_COMMIT:0:7} else SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${P}.tar.gz" fi @@ -51,3 +51,12 @@ BDEPEND=" ${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + +src_install() { + perl-module_src_install + + insinto /usr/share/public-inbox/css + doins "${S}"/contrib/css/* + + dodoc -r "${S}"/Documentation/* +}