summaryrefslogtreecommitdiff
path: root/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild
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/cheapskatefonts/cheapskatefonts-1.0.ebuild
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild')
-rw-r--r--media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild24
1 files changed, 8 insertions, 16 deletions
diff --git a/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild b/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild
index 28ce35dbaa9a..c90ad093205b 100644
--- a/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild
+++ b/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild
@@ -1,13 +1,14 @@
-# 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
DESCRIPTION="Dustismo's decorative font collection"
HOMEPAGE="http://www.dustismo.com/site/fonts.html"
-SRC_URI="http://www.dustismo.com/fonts/Domestic_Manners.zip
+SRC_URI="
+ http://www.dustismo.com/fonts/Domestic_Manners.zip
http://www.dustismo.com/fonts/PenguinAttack.zip
http://www.dustismo.com/fonts/Dustismo.zip
http://www.dustismo.com/fonts/El_Abogado_Loco.zip
@@ -23,19 +24,10 @@ SRC_URI="http://www.dustismo.com/fonts/Domestic_Manners.zip
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc s390 sh sparc x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
-S=${WORKDIR}
-FONT_S=${S}
-FONT_SUFFIX="ttf"
+S="${WORKDIR}"
-src_unpack() {
- for zip in ${A} ; do
- echo ">>> Unpacking ${zip} to ${WORKDIR}"
- unzip -n ${DISTDIR}/${zip} > /dev/null \
- || die "failed to unpack ${zip}"
- done
-}
+FONT_S="${S}"
+FONT_SUFFIX="ttf"