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 B98CC13888F for ; Sun, 4 Oct 2015 10:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4883E087F; Sun, 4 Oct 2015 10:59:13 +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 4FB95E087F for ; Sun, 4 Oct 2015 10:59:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EB5E340928 for ; Sun, 4 Oct 2015 10:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2332E4C1 for ; Sun, 4 Oct 2015 10:59:10 +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: <1443956332.345da67d5ddeffcb7253af320e2a121690aec53f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild X-VCS-Directories: games-emulation/mupen64plus-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 345da67d5ddeffcb7253af320e2a121690aec53f X-VCS-Branch: master Date: Sun, 4 Oct 2015 10:59:10 +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: 7f6df5d0-624a-4ea3-98df-cecc65baf23f X-Archives-Hash: b1c0adcf931218e16b5ab8a3f55d44dd commit: 345da67d5ddeffcb7253af320e2a121690aec53f Author: Michał Górny gentoo org> AuthorDate: Sun Oct 4 10:58:52 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 4 10:58:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345da67d games-emulation/mupen64plus-core: Use DejaVu font, #548214 Use DejaVu Sans instead of deprecated BitStream Vera for OSD. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=548214 Package-Manager: portage-2.2.22 .../{mupen64plus-core-2.5.ebuild => mupen64plus-core-2.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild similarity index 96% rename from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild rename to games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild index a279007..1954420 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND="media-libs/libpng:0= sys-libs/zlib:0=[minizip] lirc? ( app-misc/lirc:0 ) osd? ( - media-fonts/ttf-bitstream-vera + media-fonts/dejavu media-libs/freetype:2= virtual/opengl:0= virtual/glu:0= @@ -107,6 +107,6 @@ src_install() { local font_path=/usr/share/mupen64plus/font.ttf rm "${D%/}/${font_path}" || die if use osd; then - dosym /usr/share/fonts/ttf-bitstream-vera/Vera.ttf "${font_path}" + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${font_path}" fi }