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 49E4E158095 for ; Sat, 10 Sep 2022 01:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 948C4E0893; Sat, 10 Sep 2022 01:21:56 +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 7AA5FE0893 for ; Sat, 10 Sep 2022 01:21: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D847340FA5 for ; Sat, 10 Sep 2022 01:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A498D4 for ; Sat, 10 Sep 2022 01:21: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: <1662772907.4dbf1baefa7355c9e6bd8456526af4cd39acfbe8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raptor/raptor-2.0.15-r4.ebuild media-libs/raptor/raptor-2.0.15-r5.ebuild X-VCS-Directories: media-libs/raptor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4dbf1baefa7355c9e6bd8456526af4cd39acfbe8 X-VCS-Branch: master Date: Sat, 10 Sep 2022 01:21: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: fb92dbad-0869-4585-98c0-d3573fa2dac2 X-Archives-Hash: d2275620ac009d2727641033da490c96 commit: 4dbf1baefa7355c9e6bd8456526af4cd39acfbe8 Author: Sam James gentoo org> AuthorDate: Sat Sep 10 01:20:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 01:21:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbf1bae media-libs/raptor: use HTTPS Signed-off-by: Sam James gentoo.org> media-libs/raptor/raptor-2.0.15-r4.ebuild | 6 +++--- media-libs/raptor/raptor-2.0.15-r5.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/raptor/raptor-2.0.15-r4.ebuild b/media-libs/raptor/raptor-2.0.15-r4.ebuild index d10d97ad0af0..2dfa758d4345 100644 --- a/media-libs/raptor/raptor-2.0.15-r4.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,8 +9,8 @@ MY_PN=${PN}2 MY_P=${MY_PN}-${PV} DESCRIPTION="The RDF Parser Toolkit" -HOMEPAGE="http://librdf.org/raptor/" -SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" +HOMEPAGE="https://librdf.org/raptor/" +SRC_URI="https://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" diff --git a/media-libs/raptor/raptor-2.0.15-r5.ebuild b/media-libs/raptor/raptor-2.0.15-r5.ebuild index 673288e93cbe..3699299b34cc 100644 --- a/media-libs/raptor/raptor-2.0.15-r5.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r5.ebuild @@ -9,8 +9,8 @@ MY_PN=${PN}2 MY_P=${MY_PN}-${PV} DESCRIPTION="The RDF Parser Toolkit" -HOMEPAGE="http://librdf.org/raptor/" -SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" +HOMEPAGE="https://librdf.org/raptor/" +SRC_URI="https://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2"