dev-tex/frakturx: Bump EAPI to 7.
authorUlrich Müller <ulm@gentoo.org>
Sun, 8 Sep 2019 17:30:19 +0000 (19:30 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 8 Sep 2019 17:31:57 +0000 (19:31 +0200)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
dev-tex/frakturx/frakturx-20070103-r1.ebuild [moved from dev-tex/frakturx/frakturx-20070103.ebuild with 87% similarity]

similarity index 87%
rename from dev-tex/frakturx/frakturx-20070103.ebuild
rename to dev-tex/frakturx/frakturx-20070103-r1.ebuild
index 63362482bc6ea2cd761204dfb2db334de74df997..1337f54ac2131db954878f5eadaaa04afa05cce9 100644 (file)
@@ -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
 }