diff options
author | Ferenc Erki <erkiferenc@gmail.com> | 2023-02-07 18:18:56 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-02-15 11:03:07 +0000 |
commit | 3f151f3683f573b2de4f49e2c28d7cdd54cfe001 (patch) | |
tree | 83218f6253b7120a61d23e829699a0e6b7905452 /app-admin | |
parent | sci-libs/pyshp: drop 2.1.3 (diff) | |
download | gentoo-3f151f3683f573b2de4f49e2c28d7cdd54cfe001.tar.gz gentoo-3f151f3683f573b2de4f49e2c28d7cdd54cfe001.tar.bz2 gentoo-3f151f3683f573b2de4f49e2c28d7cdd54cfe001.zip |
app-admin/rex: fix HOMEPAGE redirect
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com>
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/rex/rex-1.13.3.ebuild | 4 | ||||
-rw-r--r-- | app-admin/rex/rex-1.13.4.ebuild | 4 | ||||
-rw-r--r-- | app-admin/rex/rex-1.14.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rex/rex-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/rex/rex-1.13.3.ebuild b/app-admin/rex/rex-1.13.3.ebuild index cad3166f1de0..e0bfb6a838a7 100644 --- a/app-admin/rex/rex-1.13.3.ebuild +++ b/app-admin/rex/rex-1.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ fi inherit bash-completion-r1 perl-module ${VCS_ECLASS} DESCRIPTION="(R)?ex, the friendly automation framework" -HOMEPAGE="https://metacpan.org/release/Rex https://www.rexify.org" +HOMEPAGE="https://metacpan.org/dist/Rex https://www.rexify.org" SLOT="0" IUSE="minimal test" diff --git a/app-admin/rex/rex-1.13.4.ebuild b/app-admin/rex/rex-1.13.4.ebuild index cad3166f1de0..e0bfb6a838a7 100644 --- a/app-admin/rex/rex-1.13.4.ebuild +++ b/app-admin/rex/rex-1.13.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ fi inherit bash-completion-r1 perl-module ${VCS_ECLASS} DESCRIPTION="(R)?ex, the friendly automation framework" -HOMEPAGE="https://metacpan.org/release/Rex https://www.rexify.org" +HOMEPAGE="https://metacpan.org/dist/Rex https://www.rexify.org" SLOT="0" IUSE="minimal test" diff --git a/app-admin/rex/rex-1.14.0.ebuild b/app-admin/rex/rex-1.14.0.ebuild index 3542ec41083a..f54807ac8dfb 100644 --- a/app-admin/rex/rex-1.14.0.ebuild +++ b/app-admin/rex/rex-1.14.0.ebuild @@ -21,7 +21,7 @@ fi inherit bash-completion-r1 perl-module ${VCS_ECLASS} DESCRIPTION="(R)?ex, the friendly automation framework" -HOMEPAGE="https://metacpan.org/release/Rex https://www.rexify.org" +HOMEPAGE="https://metacpan.org/dist/Rex https://www.rexify.org" SLOT="0" IUSE="minimal test" diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index cad3166f1de0..e0bfb6a838a7 100644 --- a/app-admin/rex/rex-9999.ebuild +++ b/app-admin/rex/rex-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ fi inherit bash-completion-r1 perl-module ${VCS_ECLASS} DESCRIPTION="(R)?ex, the friendly automation framework" -HOMEPAGE="https://metacpan.org/release/Rex https://www.rexify.org" +HOMEPAGE="https://metacpan.org/dist/Rex https://www.rexify.org" SLOT="0" IUSE="minimal test" |