commit:     61232ea28c66cd5e0709a5227878ea709bbcffb8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 03:31:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 03:31:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61232ea2

dev-util/systemtap: fix SRC_URI for old

Closes: https://bugs.gentoo.org/889666
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/systemtap/systemtap-4.4.ebuild    | 4 ++--
 dev-util/systemtap/systemtap-4.5-r1.ebuild | 4 ++--
 dev-util/systemtap/systemtap-4.5.ebuild    | 4 ++--
 dev-util/systemtap/systemtap-4.6.ebuild    | 4 ++--
 dev-util/systemtap/systemtap-4.7-r1.ebuild | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-util/systemtap/systemtap-4.4.ebuild 
b/dev-util/systemtap/systemtap-4.4.ebuild
index 66c961a9af04..946c23171f14 100644
--- a/dev-util/systemtap/systemtap-4.4.ebuild
+++ b/dev-util/systemtap/systemtap-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info autotools python-single-r1
 
 DESCRIPTION="A linux trace/probe tool"
 HOMEPAGE="https://www.sourceware.org/systemtap/";
-SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz";
+SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/systemtap/systemtap-4.5-r1.ebuild 
b/dev-util/systemtap/systemtap-4.5-r1.ebuild
index cb7728fb5a3e..a35be78bb4e5 100644
--- a/dev-util/systemtap/systemtap-4.5-r1.ebuild
+++ b/dev-util/systemtap/systemtap-4.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ 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/${PN}/ftp/releases/${P}.tar.gz";
+SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/systemtap/systemtap-4.5.ebuild 
b/dev-util/systemtap/systemtap-4.5.ebuild
index e7f4ac64b083..aa41697922d8 100644
--- a/dev-util/systemtap/systemtap-4.5.ebuild
+++ b/dev-util/systemtap/systemtap-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info python-single-r1
 
 DESCRIPTION="A linux trace/probe tool"
 HOMEPAGE="https://www.sourceware.org/systemtap/";
-SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz";
+SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/systemtap/systemtap-4.6.ebuild 
b/dev-util/systemtap/systemtap-4.6.ebuild
index a4f2a7d2663b..1fbc7fe72cd3 100644
--- a/dev-util/systemtap/systemtap-4.6.ebuild
+++ b/dev-util/systemtap/systemtap-4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ 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/${PN}/ftp/releases/${P}.tar.gz";
+SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/systemtap/systemtap-4.7-r1.ebuild 
b/dev-util/systemtap/systemtap-4.7-r1.ebuild
index a799c1c73759..0edd984e9891 100644
--- a/dev-util/systemtap/systemtap-4.7-r1.ebuild
+++ b/dev-util/systemtap/systemtap-4.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ 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/${PN}/ftp/releases/${P}.tar.gz";
+SRC_URI="https://www.sourceware.org/ftp/${PN}/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to