Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dikt/
Date: Tue, 01 Sep 2015 18:38:26
Message-Id: 1441132691.3f13c914987c5e2989f5dbc6469a5571aa9dea35.klausman@gentoo
1 commit: 3f13c914987c5e2989f5dbc6469a5571aa9dea35
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:38:11 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:38:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f13c914
7
8 app-dicts/dikt: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-dicts/dikt/dikt-2l.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-dicts/dikt/dikt-2l.ebuild b/app-dicts/dikt/dikt-2l.ebuild
16 index 8674e89..862b443 100644
17 --- a/app-dicts/dikt/dikt-2l.ebuild
18 +++ b/app-dicts/dikt/dikt-2l.ebuild
19 @@ -7,7 +7,7 @@ EAPI=5
20 inherit kde4-base
21
22 DESCRIPTION="A dictionary for KDE"
23 -HOMEPAGE="https://code.google.com/p/dikt/"
24 +HOMEPAGE="http://www.dikt.ml/index.html"
25 SRC_URI="https://${PN}.googlecode.com/files/${P}.txz -> ${P}.tar.xz"
26
27 LICENSE="BSD-2"