Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/
Date: Sat, 08 Sep 2018 09:22:07
Message-Id: 1536398505.9f2c7aeed183c8c92f976239d28a1b5e64275c61.sping@gentoo
1 commit: 9f2c7aeed183c8c92f976239d28a1b5e64275c61
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 8 09:11:04 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 8 09:21:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2c7aee
7
8 app-text/dvisvgm: 2.6
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 app-text/dvisvgm/Manifest | 1 +
13 app-text/dvisvgm/dvisvgm-2.6.ebuild | 45 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 46 insertions(+)
15
16 diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
17 index f5558761f7f..5226a41f857 100644
18 --- a/app-text/dvisvgm/Manifest
19 +++ b/app-text/dvisvgm/Manifest
20 @@ -6,3 +6,4 @@ DIST dvisvgm-2.3.5.tar.gz 2897194 BLAKE2B 7661d6f5ac097a6dc62cf873dee84ec47b55e4
21 DIST dvisvgm-2.4.2.tar.gz 2918538 BLAKE2B 373e2e6a017189dc130cc40f9abfd4601a1764400858860104e764757e93758a7d12c6b8125d684ba7a9d4bb21fe2820007852ea2e46f57cd3fe7d61d2a4d63b SHA512 9c2dbf088244898ce86a177d81cbf67bbae2df8703dce686016e2b455f6eea516751e84521f8097b82bd6a9e5b294043e3ee38cd470ff6ac1633a976828b99fc
22 DIST dvisvgm-2.4.tar.gz 2850942 BLAKE2B c1cdb4aed954bcb5704b83deba087403f366f0139b053b599029d103bd85306e58c7bffb1228d3ace02fd3be91eff002e6d1e45105bb8ccaa85945ba7bbf5210 SHA512 84f51fa8cbf0a32efe667321102b1705c613cc697d86d00df2e044cd97b1f390e1552af7da2891792ccef634507bbc6922f92f194f5acb7d05a48e268e708396
23 DIST dvisvgm-2.5.tar.gz 2911331 BLAKE2B b9ee90f5e34784d690f6a9a80dd1cdc4ce516f1e50722a93a0ea6e03da4f60f1bb983fa8abd8e670b2719afbf3197e6483a5c401fa1d668f79569d6a21701be2 SHA512 a722abb94c93ed8f7a6a91730639b7471b37c8c215297efe2ee071ff31829911c49253f17ccbb01dcea578ff55f2b179d85a0d9d32f65ed34ab18455e844578e
24 +DIST dvisvgm-2.6.tar.gz 2978741 BLAKE2B 342da9c26d05cf319053206d84e8c12ec3f3984b515f8fa6483a1ce5bf1748477f1119e8e03847a28c6458ba25229fd735a63122257450612fcc226a2e871441 SHA512 02fc3a92fe80d7146a1bc84eaa28fac714f533d9bcc3847993da978a66f533400c2c03019bb5efb3c16fcbf6774c565b1f6149cd15f4e04ae05304f879392b05
25
26 diff --git a/app-text/dvisvgm/dvisvgm-2.6.ebuild b/app-text/dvisvgm/dvisvgm-2.6.ebuild
27 new file mode 100644
28 index 00000000000..f4c0ba5ab26
29 --- /dev/null
30 +++ b/app-text/dvisvgm/dvisvgm-2.6.ebuild
31 @@ -0,0 +1,45 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit toolchain-funcs flag-o-matic
38 +
39 +DESCRIPTION="Converts DVI files to SVG"
40 +HOMEPAGE="http://dvisvgm.bplaced.net/"
41 +SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz"
42 +
43 +LICENSE="GPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~hppa ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
46 +IUSE="test"
47 +# Tests don't work from $WORKDIR: kpathsea tries to search in relative
48 +# directories from where the binary is executed.
49 +# We cannot really use absolute paths in the kpathsea configuration since that
50 +# would make it harder for prefix installs.
51 +RESTRICT="test"
52 +
53 +# TODO unbundle app-arch/brotli
54 +RDEPEND="virtual/tex-base
55 + >=app-arch/brotli-1.0.5
56 + app-text/ghostscript-gpl
57 + dev-libs/kpathsea:=
58 + >=dev-libs/xxhash-0.6.5
59 + >=media-gfx/potrace-1.10-r1
60 + media-libs/freetype:2
61 + >=media-libs/woff2-1.0.2
62 + dev-libs/kpathsea
63 + sys-libs/zlib"
64 +DEPEND="${RDEPEND}
65 + app-text/xmlto
66 + app-text/asciidoc
67 + dev-libs/libxslt
68 + virtual/pkgconfig
69 + test? ( dev-cpp/gtest )"
70 +
71 +src_configure() {
72 + local myargs=(
73 + --without-ttfautohint
74 + )
75 + econf "${myargs[@]}"
76 +}