From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1008746-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 705FC138332 for <garchives@archives.gentoo.org>; Sun, 11 Mar 2018 14:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A32A6E08DD; Sun, 11 Mar 2018 14:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 722A8E08DD for <gentoo-commits@lists.gentoo.org>; Sun, 11 Mar 2018 14:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E169335C52 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Mar 2018 14:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07DDE232 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Mar 2018 14:24:12 +0000 (UTC) From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1520778229.5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xapian-omega/xapian-omega-1.2.24.ebuild app-text/xapian-omega/xapian-omega-1.2.25.ebuild app-text/xapian-omega/xapian-omega-1.4.4.ebuild app-text/xapian-omega/xapian-omega-1.4.5.ebuild X-VCS-Directories: app-text/xapian-omega/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17 X-VCS-Branch: master Date: Sun, 11 Mar 2018 14:24:12 +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-Archives-Salt: c1ccd29b-9120-40d5-8e46-55592c3dfe47 X-Archives-Hash: 53777f9268c066c989601f42254ab4ce commit: 5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 2 17:51:56 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 14:23:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5082d6e6 app-text/xapian-omega: use HTTPS Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> app-text/xapian-omega/xapian-omega-1.2.24.ebuild | 4 ++-- app-text/xapian-omega/xapian-omega-1.2.25.ebuild | 4 ++-- app-text/xapian-omega/xapian-omega-1.4.4.ebuild | 4 ++-- app-text/xapian-omega/xapian-omega-1.4.5.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-text/xapian-omega/xapian-omega-1.2.24.ebuild b/app-text/xapian-omega/xapian-omega-1.2.24.ebuild index 34228da944b..461cf699bae 100644 --- a/app-text/xapian-omega/xapian-omega-1.2.24.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.2.24.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" +HOMEPAGE="https://xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2" diff --git a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild index e690281efef..b7f2da1d327 100644 --- a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" +HOMEPAGE="https://xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2" diff --git a/app-text/xapian-omega/xapian-omega-1.4.4.ebuild b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild index e1d29c7a0e8..00a7af4ec64 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.4.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" +HOMEPAGE="https://xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2" diff --git a/app-text/xapian-omega/xapian-omega-1.4.5.ebuild b/app-text/xapian-omega/xapian-omega-1.4.5.ebuild index 30c6df2a77d..69bb116aaa8 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.5.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" +HOMEPAGE="https://xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2"