From: Ulrich Müller Date: Sun, 8 Sep 2019 17:30:19 +0000 (+0200) Subject: dev-tex/frakturx: Bump EAPI to 7. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75a83bb5d9ed504599747325afe38fed7fff5d5f;p=gentoo.git dev-tex/frakturx: Bump EAPI to 7. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- diff --git a/dev-tex/frakturx/frakturx-20070103.ebuild b/dev-tex/frakturx/frakturx-20070103-r1.ebuild similarity index 87% rename from dev-tex/frakturx/frakturx-20070103.ebuild rename to dev-tex/frakturx/frakturx-20070103-r1.ebuild index 63362482bc6e..1337f54ac213 100644 --- a/dev-tex/frakturx/frakturx-20070103.ebuild +++ b/dev-tex/frakturx/frakturx-20070103-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit latex-package @@ -24,17 +24,16 @@ SRC_URI="mirror://gentoo/${P}-base.zip LICENSE="LPPL-1.2 free-noncomm" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" TEXMF="/usr/share/texmf-site" src_prepare() { + default # remove spurious files, so that doins -r is possible later - find . -type f -name '.*' | xargs rm -f + find . -type f -name '.*' | xargs rm -f || die } src_install() { @@ -55,5 +54,5 @@ src_install() { dodoc -r doc/fonts/fraktur/* # symlink for texdoc - dosym /usr/share/doc/${PF} ${TEXMF}/doc/fonts/fraktur + dosym ../../../doc/${PF} ${TEXMF}/doc/fonts/fraktur }