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/yasnippet/
Date: Tue, 01 Sep 2015 18:39:37
Message-Id: 1441132760.73a1ecd0bf0e95c92594b37d8fb128ec375c1791.klausman@gentoo
1 commit: 73a1ecd0bf0e95c92594b37d8fb128ec375c1791
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:39:20 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:39:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a1ecd0
7
8 app-emacs/yasnippet: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-emacs/yasnippet/yasnippet-0.5.10.ebuild | 2 +-
13 app-emacs/yasnippet/yasnippet-0.6.0c.ebuild | 2 +-
14 app-emacs/yasnippet/yasnippet-0.6.1c.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild b/app-emacs/yasnippet/yasnippet-0.5.10.ebuild
18 index 7a46fe4..7833761 100644
19 --- a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild
20 +++ b/app-emacs/yasnippet/yasnippet-0.5.10.ebuild
21 @@ -5,7 +5,7 @@
22 inherit elisp
23
24 DESCRIPTION="Yet another snippet extension for Emacs"
25 -HOMEPAGE="https://code.google.com/p/yasnippet/"
26 +HOMEPAGE="https://github.com/capitaomorte/yasnippet"
27 SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
28 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
29
30
31 diff --git a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild b/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild
32 index 309abe7..b81eefa 100644
33 --- a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild
34 +++ b/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild
35 @@ -5,7 +5,7 @@
36 inherit elisp
37
38 DESCRIPTION="Yet another snippet extension for Emacs"
39 -HOMEPAGE="https://code.google.com/p/yasnippet/"
40 +HOMEPAGE="https://github.com/capitaomorte/yasnippet"
41 SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
42 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
43
44
45 diff --git a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
46 index 309abe7..b81eefa 100644
47 --- a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
48 +++ b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
49 @@ -5,7 +5,7 @@
50 inherit elisp
51
52 DESCRIPTION="Yet another snippet extension for Emacs"
53 -HOMEPAGE="https://code.google.com/p/yasnippet/"
54 +HOMEPAGE="https://github.com/capitaomorte/yasnippet"
55 SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
56 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"