mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-tex/dvipost: EAPI bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
38
dev-tex/dvipost/dvipost-1.1-r3.ebuild
Normal file
38
dev-tex/dvipost/dvipost-1.1-r3.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit latex-package eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="post processor for dvi files"
|
||||
HOMEPAGE="http://efeu.cybertec.at/index_en.html"
|
||||
SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
tc-export CC
|
||||
eapply "${FILESDIR}"/${PV}-ldflags.patch
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin dvipost
|
||||
dosym dvipost /usr/bin/pptex
|
||||
dosym dvipost /usr/bin/pplatex
|
||||
|
||||
insinto ${TEXMF}/tex/latex/misc/
|
||||
insopts -m0644
|
||||
doins dvipost.sty
|
||||
|
||||
dodoc dvipost.doc CHANGELOG NOTES README dvipost.html
|
||||
newman "${S}"/dvipost.man dvipost.1
|
||||
}
|
||||
Reference in New Issue
Block a user