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 BA3CF15808B for ; Tue, 12 Apr 2022 07:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE65E07D1; Tue, 12 Apr 2022 07:15:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4436E07C7 for ; Tue, 12 Apr 2022 07:15:11 +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 A2B293414DF for ; Tue, 12 Apr 2022 07:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD25318 for ; Tue, 12 Apr 2022 07:15:06 +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: <1649747493.2e08a52fb81e0b8b9047390e977f7a8b556adc60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpcre2/libpcre2-10.39-r1.ebuild dev-libs/libpcre2/metadata.xml X-VCS-Directories: dev-libs/libpcre2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e08a52fb81e0b8b9047390e977f7a8b556adc60 X-VCS-Branch: master Date: Tue, 12 Apr 2022 07:15:06 +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: cc4805fb-0bbb-4887-abd1-4427ffeeeb60 X-Archives-Hash: e328c718df01c1ebcb5d5e4c6a9c9ab6 commit: 2e08a52fb81e0b8b9047390e977f7a8b556adc60 Author: Sam James gentoo org> AuthorDate: Tue Apr 12 07:11:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 07:11:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e08a52f dev-libs/libpcre2: drop unofficial sourceforge refs As stated in the README at https://github.com/PhilipHazel/pcre2. Signed-off-by: Sam James gentoo.org> dev-libs/libpcre2/libpcre2-10.39-r1.ebuild | 5 ++--- dev-libs/libpcre2/metadata.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild index 6add5be7acd6..9a9a699cb929 100644 --- a/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.39-r1.ebuild @@ -12,9 +12,8 @@ HOMEPAGE="https://www.pcre.org/" MY_P="pcre2-${PV/_rc/-RC}" if [[ ${PV} != *_rc* ]] ; then # Only the final releases are available here. - SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2 - https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2 - https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2" + SRC_URI="https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2 + https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2" else SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2" fi diff --git a/dev-libs/libpcre2/metadata.xml b/dev-libs/libpcre2/metadata.xml index 52e765d941ae..66bde795d3f1 100644 --- a/dev-libs/libpcre2/metadata.xml +++ b/dev-libs/libpcre2/metadata.xml @@ -27,6 +27,5 @@ cpe:/a:pcre:pcre PhilipHazel/pcre2 - pcre