Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/
Date: Sun, 03 Apr 2022 10:50:37
Message-Id: 1648983014.3847b36bbb015cdabca786c0953024578b77689e.conikost@gentoo
1 commit: 3847b36bbb015cdabca786c0953024578b77689e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:45:02 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847b36b
7
8 app-misc/glastree: update HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/24806
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-misc/glastree/glastree-1.04.ebuild | 5 +++--
16 app-misc/glastree/glastree-1.04_p20150525.ebuild | 2 +-
17 2 files changed, 4 insertions(+), 3 deletions(-)
18
19 diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild
20 index 9a5212c50638..6ba6ab08de11 100644
21 --- a/app-misc/glastree/glastree-1.04.ebuild
22 +++ b/app-misc/glastree/glastree-1.04.ebuild
23 @@ -4,8 +4,9 @@
24 EAPI=7
25
26 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
27 -HOMEPAGE="http://www.igmus.org/code/"
28 -SRC_URI="http://www.igmus.org/files/${P}.tar.gz"
29 +HOMEPAGE="https://old.igmus.org/code/"
30 +SRC_URI="https://old.igmus.org/files/${P}.tar.gz"
31 +
32 DEPEND="dev-lang/perl
33 dev-perl/Date-Calc"
34 SLOT="0"
35
36 diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild b/app-misc/glastree/glastree-1.04_p20150525.ebuild
37 index ddf56b07931b..ddff74381dba 100644
38 --- a/app-misc/glastree/glastree-1.04_p20150525.ebuild
39 +++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
40 @@ -5,7 +5,7 @@ EAPI=7
41
42 COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09"
43 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
44 -HOMEPAGE="http://www.igmus.org/code/"
45 +HOMEPAGE="https://old.igmus.org/code/"
46 SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 S="${WORKDIR}/${PN}-${COMMIT}"