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 E206E138EE3 for ; Fri, 18 May 2018 20:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC60AE07F2; Fri, 18 May 2018 20:52:25 +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 8AE77E07F2 for ; Fri, 18 May 2018 20:52:25 +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 7C6F0335C77 for ; Fri, 18 May 2018 20:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE8F257 for ; Fri, 18 May 2018 20:52:21 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1526676734.d8da7abbba05d10ad508117d1860cb72badddd16.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-code/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/fira-code/fira-code-1.205.ebuild X-VCS-Directories: media-fonts/fira-code/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d8da7abbba05d10ad508117d1860cb72badddd16 X-VCS-Branch: master Date: Fri, 18 May 2018 20:52:21 +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: b2060cc3-89d6-407c-8752-2956bd8dd567 X-Archives-Hash: f60c1192e722b0e1ae1aaab03df19387 commit: d8da7abbba05d10ad508117d1860cb72badddd16 Author: Johannes Huber gentoo org> AuthorDate: Fri May 18 20:43:08 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 18 20:52:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8da7abb media-fonts/fira-code: Re-order src_prepare Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-fonts/fira-code/fira-code-1.205.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-fonts/fira-code/fira-code-1.205.ebuild b/media-fonts/fira-code/fira-code-1.205.ebuild index 5c694368809..de76a1c6fca 100644 --- a/media-fonts/fira-code/fira-code-1.205.ebuild +++ b/media-fonts/fira-code/fira-code-1.205.ebuild @@ -7,7 +7,8 @@ inherit font DESCRIPTION="Monospaced font with programming ligatures" HOMEPAGE="https://github.com/tonsky/FiraCode" -SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip" +SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz +https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip" LICENSE="OFL-1.1" SLOT="0" @@ -21,7 +22,6 @@ FONT_SUFFIX="otf" DOCS="README.md" src_prepare() { - mv "${WORKDIR}"/*.otf "${FONT_S}" || die - default + mv "${WORKDIR}"/*.otf "${FONT_S}" || die }