Gentoo Archives: gentoo-commits

From: Joe Kappus <joe@××.gd>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/temanejo/
Date: Tue, 28 Feb 2023 07:06:13
Message-Id: 1677567902.c1ee06526b63011571a4006fc768eb1156e82f0c.joe@gentoo
1 commit: c1ee06526b63011571a4006fc768eb1156e82f0c
2 Author: Joe Kappus <joe <AT> wt <DOT> gd>
3 AuthorDate: Tue Feb 28 07:04:49 2023 +0000
4 Commit: Joe Kappus <joe <AT> wt <DOT> gd>
5 CommitDate: Tue Feb 28 07:05:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1ee0652
7
8 sys-cluster/temanejo: update HOMEPAGE, SRC_URI
9
10 The homepage was deleted but the package still serves.
11 Just going to use wayback link so any users have information.
12
13 Signed-off-by: Joe Kappus <joe <AT> wt.gd>
14
15 sys-cluster/temanejo/metadata.xml | 2 +-
16 sys-cluster/temanejo/temanejo-1.3.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-cluster/temanejo/metadata.xml b/sys-cluster/temanejo/metadata.xml
20 index ad2abe5a3..9eff602e6 100644
21 --- a/sys-cluster/temanejo/metadata.xml
22 +++ b/sys-cluster/temanejo/metadata.xml
23 @@ -1,5 +1,5 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <maintainer type="person">
29 <email>lssndrbarbieri@×××××.com</email>
30
31 diff --git a/sys-cluster/temanejo/temanejo-1.3.ebuild b/sys-cluster/temanejo/temanejo-1.3.ebuild
32 index 39e300af1..4b9b61357 100644
33 --- a/sys-cluster/temanejo/temanejo-1.3.ebuild
34 +++ b/sys-cluster/temanejo/temanejo-1.3.ebuild
35 @@ -9,8 +9,8 @@ EAPI=8
36 inherit autotools #python-single-r1
37
38 DESCRIPTION="a debugger for task-parallel programming"
39 -HOMEPAGE="http://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo/"
40 -SRC_URI="http://fs.hlrs.de/projects/temanejo/${P}.tar.gz"
41 +HOMEPAGE="https://web.archive.org/web/20210927061143/https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo/"
42 +SRC_URI="https://fs.hlrs.de/projects/temanejo/${P}.tar.gz"
43
44 LICENSE="BSD"
45 SLOT="0"