Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/Humor-Sans/
Date: Sat, 10 Oct 2015 12:46:09
Message-Id: 1444479552.41dff9eb53e9e13cd6247ea33645093eb07ee2f6.mgorny@gentoo
1 commit: 41dff9eb53e9e13cd6247ea33645093eb07ee2f6
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Mon Sep 2 19:21:32 2013 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 12:19:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dff9eb
7
8 media-fonts/Humor-Sans: Simplify src_unpack
9
10 Package-Manager: portage-2.2.20.1
11
12 media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
16 index 371f4b9..6f6cfcb 100644
17 --- a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
18 +++ b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -20,5 +20,5 @@ FONT_S="${S}"
26 FONT_SUFFIX="ttf"
27
28 src_unpack() {
29 - cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}"
30 + cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}"
31 }