Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/
Date: Mon, 20 Aug 2018 09:45:37
Message-Id: 1534758301.1614725316504a589519589a9cebcbb0dfa327fc.monsieurp@gentoo
1 commit: 1614725316504a589519589a9cebcbb0dfa327fc
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Aug 12 16:55:34 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 09:45:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16147253
7
8 dev-lang/gdl: update HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9549
11
12 dev-lang/gdl/gdl-0.9.6-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/gdl/gdl-0.9.6-r2.ebuild b/dev-lang/gdl/gdl-0.9.6-r2.ebuild
16 index 04689db30c0..c477c6d3942 100644
17 --- a/dev-lang/gdl/gdl-0.9.6-r2.ebuild
18 +++ b/dev-lang/gdl/gdl-0.9.6-r2.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=5
25 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
26 inherit cmake-utils eutils python-r1 wxwidgets toolchain-funcs virtualx
27
28 DESCRIPTION="GNU Data Language"
29 -HOMEPAGE="http://gnudatalanguage.sourceforge.net/"
30 +HOMEPAGE="https://github.com/gnudatalanguage/gdl"
31 SRC_URI="mirror://sourceforge/gnudatalanguage/${P}v2.tgz"
32
33 LICENSE="GPL-2"