Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
Date: Tue, 01 Sep 2015 20:13:09
Message-Id: 1441138350.3cca9f7fc16908cf5f5db1abf1065620dae7f214.klausman@gentoo
1 commit: 3cca9f7fc16908cf5f5db1abf1065620dae7f214
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 20:12:30 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:12:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cca9f7f
7
8 x11-plugins/pidgintex: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-plugins/pidgintex/pidgintex-1.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
16 index a54f60e..2bce48e 100644
17 --- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
18 +++ b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
19 @@ -8,7 +8,7 @@ inherit toolchain-funcs multilib
20 MY_P=pidginTeX-${PV}
21
22 DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages"
23 -HOMEPAGE="https://code.google.com/p/pidgintex"
24 +HOMEPAGE="https://github.com/Micket/pidgintex"
25 SRC_URI="https://pidgintex.googlecode.com/files/${MY_P}.tar.gz"
26
27 LICENSE="GPL-3"