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 93856138334 for ; Sun, 3 Jun 2018 01:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FB08E087D; Sun, 3 Jun 2018 01:55:11 +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 3E9E1E087D for ; Sun, 3 Jun 2018 01:55:11 +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 B5A55335C72 for ; Sun, 3 Jun 2018 01:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0AA82A1 for ; Sun, 3 Jun 2018 01:55: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: <1527990865.de11abdb84871659293693f3d7d28698372bf73e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/yash/yash-2.47.ebuild X-VCS-Directories: app-shells/yash/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: de11abdb84871659293693f3d7d28698372bf73e X-VCS-Branch: master Date: Sun, 3 Jun 2018 01:55: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: 5b447185-3d6a-41ce-84c1-82841ae688a7 X-Archives-Hash: d298279c84c496ca3fdabbf478eeaee4 commit: de11abdb84871659293693f3d7d28698372bf73e Author: Akinori Hattori gentoo org> AuthorDate: Sun Jun 3 01:54:25 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jun 3 01:54:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de11abdb app-shells/yash: fix HOMEPAGE Closes: https://bugs.gentoo.org/656604 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-shells/yash/yash-2.47.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild index 475398b4442..ae2eee4bca5 100644 --- a/app-shells/yash/yash-2.47.ebuild +++ b/app-shells/yash/yash-2.47.ebuild @@ -7,7 +7,7 @@ PLOCALES="en ja" inherit flag-o-matic l10n toolchain-funcs DESCRIPTION="Yash is a POSIX-compliant command line shell" -HOMEPAGE="https://yash.osnd.jp/" +HOMEPAGE="https://yash.osdn.jp/" SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz" LICENSE="GPL-2+"