summaryrefslogtreecommitdiff
path: root/dev-tex/dot2texi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-tex/dot2texi
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-tex/dot2texi')
-rw-r--r--dev-tex/dot2texi/Manifest2
-rw-r--r--dev-tex/dot2texi/dot2texi-3.0.ebuild17
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-tex/dot2texi/Manifest b/dev-tex/dot2texi/Manifest
index 0d17fa953488..0a8babff3155 100644
--- a/dev-tex/dot2texi/Manifest
+++ b/dev-tex/dot2texi/Manifest
@@ -1,3 +1,3 @@
DIST dot2texi-3.0.zip 280478 BLAKE2B db664715f24a8e9f1bf4559feaf73fc935c7aa87682d8949cc665531641ae4f8c23a464171ef6f126a230fbb03a3f244e981b5da95c6afefaf7df071da0c03b8 SHA512 fa45a8545ac9b84553ab75cdaf82220efecbe83d24defc0194e93ba438f320d0a0198940e760525ae4da034bf1f8d105a512a470815d7d3495b23944af16fb9b
-EBUILD dot2texi-3.0.ebuild 1024 BLAKE2B e71892a3efdd44e23e84f625c4d0b4513db3b9596795d9bbacdc68fe4db4b6f1e04acd1551ada63d463d535d861d63c327c8efbf754fac0c911200d1e77dd71e SHA512 d58a4436d86fb12c614b768358b7d627ce053e4f89f5f5c754dfe0018609a570145755ad060e0b32d86aa0ead6c76fa874e91c160b1d01f2c55b9abf7c9f8e5e
+EBUILD dot2texi-3.0.ebuild 964 BLAKE2B 0bd510d02db415e50342159a69f1c78fb0b8e679bc0bdf2687958a9029e4cdf8940d610ec0d3ce7670e45de952ddf4a2d22ffcb63fc184a2e0fb1bda444c37c9 SHA512 e4bbb5f5cccac5f47ccb0371fdfc4485de92a3a81fb7977708892dc9e475c6e75b9f0b5bcdc2003391d17015d2d631c669bebd86dd9a5e8875eb6da76079632a
MISC metadata.xml 421 BLAKE2B 8aca92cf5f4103b74f6debd3f67ad74d441c5622583990778a5782d7b37867bd48ae298bebad603348a163f4324d1a9aa29824a7a2ccfd3cb11c8882852a72bb SHA512 023c4408aaf8d948b77a2cd4b5604ca1b942f77750da313d9b879187f39de59c5c21c0b1d74636865661f1441a282aeebe6d090c9d86cdb0c8618705e9def2ad
diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild
index e45b8a955732..f18a2c57e6c8 100644
--- a/dev-tex/dot2texi/dot2texi-3.0.ebuild
+++ b/dev-tex/dot2texi/dot2texi-3.0.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit latex-package
DESCRIPTION="Create graphs within LaTeX using the dot2tex tool"
-HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/dot2texi.html"
+HOMEPAGE="https://www.ctan.org/pkg/dot2texi"
# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/dot2texi.zip
SRC_URI="mirror://gentoo/${P}.zip"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="pgf pstricks examples"
DEPEND="app-arch/unzip"
@@ -22,10 +23,10 @@ RDEPEND="pstricks? ( dev-texlive/texlive-pstricks )
dev-texlive/texlive-latexextra
>=dev-tex/dot2tex-2.7.0"
-S="${WORKDIR}/${PN}"
-
TEXMF="/usr/share/texmf-site"
+S="${WORKDIR}/${PN}"
+
src_install() {
latex-package_src_doinstall sty pdf
@@ -33,7 +34,7 @@ src_install() {
dodoc ${PN}.tex
if use examples; then
- insinto "/usr/share/doc/${PF}/examples"
- doins examples/*
+ docinto examples
+ dodoc examples/*
fi
}