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 5E5B5139696 for ; Sat, 5 Aug 2017 14:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631A9E0D20; Sat, 5 Aug 2017 14:48:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3F5D5E0C56 for ; Sat, 5 Aug 2017 14:48:00 +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 1E15434181E for ; Sat, 5 Aug 2017 14:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8627E75F1 for ; Sat, 5 Aug 2017 14:47:57 +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: <1501944452.aa6765c3bbab20a795c088b52cf202694b0f8f9a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe/tomoe-0.6.0-r2.ebuild X-VCS-Directories: app-i18n/tomoe/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: aa6765c3bbab20a795c088b52cf202694b0f8f9a X-VCS-Branch: master Date: Sat, 5 Aug 2017 14:47:57 +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: f487e66a-e35c-40d4-aa42-8582043200cd X-Archives-Hash: a965567c0314b3c80b83f01d976d4644 commit: aa6765c3bbab20a795c088b52cf202694b0f8f9a Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 5 14:39:57 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 5 14:47:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6765c3 app-i18n/tomoe: update HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild index b922e94e490..ba57fe79cba 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools ltprune python-single-r1 DESCRIPTION="Japanese handwriting recognition engine" -HOMEPAGE="http://tomoe.sourceforge.jp/" -SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz" +HOMEPAGE="http://tomoe.osdn.jp/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"