From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1456737-garchives=archives.gentoo.org@lists.gentoo.org> 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 EA889158020 for <garchives@archives.gentoo.org>; Tue, 15 Nov 2022 06:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D30CE09CD; Tue, 15 Nov 2022 06:39:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 224B8E09CD for <gentoo-commits@lists.gentoo.org>; Tue, 15 Nov 2022 06:39:38 +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 41EF6340E1F for <gentoo-commits@lists.gentoo.org>; Tue, 15 Nov 2022 06:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94046738 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Nov 2022 06:39:35 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1668494221.16bfccb3cf3b09e2509385348119260a50c380b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.4.19.ebuild dev-libs/xapian/xapian-1.4.21-r1.ebuild dev-libs/xapian/xapian-1.4.21.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16bfccb3cf3b09e2509385348119260a50c380b9 X-VCS-Branch: master Date: Tue, 15 Nov 2022 06:39:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: acfb75bd-901c-4142-b12c-204d4a155c17 X-Archives-Hash: 77b0730b41a6579aaf3ad324bf22d849 commit: 16bfccb3cf3b09e2509385348119260a50c380b9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 15 06:15:15 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 15 06:37:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfccb3 dev-libs/xapian: update HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/xapian/xapian-1.4.19.ebuild | 2 +- dev-libs/xapian/xapian-1.4.21-r1.ebuild | 2 +- dev-libs/xapian/xapian-1.4.21.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/xapian/xapian-1.4.19.ebuild b/dev-libs/xapian/xapian-1.4.19.ebuild index 00fe7b8f5d51..757d51d72f7e 100644 --- a/dev-libs/xapian/xapian-1.4.19.ebuild +++ b/dev-libs/xapian/xapian-1.4.19.ebuild @@ -8,7 +8,7 @@ inherit multilib-minimal MY_P="${PN}-core-${PV}" DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="https://www.xapian.org/" +HOMEPAGE="https://xapian.org/" SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/dev-libs/xapian/xapian-1.4.21-r1.ebuild b/dev-libs/xapian/xapian-1.4.21-r1.ebuild index fea1a23cc14a..383e75d11a63 100644 --- a/dev-libs/xapian/xapian-1.4.21-r1.ebuild +++ b/dev-libs/xapian/xapian-1.4.21-r1.ebuild @@ -6,7 +6,7 @@ EAPI="8" MY_P="${PN}-core-${PV}" DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="https://www.xapian.org/" +HOMEPAGE="https://xapian.org/" SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/dev-libs/xapian/xapian-1.4.21.ebuild b/dev-libs/xapian/xapian-1.4.21.ebuild index 28fb18bb8c23..57571b3c92a2 100644 --- a/dev-libs/xapian/xapian-1.4.21.ebuild +++ b/dev-libs/xapian/xapian-1.4.21.ebuild @@ -8,7 +8,7 @@ inherit multilib-minimal MY_P="${PN}-core-${PV}" DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="https://www.xapian.org/" +HOMEPAGE="https://xapian.org/" SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2"