diff options
author | Sebastian Pipping <sping@gentoo.org> | 2019-04-22 18:02:02 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-04-22 18:16:04 +0200 |
commit | f22f225e65f6fd1dc786c347ef19a99ebebf3095 (patch) | |
tree | 469d5baec6bf173374835d2f4b58328db719379e /app-text/dvisvgm | |
parent | media-gfx/gimp: 2.10.10 + de-ltprune + eapi7-ver + sync 9999 (diff) | |
download | gentoo-f22f225e65f6fd1dc786c347ef19a99ebebf3095.tar.gz gentoo-f22f225e65f6fd1dc786c347ef19a99ebebf3095.tar.bz2 gentoo-f22f225e65f6fd1dc786c347ef19a99ebebf3095.zip |
app-text/dvisvgm: 2.7 + fix homepage
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Diffstat (limited to 'app-text/dvisvgm')
-rw-r--r-- | app-text/dvisvgm/Manifest | 1 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-1.10.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.3.4.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.3.5.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.4.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.5.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.6.ebuild | 4 | ||||
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.7.ebuild | 45 |
12 files changed, 66 insertions, 20 deletions
diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest index 00833d61f0e6..127b4e627178 100644 --- a/app-text/dvisvgm/Manifest +++ b/app-text/dvisvgm/Manifest @@ -8,3 +8,4 @@ DIST dvisvgm-2.4.tar.gz 2850942 BLAKE2B c1cdb4aed954bcb5704b83deba087403f366f013 DIST dvisvgm-2.5.tar.gz 2911331 BLAKE2B b9ee90f5e34784d690f6a9a80dd1cdc4ce516f1e50722a93a0ea6e03da4f60f1bb983fa8abd8e670b2719afbf3197e6483a5c401fa1d668f79569d6a21701be2 SHA512 a722abb94c93ed8f7a6a91730639b7471b37c8c215297efe2ee071ff31829911c49253f17ccbb01dcea578ff55f2b179d85a0d9d32f65ed34ab18455e844578e DIST dvisvgm-2.6.1.tar.gz 2911596 BLAKE2B 8dfe85140db4b462c1721a8bad322d52535a0fced4bb8c374c342bd4ca8fe5cf6dfa5751a8a8070b9ce622ab7bb7df14985802c596fdc387f90febc80151fbd6 SHA512 791183f92ec4733574614fd5b8b4247a7b766b62b1aa7b1444d508d0358178b1447b24fb51d09948d99552c2cb7ed3a0f9bce0416b66de8a4835f85476bbdb25 DIST dvisvgm-2.6.tar.gz 2978741 BLAKE2B 342da9c26d05cf319053206d84e8c12ec3f3984b515f8fa6483a1ce5bf1748477f1119e8e03847a28c6458ba25229fd735a63122257450612fcc226a2e871441 SHA512 02fc3a92fe80d7146a1bc84eaa28fac714f533d9bcc3847993da978a66f533400c2c03019bb5efb3c16fcbf6774c565b1f6149cd15f4e04ae05304f879392b05 +DIST dvisvgm-2.7.tar.gz 3037242 BLAKE2B f93bcc4220adf4b2c0d7e06deb11416f22c623f07c96ca9aa9093054e18ec72f8da1d93aa4ee467f82f9478bb0c1b8acebbb56de020f47563056dd0dbea5936e SHA512 b706085015d1ab4c9b88997cf6c1c93f6c0ee60c9d1429d3fba7bed7b5acb3392958f64b4207ae27e6eb52abb19ff9640e2b7459e4b19ae21986b82d4b65b182 diff --git a/app-text/dvisvgm/dvisvgm-1.10.ebuild b/app-text/dvisvgm/dvisvgm-1.10.ebuild index 4440b796de58..95a866fb6820 100644 --- a/app-text/dvisvgm/dvisvgm-1.10.ebuild +++ b/app-text/dvisvgm/dvisvgm-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.sourceforge.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.1.3.ebuild b/app-text/dvisvgm/dvisvgm-2.1.3.ebuild index 1352f686af2b..3e4152d3cf92 100644 --- a/app-text/dvisvgm/dvisvgm-2.1.3.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.3.3.ebuild b/app-text/dvisvgm/dvisvgm-2.3.3.ebuild index e2eec8fc99a8..a5b84660b8bb 100644 --- a/app-text/dvisvgm/dvisvgm-2.3.3.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.3.4.ebuild b/app-text/dvisvgm/dvisvgm-2.3.4.ebuild index e2eec8fc99a8..a5b84660b8bb 100644 --- a/app-text/dvisvgm/dvisvgm-2.3.4.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.3.5.ebuild b/app-text/dvisvgm/dvisvgm-2.3.5.ebuild index e2eec8fc99a8..a5b84660b8bb 100644 --- a/app-text/dvisvgm/dvisvgm-2.3.5.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.4.2.ebuild b/app-text/dvisvgm/dvisvgm-2.4.2.ebuild index e2eec8fc99a8..a5b84660b8bb 100644 --- a/app-text/dvisvgm/dvisvgm-2.4.2.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.4.ebuild b/app-text/dvisvgm/dvisvgm-2.4.ebuild index e2eec8fc99a8..a5b84660b8bb 100644 --- a/app-text/dvisvgm/dvisvgm-2.4.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.5.ebuild b/app-text/dvisvgm/dvisvgm-2.5.ebuild index 86e6574e6539..8dbbc1115a32 100644 --- a/app-text/dvisvgm/dvisvgm-2.5.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.6.1.ebuild b/app-text/dvisvgm/dvisvgm-2.6.1.ebuild index 86e6574e6539..8dbbc1115a32 100644 --- a/app-text/dvisvgm/dvisvgm-2.6.1.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.6.ebuild b/app-text/dvisvgm/dvisvgm-2.6.ebuild index 86e6574e6539..8dbbc1115a32 100644 --- a/app-text/dvisvgm/dvisvgm-2.6.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="http://dvisvgm.bplaced.net/" +HOMEPAGE="https://dvisvgm.de/" SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/dvisvgm/dvisvgm-2.7.ebuild b/app-text/dvisvgm/dvisvgm-2.7.ebuild new file mode 100644 index 000000000000..2194a8ccc907 --- /dev/null +++ b/app-text/dvisvgm/dvisvgm-2.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs flag-o-matic + +DESCRIPTION="Converts DVI files to SVG" +HOMEPAGE="https://dvisvgm.de/" +SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~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-arch/brotli-1.0.5 + app-text/ghostscript-gpl + dev-libs/kpathsea:= + >=dev-libs/xxhash-0.6.5 + >=media-gfx/potrace-1.10-r1 + media-libs/freetype:2 + >=media-libs/woff2-1.0.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[@]}" +} |