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 6E29815800F for ; Tue, 7 Feb 2023 07:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B09DDE07E1; Tue, 7 Feb 2023 07:14:05 +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 93C9EE07E1 for ; Tue, 7 Feb 2023 07:14:05 +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 9E58E335DEC for ; Tue, 7 Feb 2023 07:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B7A17FB for ; Tue, 7 Feb 2023 07:14:03 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1675754028.fae4ebc8e63dc7965cf982aa690233b3fca034ad.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/paludis/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/paludis/paludis-9999.ebuild X-VCS-Directories: sys-apps/paludis/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: fae4ebc8e63dc7965cf982aa690233b3fca034ad X-VCS-Branch: dev Date: Tue, 7 Feb 2023 07:14:03 +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: e9505407-d7b1-4589-84a7-ab69ac1079f9 X-Archives-Hash: 688f68eacd935da2872df20ffb0aefbc commit: fae4ebc8e63dc7965cf982aa690233b3fca034ad Author: Joe Kappus wt gd> AuthorDate: Tue Feb 7 07:13:48 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Tue Feb 7 07:13:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fae4ebc8 sys-apps/paludis: update HOMEPAGE Signed-off-by: Joe Kappus wt.gd> sys-apps/paludis/paludis-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index dce33cfa5..0361bb73a 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -10,7 +10,7 @@ RUBY_VER=2.7 inherit bash-completion-r1 cmake git-r3 python-r1 DESCRIPTION="paludis, the other package mangler" -HOMEPAGE="http://paludis.exherbo.org/" +HOMEPAGE="https://paludis.exherbo.org/" SRC_URI="" IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml eapi7 eapi8"