diff options
author | Sam James <sam@gentoo.org> | 2023-01-08 03:31:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-08 03:31:39 +0000 |
commit | 61232ea28c66cd5e0709a5227878ea709bbcffb8 (patch) | |
tree | 26667ba6f176229075e2df03bce4b8038d0b13f6 /dev-util/systemtap | |
parent | dev-util/systemtap: bump to 4.8 (diff) | |
download | gentoo-61232ea28c66cd5e0709a5227878ea709bbcffb8.tar.gz gentoo-61232ea28c66cd5e0709a5227878ea709bbcffb8.tar.bz2 gentoo-61232ea28c66cd5e0709a5227878ea709bbcffb8.zip |
dev-util/systemtap: fix SRC_URI for old
Closes: https://bugs.gentoo.org/889666
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/systemtap')
-rw-r--r-- | dev-util/systemtap/systemtap-4.4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-4.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-4.5.ebuild | 4 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-4.6.ebuild | 4 | ||||
-rw-r--r-- | 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" |