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 2A6941382C5 for ; Sun, 21 Mar 2021 19:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79346E086A; Sun, 21 Mar 2021 19:06:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 63D49E086A for ; Sun, 21 Mar 2021 19:06:39 +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 6AB57335C8E for ; Sun, 21 Mar 2021 19:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B275B637 for ; Sun, 21 Mar 2021 19:06:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616353564.678d0a9f247443eab3e3824b8f9b2885ac73683a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/lklug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/lklug/lklug-0.6-r1.ebuild X-VCS-Directories: media-fonts/lklug/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 678d0a9f247443eab3e3824b8f9b2885ac73683a X-VCS-Branch: master Date: Sun, 21 Mar 2021 19:06:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2256db8-15ce-473f-8f55-4a1fbf9a2102 X-Archives-Hash: 629f9e6f834a36498d58b7c481532674 commit: 678d0a9f247443eab3e3824b8f9b2885ac73683a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 16:33:25 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 19:06:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678d0a9f media-fonts/lklug: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/lklug/lklug-0.6-r1.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/media-fonts/lklug/lklug-0.6-r1.ebuild b/media-fonts/lklug/lklug-0.6-r1.ebuild index 956e033f45d..4baad572e76 100644 --- a/media-fonts/lklug/lklug-0.6-r1.ebuild +++ b/media-fonts/lklug/lklug-0.6-r1.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 +MY_P="ttf-sinhala-${P}" inherit font -MY_P="ttf-sinhala-${P}" -DESCRIPTION="Sinhala font" -HOMEPAGE="http://sinhala.sourceforge.net" +DESCRIPTION="Unicode Sinhala font" +HOMEPAGE="http://sinhala.sourceforge.net/" SRC_URI="http://sinhala.sourceforge.net/files/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86" IUSE="" -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" +DOCS=( README.fonts ) FONT_SUFFIX="ttf" - -DOCS="README.fonts"