From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 105DD1383D3 for ; Tue, 1 Sep 2015 18:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887661430C; Tue, 1 Sep 2015 18:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3014D1430C for ; Tue, 1 Sep 2015 18:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B224341AC4 for ; Tue, 1 Sep 2015 18:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D2C4114 for ; Tue, 1 Sep 2015 18:39:34 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441132760.73a1ecd0bf0e95c92594b37d8fb128ec375c1791.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/yasnippet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/yasnippet/yasnippet-0.5.10.ebuild app-emacs/yasnippet/yasnippet-0.6.0c.ebuild app-emacs/yasnippet/yasnippet-0.6.1c.ebuild X-VCS-Directories: app-emacs/yasnippet/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 73a1ecd0bf0e95c92594b37d8fb128ec375c1791 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:39:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 669a792d-f9b7-4a02-a263-22c454909f0f X-Archives-Hash: f495b81585ac619779b1ef9498dd6b53 commit: 73a1ecd0bf0e95c92594b37d8fb128ec375c1791 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:39:20 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:39:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a1ecd0 app-emacs/yasnippet: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 app-emacs/yasnippet/yasnippet-0.5.10.ebuild | 2 +- app-emacs/yasnippet/yasnippet-0.6.0c.ebuild | 2 +- app-emacs/yasnippet/yasnippet-0.6.1c.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild b/app-emacs/yasnippet/yasnippet-0.5.10.ebuild index 7a46fe4..7833761 100644 --- a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild +++ b/app-emacs/yasnippet/yasnippet-0.5.10.ebuild @@ -5,7 +5,7 @@ inherit elisp DESCRIPTION="Yet another snippet extension for Emacs" -HOMEPAGE="https://code.google.com/p/yasnippet/" +HOMEPAGE="https://github.com/capitaomorte/yasnippet" SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )" diff --git a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild b/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild index 309abe7..b81eefa 100644 --- a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild +++ b/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild @@ -5,7 +5,7 @@ inherit elisp DESCRIPTION="Yet another snippet extension for Emacs" -HOMEPAGE="https://code.google.com/p/yasnippet/" +HOMEPAGE="https://github.com/capitaomorte/yasnippet" SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )" diff --git a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild index 309abe7..b81eefa 100644 --- a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild +++ b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild @@ -5,7 +5,7 @@ inherit elisp DESCRIPTION="Yet another snippet extension for Emacs" -HOMEPAGE="https://code.google.com/p/yasnippet/" +HOMEPAGE="https://github.com/capitaomorte/yasnippet" SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2 doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"