summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-21 17:23:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-21 20:06:03 +0100
commitecda6ad64e329b53dd6b4d561e10d07886405073 (patch)
treee9277346c1a0ca490f25d22d7701f9bf9b3b901b /media-fonts
parentmedia-fonts/cm-unicode: EAPI-7 bump, fix HOMEPAGE (diff)
downloadgentoo-ecda6ad64e329b53dd6b4d561e10d07886405073.tar.gz
gentoo-ecda6ad64e329b53dd6b4d561e10d07886405073.tar.bz2
gentoo-ecda6ad64e329b53dd6b4d561e10d07886405073.zip
media-fonts/noto-cjk: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/noto-cjk/noto-cjk-20190416.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/media-fonts/noto-cjk/noto-cjk-20190416.ebuild b/media-fonts/noto-cjk/noto-cjk-20190416.ebuild
index 374927cc510e..cda442f4370d 100644
--- a/media-fonts/noto-cjk/noto-cjk-20190416.ebuild
+++ b/media-fonts/noto-cjk/noto-cjk-20190416.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
+COMMIT="be6c059ac1587e556e2412b27f5155c8eb3ddbe6"
inherit font
DESCRIPTION="Google's CJK font family"
HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlei18n/noto-cjk"
-
-COMMIT="be6c059ac1587e556e2412b27f5155c8eb3ddbe6"
SRC_URI="https://github.com/googlei18n/noto-cjk/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="OFL-1.1"
SLOT="0"
@@ -17,11 +18,5 @@ IUSE=""
RESTRICT="binchecks strip"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-FONT_S="${S}"
+FONT_CONF=( "${FILESDIR}/70-noto-cjk.conf" ) # From ArchLinux
FONT_SUFFIX="ttc"
-FONT_CONF=(
- # From ArchLinux
- "${FILESDIR}/70-noto-cjk.conf"
-)