* [gentoo-commits] repo/gentoo:master commit in: app-text/dvibook/
@ 2017-01-21 1:54 Mike Frysinger
0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2017-01-21 1:54 UTC (permalink / raw
To: gentoo-commits
commit: d3a213c8374e6ea3a3d22d3dbe5ac2a0cbc3a49e
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 01:32:10 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 01:53:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a213c8
app-text/dvibook: update to EAPI=6
app-text/dvibook/dvibook-20001129.ebuild | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/app-text/dvibook/dvibook-20001129.ebuild b/app-text/dvibook/dvibook-20001129.ebuild
index 7bd5977..bfe0374 100644
--- a/app-text/dvibook/dvibook-20001129.ebuild
+++ b/app-text/dvibook/dvibook-20001129.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-inherit eutils
+EAPI="6"
+
+inherit toolchain-funcs
DESCRIPTION="DVI file utilities: dvibook, dviconcat, dvitodvi, and dviselect"
HOMEPAGE="http://www.ctan.org/tex-archive/dviware/dvibook/"
@@ -12,27 +13,25 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="dvibook"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-
IUSE=""
+
DEPEND="x11-misc/imake
x11-misc/gccmakedep
app-text/rman"
RDEPEND=""
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}.patch"
+)
src_compile() {
xmkmf -a || die "xmkmf failed"
- emake || die "emake failed"
+ emake CC="$(tc-getCC)"
}
src_install() {
- make DESTDIR=${D} install install.man || die
-
+ emake DESTDIR="${D}" install install.man
dodoc README
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-21 1:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-21 1:54 [gentoo-commits] repo/gentoo:master commit in: app-text/dvibook/ Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox