summaryrefslogtreecommitdiff
path: root/media-fonts/unfonts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /media-fonts/unfonts
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'media-fonts/unfonts')
-rw-r--r--media-fonts/unfonts/Manifest2
-rw-r--r--media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild16
2 files changed, 9 insertions, 9 deletions
diff --git a/media-fonts/unfonts/Manifest b/media-fonts/unfonts/Manifest
index 96e5ef8337ce..4480a1774e3f 100644
--- a/media-fonts/unfonts/Manifest
+++ b/media-fonts/unfonts/Manifest
@@ -1,3 +1,3 @@
DIST un-fonts-core-1.0.2-080608-r1.tar.gz 20117428 BLAKE2B 9b14a194e71aab389b7f72819238398df672fb457420db7dbea9214324b1286a5be44f7f8cdbd67dd9de93f77d350fd6ed2146d4471e0c761a1476d114f97024 SHA512 ab7c394931b5dcc6a7f6db89b69928ee769cffcca08e1266ecf4864bfea06d9dacc45c4d821786de8dad04b84b0de78a9db84bfcbb0ec506999dbb791570d941
-EBUILD unfonts-1.0.2_pre080608-r1.ebuild 509 BLAKE2B 0dd3bf5588e9a26f76fdde83244dd769ca549915f9c09dab9b8da2ecaa6dc6b503a563f47053e730fdb54b1cc1f4c6b6f7e37ac9439b5a173dbe9e3bf630a9a6 SHA512 a4e0ff757061f84e986f284c974283febb3c7f758dd6360d471bc34a1bf59f8dfd7d8084573c42979809bfceb6aa316c34f417593a560d0aff4bf5cad945613f
+EBUILD unfonts-1.0.2_pre080608-r1.ebuild 512 BLAKE2B d822d10ad15d111434d9a2cda179472fc89f17a8a6cde4e6a03be9382f6fceb0f01382bd55dae2ce62a9e1b29eb9170a71a7742d0bd922dc29767e36cf3739b3 SHA512 4370997866a518a62d8ce329b284838a58c0b2d2d5e0d28b943d6f65395dbef1962f1b756a850bdc706c6958b843e272cca05bb55d5657b694c00141892eab36
MISC metadata.xml 325 BLAKE2B 23152e65f27b271d7bf65bdc6441a3ed2788f95efd9b59a463054c74e39f57e0be4124a52c1d34fde0fcbea3cba763740dfb745201bb4bf06db310b3bc822c44 SHA512 da7a53ea557206d262ea9596322cee71cf5a5f433b8c96a353305b343000cb782ccc7f73197786cb7b1664b3cc7d85dbf84670f4d4dbcf3f57d428d4dae5d0b4
diff --git a/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild b/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild
index dc3701816864..965747716b03 100644
--- a/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild
+++ b/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
MY_PN="un-fonts"
-MY_PV=${PV/_pre/-}
-S=${WORKDIR}/${MY_PN}
+MY_PV="${PV/_pre/-}"
DESCRIPTION="Korean Un fonts collection"
HOMEPAGE="http://kldp.net/projects/unfonts/"
@@ -17,9 +16,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
-
-FONT_SUFFIX="ttf"
-FONT_S=${S}
-
# Only installs fonts
RESTRICT="strip binchecks"
+
+S="${WORKDIR}/${MY_PN}"
+
+FONT_SUFFIX="ttf"
+FONT_S="${S}"