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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E06213835A for ; Sun, 14 Feb 2021 08:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6347E0932; Sun, 14 Feb 2021 08:29:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F546E0932 for ; Sun, 14 Feb 2021 08:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56F0F340ED1 for ; Sun, 14 Feb 2021 08:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02DD4CA for ; Sun, 14 Feb 2021 08:29:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1613291343.c371998e815a2d071a8dcf1fc6717d192466af9b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/lmod/lmod-8.4.20.ebuild sys-cluster/lmod/lmod-9999.ebuild X-VCS-Directories: sys-cluster/lmod/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c371998e815a2d071a8dcf1fc6717d192466af9b X-VCS-Branch: master Date: Sun, 14 Feb 2021 08:29:29 +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: 6c25b09c-e5b5-4444-a02b-8318422d0a54 X-Archives-Hash: 8b9663e05b59ab3eb666df81c8d89c5c commit: c371998e815a2d071a8dcf1fc6717d192466af9b Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 14 08:29:03 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 14 08:29:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c371998e sys-cluster/lmod: add Github to HOMEPAGE Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/lmod/lmod-8.4.20.ebuild | 2 +- sys-cluster/lmod/lmod-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/lmod/lmod-8.4.20.ebuild b/sys-cluster/lmod/lmod-8.4.20.ebuild index a6f6713feeb..f41314789e9 100644 --- a/sys-cluster/lmod/lmod-8.4.20.ebuild +++ b/sys-cluster/lmod/lmod-8.4.20.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-{1..3} ) inherit autotools lua-single DESCRIPTION="Environment Module System based on Lua" -HOMEPAGE="https://lmod.readthedocs.io/en/latest" +HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod" if [[ ${PV} == 9999 ]]; then inherit git-r3 diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild index a6f6713feeb..f41314789e9 100644 --- a/sys-cluster/lmod/lmod-9999.ebuild +++ b/sys-cluster/lmod/lmod-9999.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-{1..3} ) inherit autotools lua-single DESCRIPTION="Environment Module System based on Lua" -HOMEPAGE="https://lmod.readthedocs.io/en/latest" +HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod" if [[ ${PV} == 9999 ]]; then inherit git-r3