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 A41DC15852A for ; Wed, 21 Aug 2024 04:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DACBAE2A39; Wed, 21 Aug 2024 04:44:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C5106E2A39 for ; Wed, 21 Aug 2024 04:44:53 +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 0946E335CB9 for ; Wed, 21 Aug 2024 04:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180E41487 for ; Wed, 21 Aug 2024 04:44:51 +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: <1724215461.5ddee4b3b67da0f59240f91bdd288e48de309d2a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/systemtap/systemtap-4.8.ebuild dev-debug/systemtap/systemtap-5.0-r1.ebuild X-VCS-Directories: dev-debug/systemtap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ddee4b3b67da0f59240f91bdd288e48de309d2a X-VCS-Branch: master Date: Wed, 21 Aug 2024 04:44:51 +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: 3c804457-a442-4d85-9d78-c2a854aa8e0b X-Archives-Hash: d68c9bbdef184c3d2fd2f9b3a4793c5c commit: 5ddee4b3b67da0f59240f91bdd288e48de309d2a Author: Sam James gentoo org> AuthorDate: Wed Aug 21 02:52:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 21 04:44:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddee4b3 dev-debug/systemtap: update HOMEPAGE, SRC_URI (drop www.) While sourceware still supports www., it doesn't appear in README and so on, so normalise it like we do for other sourceware-hosted projects. Signed-off-by: Sam James gentoo.org> dev-debug/systemtap/systemtap-4.8.ebuild | 4 ++-- dev-debug/systemtap/systemtap-5.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/systemtap/systemtap-4.8.ebuild b/dev-debug/systemtap/systemtap-4.8.ebuild index 203f02f9b82c..45af257ee310 100644 --- a/dev-debug/systemtap/systemtap-4.8.ebuild +++ b/dev-debug/systemtap/systemtap-4.8.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit autotools linux-info python-single-r1 DESCRIPTION="A linux trace/probe tool" -HOMEPAGE="https://www.sourceware.org/systemtap" -SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz" +HOMEPAGE="https://sourceware.org/systemtap/" +SRC_URI="https://sourceware.org/ftp/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-debug/systemtap/systemtap-5.0-r1.ebuild b/dev-debug/systemtap/systemtap-5.0-r1.ebuild index e3e98ce134ac..d008e6d6e599 100644 --- a/dev-debug/systemtap/systemtap-5.0-r1.ebuild +++ b/dev-debug/systemtap/systemtap-5.0-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit autotools linux-info python-single-r1 DESCRIPTION="A linux trace/probe tool" -HOMEPAGE="https://www.sourceware.org/systemtap" -SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz" +HOMEPAGE="https://sourceware.org/systemtap/" +SRC_URI="https://sourceware.org/ftp/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"