Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/paint-mono/
Date: Tue, 01 Sep 2015 19:43:18
Message-Id: 1441136221.1783b4f361473ff076d6a728c574367eb5c778d4.klausman@gentoo
1 commit: 1783b4f361473ff076d6a728c574367eb5c778d4
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:37:01 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:37:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1783b4f3
7
8 media-gfx/paint-mono: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 media-gfx/paint-mono/paint-mono-0.1.63.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/paint-mono/paint-mono-0.1.63.ebuild b/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
16 index 47d6120..f6c9664 100644
17 --- a/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
18 +++ b/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
19 @@ -7,7 +7,7 @@ EAPI=2
20 inherit mono multilib
21
22 DESCRIPTION="An unofficial effort to port Paint.NET 3.0 to Linux using Mono"
23 -HOMEPAGE="https://code.google.com/p/paint-mono/"
24 +HOMEPAGE="https://github.com/shana/paint-mono"
25 SRC_URI="https://${PN}.googlecode.com/files/paintdotnet-${PV}.tar.gz"
26
27 LICENSE="MIT CC-BY-NC-ND-2.5"