summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-29 20:45:02 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-04-03 12:50:14 +0200
commit3847b36bbb015cdabca786c0953024578b77689e (patch)
treeeb5fdeeec23af411a428aadbb8fe2b67ef63d911
parentapp-laptop/spicctrl: use https, fix LICENSE (diff)
downloadgentoo-3847b36b.tar.gz
gentoo-3847b36b.tar.bz2
gentoo-3847b36b.zip
app-misc/glastree: update HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/24806 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--app-misc/glastree/glastree-1.04.ebuild5
-rw-r--r--app-misc/glastree/glastree-1.04_p20150525.ebuild2
2 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild
index 9a5212c50638..6ba6ab08de11 100644
--- a/app-misc/glastree/glastree-1.04.ebuild
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -4,8 +4,9 @@
EAPI=7
DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
-HOMEPAGE="http://www.igmus.org/code/"
-SRC_URI="http://www.igmus.org/files/${P}.tar.gz"
+HOMEPAGE="https://old.igmus.org/code/"
+SRC_URI="https://old.igmus.org/files/${P}.tar.gz"
+
DEPEND="dev-lang/perl
dev-perl/Date-Calc"
SLOT="0"
diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild b/app-misc/glastree/glastree-1.04_p20150525.ebuild
index ddf56b07931b..ddff74381dba 100644
--- a/app-misc/glastree/glastree-1.04_p20150525.ebuild
+++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
@@ -5,7 +5,7 @@ EAPI=7
COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09"
DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
-HOMEPAGE="http://www.igmus.org/code/"
+HOMEPAGE="https://old.igmus.org/code/"
SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"