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 BC9DA138350 for ; Sun, 15 Mar 2020 17:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A88DE0FE1; Sun, 15 Mar 2020 17:52:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7D1B8E0FE1 for ; Sun, 15 Mar 2020 17:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8743834F093 for ; Sun, 15 Mar 2020 17:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22DA5189 for ; Sun, 15 Mar 2020 17:52:05 +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: <1584294709.1a8161890e9b9cf98922c225bf7e28f9a1a491c2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeodecomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild X-VCS-Directories: sci-libs/libgeodecomp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1a8161890e9b9cf98922c225bf7e28f9a1a491c2 X-VCS-Branch: master Date: Sun, 15 Mar 2020 17:52:05 +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: 5308582e-5038-4847-91d1-4e0c05a9db3a X-Archives-Hash: f11333f3b9143a7b127fe84054e028e5 commit: 1a8161890e9b9cf98922c225bf7e28f9a1a491c2 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sat Mar 7 11:12:16 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 15 17:51:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a816189 sci-libs/libgeodecomp: Add homepage to official repository Add homepage to official source code repository. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach kmk-computers.de> Signed-off-by: Joonas Niilola gentoo.org> sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild index d27e543eef5..d2867f448c3 100644 --- a/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild +++ b/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild @@ -6,7 +6,9 @@ EAPI=7 inherit cmake cuda DESCRIPTION="An auto-parallelizing library to speed up computer simulations" -HOMEPAGE="http://www.libgeodecomp.org" +HOMEPAGE=" + http://www.libgeodecomp.org + https://github.com/STEllAR-GROUP/libgeodecomp" SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2" SLOT="0"