public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/
Date: Sat, 24 Feb 2018 17:07:43 +0000 (UTC)	[thread overview]
Message-ID: <1519491970.bb77fdf6d3b93d86963ea317a9abd62b11ac36ea.sping@gentoo> (raw)

commit:     bb77fdf6d3b93d86963ea317a9abd62b11ac36ea
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 17:06:10 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 17:06:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb77fdf6

app-text/dvisvgm: 2.3.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/dvisvgm/Manifest             |  1 +
 app-text/dvisvgm/dvisvgm-2.3.3.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
index 81a5c70afae..62e73150603 100644
--- a/app-text/dvisvgm/Manifest
+++ b/app-text/dvisvgm/Manifest
@@ -6,4 +6,5 @@ DIST dvisvgm-2.2.3.tar.gz 2813537 BLAKE2B 0cc2625c779d22dceef8b26c0e977086601f24
 DIST dvisvgm-2.2.tar.gz 2841354 BLAKE2B 713257347b258338b8ebf408ee6affddef4a53b51621496cb64638e295a27f90ea03f6d752b692f609429f1e5220363f866e4bbff3e82de1f4a03494ded3052e SHA512 310b3272f41d3378ddfb5663d4b6906f7b1cd1dfbbcff0ad249b27c5c37290c5eb496ec84a536f3166a51de4708f6069da9c6811bb7fc9e667d00b1c3aaafd53
 DIST dvisvgm-2.3.1.tar.gz 2854014 BLAKE2B 7df3090e53e5ea11338b5d439f52fad0aecb0658e048792565239fb6121ac05605dd992f9dcaefcc1cfad2c35d0194abdad66173d6c4b9199ab926bb02d93ad9 SHA512 ea105c343bc37b178afca41a20a167fac52341083881866585c12d965961cbbcd3f1580dcb5d5c8b42326c0872b2513bc9d5763942dd2631dd404097ea3b26a6
 DIST dvisvgm-2.3.2.tar.gz 2805466 BLAKE2B 45f82ed650bd18d4ee17bd4ef7df778503e90955a509ce1172a131ae79c6842a478af5911b90fa9f6cd537ba7245a317ac188159bcdd9d77dcf32746f1c1781a SHA512 a4b4ed978ce940eb918b3d053dddec1eac20cf9f6abb68de24c94ea2762d473004eb64a0dfca40b4cb7d5b208c70132ad8eea617533f83e46282ee405c9c5939
+DIST dvisvgm-2.3.3.tar.gz 2805568 BLAKE2B 9823d2a8d3b736dfbbfbe0e5d51fb20bf61b4a8d236cc24fadd6e8a918f8f8305dedc23f6d7146574f9302a006a50e33621d350425e1b3c65d780d1354e7b239 SHA512 1b170b5979049f30aaaa5a85d8b5555e87a7af987298980d25c77aebd95b6be56a8518986b8a6eb2215b6dbd32dfbdfdcecb0c81f9d5ffa856370da1b324ed18
 DIST dvisvgm-2.3.tar.gz 2816291 BLAKE2B 3c804b49d9a5447063cd70646d0c6bdb56bf7f457aa84a4ef535341e2b5b9bea2b3dbb3209c3afebb5ebaea04300b5784b25ed244145a1afd6a8a4974326c914 SHA512 b1efc505db2c52471306eca099285c35685cf92d0f084a46daa476423d3706a2a3260584f9fdcc5722630a49b4178c9bd36d6cd8019a5b4c9f3759468e8e8313

diff --git a/app-text/dvisvgm/dvisvgm-2.3.3.ebuild b/app-text/dvisvgm/dvisvgm-2.3.3.ebuild
new file mode 100644
index 00000000000..e2eec8fc99a
--- /dev/null
+++ b/app-text/dvisvgm/dvisvgm-2.3.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Converts DVI files to SVG"
+HOMEPAGE="http://dvisvgm.bplaced.net/"
+SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+# Tests don't work from $WORKDIR: kpathsea tries to search in relative
+# directories from where the binary is executed.
+# We cannot really use absolute paths in the kpathsea configuration since that
+# would make it harder for prefix installs.
+RESTRICT="test"
+
+# TODO unbundle app-arch/brotli
+RDEPEND="virtual/tex-base
+	app-text/ghostscript-gpl
+	dev-libs/kpathsea:=
+	>=media-gfx/potrace-1.10-r1
+	media-libs/freetype:2
+	dev-libs/kpathsea
+	sys-libs/zlib"
+DEPEND="${RDEPEND}
+	app-text/xmlto
+	app-text/asciidoc
+	dev-libs/libxslt
+	virtual/pkgconfig
+	test? ( dev-cpp/gtest )"
+
+src_configure() {
+	local myargs=(
+		--without-ttfautohint
+	)
+	econf "${myargs[@]}"
+}


             reply	other threads:[~2018-02-24 17:07 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24 17:07 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 10:28 [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/ Sam James
2024-06-16 10:14 Sam James
2024-06-16 10:14 Sam James
2024-06-14 18:05 Sam James
2024-06-14 17:29 Sam James
2024-06-14 17:29 Sam James
2024-06-14 17:20 Sam James
2024-06-14 17:20 Sam James
2024-06-14 14:42 Arthur Zamarin
2024-01-22 13:12 Sam James
2023-12-30  3:04 Sam James
2023-12-30  3:04 Sam James
2023-12-30  3:04 Sam James
2023-12-30  3:04 Sam James
2023-12-29 23:32 Sam James
2023-10-13 15:00 Sam James
2023-10-09 21:45 Sam James
2023-10-09  6:18 Sam James
2023-10-09  4:57 Sam James
2023-10-09  4:46 Sam James
2023-10-09  4:36 Sam James
2023-07-06 23:39 Sam James
2023-06-10  7:08 Sam James
2023-06-09 19:08 Arthur Zamarin
2023-06-09 16:35 Arthur Zamarin
2023-06-09 16:20 Arthur Zamarin
2023-06-09 14:29 Sam James
2023-06-09 14:10 Arthur Zamarin
2023-06-09 14:02 Arthur Zamarin
2023-06-09 14:00 Arthur Zamarin
2023-03-10  9:55 Sam James
2023-03-10  9:55 Sam James
2023-01-10 15:05 Sam James
2022-12-08  7:38 WANG Xuerui
2022-12-02 17:22 Arthur Zamarin
2022-11-25 20:40 Arthur Zamarin
2022-11-25 10:48 Arthur Zamarin
2022-11-25 10:37 Arthur Zamarin
2022-11-25 10:13 Arthur Zamarin
2022-11-25  9:31 Sam James
2022-11-25  9:29 Arthur Zamarin
2022-11-25  9:13 Arthur Zamarin
2022-01-25  4:06 Sam James
2022-01-20 12:09 Sam James
2022-01-20 12:08 Sam James
2021-12-06 15:25 Sam James
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-05 18:39 Sam James
2021-12-05  5:20 Sam James
2021-08-18 19:39 Sam James
2021-07-20 20:42 Marek Szuba
2021-02-19 16:22 Sam James
2021-02-18 23:25 Sam James
2021-02-18 17:16 Sam James
2021-02-18 17:15 Sam James
2021-02-18 17:14 Sam James
2021-02-18 17:14 Sam James
2021-02-18 17:12 Sam James
2021-01-15  1:02 Sam James
2021-01-15  1:02 Sam James
2021-01-15  0:50 Sam James
2021-01-15  0:01 Sam James
2021-01-14 23:59 Sam James
2021-01-13 19:28 Sergei Trofimovich
2021-01-13  9:18 Sam James
2021-01-12 22:38 Sam James
2021-01-12 22:37 Sam James
2021-01-12 19:01 Sam James
2021-01-12 12:51 Sam James
2020-10-23 10:51 Alexis Ballier
2020-08-24  1:57 Sam James
2019-04-22 16:16 Sebastian Pipping
2019-04-22 16:16 Sebastian Pipping
2019-04-22 16:16 Sebastian Pipping
2018-10-19 21:31 Sebastian Pipping
2018-10-14 13:14 Sebastian Pipping
2018-09-08  9:22 Sebastian Pipping
2018-09-08  9:22 Sebastian Pipping
2018-08-15 13:19 Sebastian Pipping
2018-08-08 16:41 Sebastian Pipping
2018-07-20 13:13 Sebastian Pipping
2018-05-03 19:46 Sebastian Pipping
2018-03-28 17:01 Sebastian Pipping
2018-03-21  6:48 Matt Turner
2018-03-14 18:42 Sebastian Pipping
2018-03-14 18:42 Sebastian Pipping
2018-02-11 14:23 Sebastian Pipping
2018-01-14 18:10 Sebastian Pipping
2017-12-31 19:06 Sebastian Pipping
2017-12-12 23:04 Sebastian Pipping
2017-11-19 15:54 Sebastian Pipping
2017-11-13 16:11 Sebastian Pipping
2017-10-20 19:30 Sebastian Pipping
2017-06-30  7:34 Sergei Trofimovich
2017-06-24  9:12 Markus Meier
2017-06-20 14:56 Tobias Klausmann
2017-06-17 11:11 Alexis Ballier
2017-06-12 12:41 Agostino Sarubbo
2017-02-22 12:38 Sebastian Pipping
2017-02-12 16:19 Sebastian Pipping
2017-02-07 16:51 Sebastian Pipping
2017-01-31 16:02 Jeroen Roovers
2017-01-19 18:51 Sebastian Pipping
2017-01-06  8:39 Alexis Ballier
2017-01-06  8:39 Alexis Ballier
2015-11-23  9:25 Agostino Sarubbo
2015-11-16 14:19 Agostino Sarubbo
2015-11-13  9:42 Agostino Sarubbo
2015-11-07 12:14 Markus Meier
2015-09-23 12:52 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519491970.bb77fdf6d3b93d86963ea317a9abd62b11ac36ea.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox