* [gentoo-commits] repo/gentoo:master commit in: media-fonts/cheapskatefonts/
@ 2019-10-19 16:45 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2019-10-19 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 2ede9b1bae31b6c9da210ad9562d7ea4cb0bacde
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 16:44:53 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:44:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ede9b1b
media-fonts/cheapskatefonts: Port to EAPI 7
Bug: https://bugs.gentoo.org/697302
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../cheapskatefonts/cheapskatefonts-1.0.ebuild | 24 ++++++++--------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild b/media-fonts/cheapskatefonts/cheapskatefonts-1.0.ebuild
index 28ce35dbaa9..c90ad093205 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-19 16:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-19 16:45 [gentoo-commits] repo/gentoo:master commit in: media-fonts/cheapskatefonts/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox