diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-09-08 19:30:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-09-08 19:31:57 +0200 |
commit | 75a83bb5d9ed504599747325afe38fed7fff5d5f (patch) | |
tree | e844e93b4238c0410a9de83c16ccce75ff7e2755 /dev-tex/frakturx | |
parent | dev-tex/hyphen_show: Bump EAPI to 7. (diff) | |
download | gentoo-75a83bb5d9ed504599747325afe38fed7fff5d5f.tar.gz gentoo-75a83bb5d9ed504599747325afe38fed7fff5d5f.tar.bz2 gentoo-75a83bb5d9ed504599747325afe38fed7fff5d5f.zip |
dev-tex/frakturx: Bump EAPI to 7.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-tex/frakturx')
-rw-r--r-- | dev-tex/frakturx/frakturx-20070103-r1.ebuild (renamed from dev-tex/frakturx/frakturx-20070103.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-tex/frakturx/frakturx-20070103.ebuild b/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 } |