From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F21C1396D0 for ; Wed, 23 Aug 2017 15:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 758E21FC003; Wed, 23 Aug 2017 15:02:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 575101FC003 for ; Wed, 23 Aug 2017 15:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8768F3418E6 for ; Wed, 23 Aug 2017 15:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E187FE3 for ; Wed, 23 Aug 2017 15:02:07 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1503500287.def7f2cecdc3b60897d39e025918692e8be6686a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-pinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild X-VCS-Directories: app-i18n/ibus-pinyin/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: def7f2cecdc3b60897d39e025918692e8be6686a X-VCS-Branch: master Date: Wed, 23 Aug 2017 15:02:07 +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: 2a9f39ad-e4a1-477c-8fb1-40eb9217262e X-Archives-Hash: b873895bbdfbdf104cfcb14cb36c3770 commit: def7f2cecdc3b60897d39e025918692e8be6686a Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 23 14:58:07 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 23 14:58:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def7f2ce app-i18n/ibus-pinyin: update SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild index 103c52c7ea0..d3d30fc7136 100644 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild @@ -8,7 +8,7 @@ inherit python-single-r1 DESCRIPTION="Chinese Pinyin and Bopomofo engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" -SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"