Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/levmar/
Date: Fri, 11 Aug 2017 19:57:30
Message-Id: 1502481417.e589d00ab98eec2b058b49dd43a8857d9334e15a.amynka@gentoo
1 commit: e589d00ab98eec2b058b49dd43a8857d9334e15a
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 19:54:12 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 19:56:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e589d00a
7
8 sci-libs/levmar: fix homepage
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sci-libs/levmar/levmar-2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/levmar/levmar-2.6.ebuild b/sci-libs/levmar/levmar-2.6.ebuild
16 index 77c006bbfab..c79aa78b669 100644
17 --- a/sci-libs/levmar/levmar-2.6.ebuild
18 +++ b/sci-libs/levmar/levmar-2.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ EAPI=5
26 inherit cmake-utils eutils toolchain-funcs
27
28 DESCRIPTION="Levenberg-Marquardt nonlinear least squares C library"
29 -HOMEPAGE="http://www.ics.forth.gr/~lourakis/levmar/"
30 +HOMEPAGE="https://www.ics.forth.gr/~lourakis/levmar/"
31 SRC_URI="${HOMEPAGE}/${P}.tgz"
32
33 LICENSE="GPL-2"