From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A022115808B for ; Sun, 3 Apr 2022 10:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCA5E08E5; Sun, 3 Apr 2022 10:50:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64DCBE08F4 for ; Sun, 3 Apr 2022 10:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F0003413A0 for ; Sun, 3 Apr 2022 10:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78ED637B for ; Sun, 3 Apr 2022 10:50:30 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1648983014.3847b36bbb015cdabca786c0953024578b77689e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/glastree/glastree-1.04.ebuild app-misc/glastree/glastree-1.04_p20150525.ebuild X-VCS-Directories: app-misc/glastree/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3847b36bbb015cdabca786c0953024578b77689e X-VCS-Branch: master Date: Sun, 3 Apr 2022 10:50:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb7b349d-bd89-4eca-82e4-57f94484f0ad X-Archives-Hash: 27b0697c04f4f9b5a5d87fe4875c356a commit: 3847b36bbb015cdabca786c0953024578b77689e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Mar 29 18:45:02 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 3 10:50:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847b36b 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 levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/glastree/glastree-1.04.ebuild | 5 +++-- app-misc/glastree/glastree-1.04_p20150525.ebuild | 2 +- 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}"