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 A79151382C5 for ; Tue, 13 Feb 2018 10:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C1CCE0C88; Tue, 13 Feb 2018 10:10:14 +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 7BA6CE0C88 for ; Tue, 13 Feb 2018 10:10:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 56D3A335C3C for ; Tue, 13 Feb 2018 10:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 760501DB for ; Tue, 13 Feb 2018 10:10:02 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1518516596.834bd27052b70a99551c7d2d2a54a64fc94ac53f.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-sunpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild X-VCS-Directories: app-i18n/ibus-sunpinyin/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 834bd27052b70a99551c7d2d2a54a64fc94ac53f X-VCS-Branch: master Date: Tue, 13 Feb 2018 10:10:02 +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: 547355fd-5e2b-4fb1-9df7-f53f5c5d503b X-Archives-Hash: 375db1f97fcdabe4f0460ae5c3c9e2f1 commit: 834bd27052b70a99551c7d2d2a54a64fc94ac53f Author: Jonas Stein gentoo org> AuthorDate: Tue Feb 13 10:09:38 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Feb 13 10:09:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834bd270 app-i18n/ibus-sunpinyin: Fix SRC_URI Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild index 11703f187c9..77a59d46962 100644 --- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild +++ b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit python-single-r1 scons-utils toolchain-funcs DESCRIPTION="The SunPinYin IMEngine for IBus Framework" HOMEPAGE="https://sunpinyin.googlecode.com/" -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/sunpinyin-${PV}.tar.xz" +SRC_URI="https://dev.gentoo.org/~jstein/dist/sunpinyin-${PV}.tar.xz" LICENSE="LGPL-2.1 CDDL" SLOT="0"