Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libmath++/
Date: Sat, 09 Jul 2016 08:57:31
Message-Id: 1468052845.402c9862ab29882c5f79fd4a9f3e007126b05db9.monsieurp@gentoo
1 commit: 402c9862ab29882c5f79fd4a9f3e007126b05db9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 8 17:55:23 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 08:27:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402c9862
7
8 sys-libs/libmath++: fix HOMEPAGE and SRC_URI
9
10 Gentoo-Bug: https://bugs.gentoo.org/472070
11 Closes: https://github.com/gentoo/gentoo/pull/1848
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 sys-libs/libmath++/libmath++-0.0.4-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild b/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
19 index 0102e19..7084345 100644
20 --- a/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
21 +++ b/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
22 @@ -9,8 +9,8 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 # bug #474098
23 inherit autotools-utils
24
25 DESCRIPTION="template based math library, written in C++, for symbolic and numeric calculus applications"
26 -HOMEPAGE="http://rm-rf.in/libmath%2B%2B/"
27 -SRC_URI="http://upstream.rm-rf.in/libmath%2B%2B/${P}.tar.gz"
28 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 +SRC_URI="mirror://gentoo/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="1"