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-emacs/google-c-style/
Date: Tue, 01 Sep 2015 18:39:15
Message-Id: 1441132736.382d77f96728f4220a38d0665ff17fc78cca9bec.klausman@gentoo
1 commit: 382d77f96728f4220a38d0665ff17fc78cca9bec
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:38:56 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:38:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382d77f9
7
8 app-emacs/google-c-style: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-emacs/google-c-style/google-c-style-20091009-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
16 index 717814e..83b0af5 100644
17 --- a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
18 +++ b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
19 @@ -7,7 +7,7 @@ EAPI=4
20 inherit elisp
21
22 DESCRIPTION="Provides the google C/C++ coding style"
23 -HOMEPAGE="https://code.google.com/p/google-styleguide/"
24 +HOMEPAGE="https://github.com/google/styleguide"
25 SRC_URI="mirror://gentoo/${P}.tar.bz2"
26
27 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"