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 52988139083 for ; Tue, 12 Dec 2017 14:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74208E0EAF; Tue, 12 Dec 2017 14:10:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 52451E0EAF for ; Tue, 12 Dec 2017 14:10:58 +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 B87813416C7 for ; Tue, 12 Dec 2017 14:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DE5AE74 for ; Tue, 12 Dec 2017 14:10:55 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1513087703.95130a8ec2adbf4fe2d8a8f85c2ccff95125be19.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/opendesktop-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild X-VCS-Directories: media-fonts/opendesktop-fonts/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 95130a8ec2adbf4fe2d8a8f85c2ccff95125be19 X-VCS-Branch: master Date: Tue, 12 Dec 2017 14:10:55 +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: fc73c609-2fbb-43d8-ba5c-64331509333d X-Archives-Hash: a4dc5edf5971f3e318a00a91402035df commit: 95130a8ec2adbf4fe2d8a8f85c2ccff95125be19 Author: Akinori Hattori gentoo org> AuthorDate: Tue Dec 12 14:08:23 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Dec 12 14:08:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95130a8e media-fonts/opendesktop-fonts: update to EAPI 6 Package-Manager: Portage-2.3.13, Repoman-2.3.4 .../opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild b/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild index c949581a3a0..f7f8bcfbece 100644 --- a/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild +++ b/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI="6" + inherit font DESCRIPTION="Chinese TrueType Fonts" @@ -12,11 +14,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~x86-fbsd" IUSE="" -FONT_S="${S}" FONT_SUFFIX="ttf ttc" -FONT_CONF=( "69-odofonts.conf" +FONT_S="${S}" +FONT_CONF=( + "69-odofonts.conf" "80-odofonts-original.conf" "80-odofonts-simulate-MS-simplified-chinese.conf" - "80-odofonts-simulate-MS-triditional-chinese.conf" ) - + "80-odofonts-simulate-MS-triditional-chinese.conf" +) DOCS="AUTHORS Changelog*"