Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/osqoop/
Date: Sun, 04 Feb 2018 19:20:33
Message-Id: 1517771996.f0b47acf6d4883a1b4de3e23c2523df3d360596a.asturm@gentoo
1 commit: f0b47acf6d4883a1b4de3e23c2523df3d360596a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 19:04:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 19:19:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b47acf
7
8 sci-electronics/osqoop: fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7072
11
12 sci-electronics/osqoop/osqoop-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/osqoop/osqoop-1.1.1.ebuild b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
16 index ef02a5592c6..b3952e56288 100644
17 --- a/sci-electronics/osqoop/osqoop-1.1.1.ebuild
18 +++ b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit cmake-utils toolchain-funcs
27
28 DESCRIPTION="multi-platform open source software oscilloscope based on Qt 4"
29 -HOMEPAGE="http://gitorious.org/osqoop/"
30 +HOMEPAGE="https://github.com/stephanemagnenat/osqoop"
31 SRC_URI="mirror://gentoo/${P}.tar.gz"
32
33 LICENSE="GPL-2"