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 93FBA139083 for ; Fri, 10 Mar 2017 21:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E38A8E0C28; Fri, 10 Mar 2017 21:59:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4C21E0C28 for ; Fri, 10 Mar 2017 21:59:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1419E340AC7 for ; Fri, 10 Mar 2017 21:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B0162EC for ; Fri, 10 Mar 2017 21:59:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1489183177.c38b427e5d575c1e0787dfd409fd0fa1228f26e6.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/normaliz/normaliz-3.1.1.ebuild sci-mathematics/normaliz/normaliz-3.1.3.ebuild X-VCS-Directories: sci-mathematics/normaliz/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c38b427e5d575c1e0787dfd409fd0fa1228f26e6 X-VCS-Branch: master Date: Fri, 10 Mar 2017 21:59:43 +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-Archives-Salt: 1bdda3fe-abdd-4862-98a1-4aaee88d1fb0 X-Archives-Hash: 7b2825a194701f8e043d987cb85b5c5b commit: c38b427e5d575c1e0787dfd409fd0fa1228f26e6 Author: Mike Frysinger gentoo org> AuthorDate: Fri Mar 10 21:59:14 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Mar 10 21:59:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b427e sci-mathematics/normaliz: add URI schema to HOMEPAGE sci-mathematics/normaliz/normaliz-3.1.1.ebuild | 2 +- sci-mathematics/normaliz/normaliz-3.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild index dc00be25588..0fcd25b6099 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild @@ -9,7 +9,7 @@ MYPV=$(get_version_component_range 1-2) MYP="Normaliz${MYPV}" DESCRIPTION="Tool for computations in affine monoids and more" -HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/" +HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/" SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz${PV}.zip" LICENSE="GPL-3" diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild index 048a380fb4c..01a92c6acf0 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs versionator MYP="Normaliz-${PV}" DESCRIPTION="Tool for computations in affine monoids and more" -HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/" +HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/" SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"