* [gentoo-commits] repo/gentoo:master commit in: media-fonts/pcf2bdf/
@ 2019-10-19 19:00 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-19 19:00 UTC (permalink / raw
To: gentoo-commits
commit: ba1d226e066c03d6d4db683b699c4763979a42b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 18:58:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 18:58:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1d226e
media-fonts/pcf2bdf: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697308
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild b/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild
index ecaa05f44c6..c27ad5f8f8e 100644
--- a/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild
+++ b/media-fonts/pcf2bdf/pcf2bdf-1.04-r1.ebuild
@@ -1,9 +1,9 @@
-# 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 toolchain-funcs eutils
+inherit toolchain-funcs
DESCRIPTION="Converts PCF fonts to BDF fonts"
HOMEPAGE="http://www.tsg.ne.jp/GANA/S/pcf2bdf/"
@@ -16,20 +16,18 @@ IUSE=""
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-64bit.patch
- epatch "${FILESDIR}"/${P}-gzip.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-64bit.patch
+ "${FILESDIR}"/${P}-gzip.patch
+)
src_compile() {
- emake -f Makefile.gcc CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" || die "emake failed"
+ emake -f Makefile.gcc CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}"
}
src_install() {
emake -f Makefile.gcc \
- PREFIX="${D}/usr" \
- MANPATH="${D}/usr/share/man/man1" \
- install || die
+ PREFIX="${ED}/usr" \
+ MANPATH="${ED}/usr/share/man/man1" \
+ install
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-19 19:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-19 19:00 [gentoo-commits] repo/gentoo:master commit in: media-fonts/pcf2bdf/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox