commit:     75a83bb5d9ed504599747325afe38fed7fff5d5f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 17:30:19 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 17:31:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a83bb5

dev-tex/frakturx: Bump EAPI to 7.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...frakturx-20070103.ebuild => frakturx-20070103-r1.ebuild} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

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 63362482bc6..1337f54ac21 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
 }

Reply via email to