From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E2C713888F for ; Sat, 10 Oct 2015 12:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3947621C024; Sat, 10 Oct 2015 12:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9178321C024 for ; Sat, 10 Oct 2015 12:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F3CE34086C for ; Sat, 10 Oct 2015 12:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3155127A for ; Sat, 10 Oct 2015 12:46:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1444479552.41dff9eb53e9e13cd6247ea33645093eb07ee2f6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/Humor-Sans/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild X-VCS-Directories: media-fonts/Humor-Sans/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41dff9eb53e9e13cd6247ea33645093eb07ee2f6 X-VCS-Branch: master Date: Sat, 10 Oct 2015 12:46:01 +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: 74b6fe61-9383-4cf7-b629-a5c6f27ee778 X-Archives-Hash: f701ca452264f3d2cb1eeffa1e13ad84 commit: 41dff9eb53e9e13cd6247ea33645093eb07ee2f6 Author: Bertrand Jacquin jacquin bzh> AuthorDate: Mon Sep 2 19:21:32 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 10 12:19:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dff9eb media-fonts/Humor-Sans: Simplify src_unpack Package-Manager: portage-2.2.20.1 media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild index 371f4b9..6f6cfcb 100644 --- a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild +++ b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,5 +20,5 @@ FONT_S="${S}" FONT_SUFFIX="ttf" src_unpack() { - cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}" + cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}" }