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 CA6AF1382C5 for ; Tue, 27 Feb 2018 22:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF33DE086B; Tue, 27 Feb 2018 22:14:59 +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 CBCD5E086B for ; Tue, 27 Feb 2018 22:14:59 +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 CB680335C2A for ; Tue, 27 Feb 2018 22:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D0321EF for ; Tue, 27 Feb 2018 22:14:57 +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: <1519769690.2137a49dd6742a55a08ca9abe2d545de11a4de33.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/source-han-sans/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/source-han-sans/source-han-sans-1.001.ebuild X-VCS-Directories: media-fonts/source-han-sans/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 2137a49dd6742a55a08ca9abe2d545de11a4de33 X-VCS-Branch: master Date: Tue, 27 Feb 2018 22:14: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: ed654fcd-6073-4a0f-adfd-b92a4968143e X-Archives-Hash: 1c8009197da120af8df0a8a4620273a2 commit: 2137a49dd6742a55a08ca9abe2d545de11a4de33 Author: Jonas Stein gentoo org> AuthorDate: Tue Feb 27 22:14:15 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Feb 27 22:14:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2137a49d media-fonts/source-han-sans: Fix SRC_URI Yngwin's folder is no longer available. Uploaded the tar balls to jstein's dev space. Closes: 638732 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-fonts/source-han-sans/source-han-sans-1.001.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild index 6c580044c54..ec8a1e36195 100644 --- a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild +++ b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,10 +10,10 @@ inherit font DESCRIPTION="Pan-CJK OpenType/CFF font family" HOMEPAGE="https://github.com/adobe-fonts/source-han-sans/" -SRC_URI="l10n_ja? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz ) - l10n_ko? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz ) - l10n_zh-CN? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz ) - l10n_zh-TW? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )" +SRC_URI="l10n_ja? ( https://dev.gentoo.org/~jstein/dist/${PN}-ja-${PV}.tar.xz ) + l10n_ko? ( https://dev.gentoo.org/~jstein/dist/${PN}-ko-${PV}.tar.xz ) + l10n_zh-CN? ( https://dev.gentoo.org/~jstein/dist/${PN}-zh_CN-${PV}.tar.xz ) + l10n_zh-TW? ( https://dev.gentoo.org/~jstein/dist/${PN}-zh_TW-${PV}.tar.xz )" LICENSE="Apache-2.0" SLOT="0"