public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/vc-fonts/
Date: Sat, 19 Oct 2019 20:12:02 +0000 (UTC)	[thread overview]
Message-ID: <1571515886.afe45c3c3c60dc1bc00caf40ba65dc0edbf29fc0.soap@gentoo> (raw)

commit:     afe45c3c3c60dc1bc00caf40ba65dc0edbf29fc0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 20:11:26 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 20:11:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe45c3c

media-fonts/vc-fonts: Port to EAPI 7

Bug: https://bugs.gentoo.org/697308
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild | 33 ++++++++++++------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild b/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild
index 2ac1d4fc994..8f608d88773 100644
--- a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild
+++ b/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild
@@ -1,33 +1,32 @@
-# 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 font-ebdftopcf
 
 DESCRIPTION="Vico bitmap Fonts"
-SRC_URI="http://vico.kleinplanet.de/files/${P}.tar.bz2
-		mirror://gentoo/bleed3.bdf.gz"
 HOMEPAGE="http://vico.kleinplanet.de/"
+SRC_URI="
+	http://vico.kleinplanet.de/files/${P}.tar.bz2
+	mirror://gentoo/bleed3.bdf.gz"
 
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
 LICENSE="GPL-2"
-SLOT=0
-IUSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
+# Only installs fonts
+RESTRICT="strip binchecks"
 
 S="${WORKDIR}/vc"
-FONT_S="${S}"
+
 FONT_PN="vc"
-FONTDIR="/usr/share/fonts/${FONT_PN}"
+FONT_S="${S}"
 FONT_SUFFIX="bdf pcf.gz"
+FONTDIR="/usr/share/fonts/${FONT_PN}"
 
-#Only installs fonts
-RESTRICT="strip binchecks"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
+	default
 
-	mv "${WORKDIR}"/bleed3.bdf "${S}"
-	rm bleed2.pcf.gz
+	mv ../bleed3.bdf . || die
+	rm bleed2.pcf.gz || die
 }


                 reply	other threads:[~2019-10-19 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571515886.afe45c3c3c60dc1bc00caf40ba65dc0edbf29fc0.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox