Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/
Date: Sun, 03 Jun 2018 01:55:12
Message-Id: 1527990865.de11abdb84871659293693f3d7d28698372bf73e.hattya@gentoo
1 commit: de11abdb84871659293693f3d7d28698372bf73e
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 01:54:25 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 01:54:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de11abdb
7
8 app-shells/yash: fix HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/656604
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-shells/yash/yash-2.47.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild
17 index 475398b4442..ae2eee4bca5 100644
18 --- a/app-shells/yash/yash-2.47.ebuild
19 +++ b/app-shells/yash/yash-2.47.ebuild
20 @@ -7,7 +7,7 @@ PLOCALES="en ja"
21 inherit flag-o-matic l10n toolchain-funcs
22
23 DESCRIPTION="Yash is a POSIX-compliant command line shell"
24 -HOMEPAGE="https://yash.osnd.jp/"
25 +HOMEPAGE="https://yash.osdn.jp/"
26 SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz"
27
28 LICENSE="GPL-2+"