Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/
Date: Thu, 20 Jan 2022 12:09:29
Message-Id: 1642680529.c2841621971eb745e749d7c19aa35c9b46ff05d6.sam@gentoo
1 commit: c2841621971eb745e749d7c19aa35c9b46ff05d6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 12:08:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 12:08:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2841621
7
8 app-text/dvisvgm: drop 2.10.1-r1, 2.11-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/dvisvgm/Manifest | 2 --
13 app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild | 48 ------------------------------
14 app-text/dvisvgm/dvisvgm-2.11-r1.ebuild | 49 -------------------------------
15 3 files changed, 99 deletions(-)
16
17 diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
18 index 15acd269e7cc..cb823daaa58c 100644
19 --- a/app-text/dvisvgm/Manifest
20 +++ b/app-text/dvisvgm/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST dvisvgm-2.10.1.tar.gz 3110061 BLAKE2B 3f3bb50baa587c1d20061d235885b4c921efbd3400aa7e4d2df872e37e0ef57d57ae4713fedfd0587d7fcffe7e0286ca55e319e6e82b3b72b49c5df5fa08f633 SHA512 8faa68b13a0e351ba54b5c9acb1dbda6e081eddd167b2cc599208cc2e7967c116c3d105d29df224165daff88f81acb3135d936ec9b2da4dce2c82c197f6a4e78
23 -DIST dvisvgm-2.11.tar.gz 3111889 BLAKE2B 7944b62bee48173f1ed0e2de5ff0c8090322da925abdd4a57611ccb5c055ba602a76ab4e3dbddb83d73ac19a23ce4b657d96a3830f76eb8939f3e3a9c0890cd1 SHA512 bbefff027f710a0370d179e42f1775cb37765836969fcf9e27e5e05d46565e6db74414440823068b04dbef0dac768b70b2573359fe729c12b27f6d678f41d55f
24 DIST dvisvgm-2.12.tar.gz 3164951 BLAKE2B 249f1ee43444ac95ed512eac803ab073e1ec04a58266fc569a272014510ab373890fdc7be2207d2037742f4192e266eb214078c0bb448de953ffdf5c29deabba SHA512 3f0ca530f24a8866839d71093dc6fd84f2a0f984d06cdd189425aeeb7c7e7e3c9e283d1fe2e7e9ec79845f36c8bd4d973224a321b8ad39da229a3b4fd59b7008
25 DIST dvisvgm-2.13.tar.gz 3174723 BLAKE2B bee6efd0fd32b1b0c116820df955a3b76cfd795acb75063f35bf2b6b15b6bacc8ddc60d9622d8554c80f7c2ab44c85c78a120d4e18fd7a0c902eabb70b6060fc SHA512 264643f9d9dcfa7e1d20df31c3514108ed45c88e0bd0f1ce88c37af22ae57447d624537720e902c5e5e799906d567999c9449fea411f755e75e4c4158e37de30
26
27 diff --git a/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild b/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild
28 deleted file mode 100644
29 index a35bc82ca5a9..000000000000
30 --- a/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,48 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit toolchain-funcs flag-o-matic
39 -
40 -DESCRIPTION="Converts DVI files to SVG"
41 -HOMEPAGE="https://dvisvgm.de/"
42 -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
47 -IUSE="test"
48 -# Tests don't work from $WORKDIR: kpathsea tries to search in relative
49 -# directories from where the binary is executed.
50 -# We cannot really use absolute paths in the kpathsea configuration since that
51 -# would make it harder for prefix installs.
52 -RESTRICT="test"
53 -
54 -BDEPEND="
55 - app-text/asciidoc
56 - app-text/xmlto
57 - dev-libs/libxslt
58 - virtual/pkgconfig
59 - test? ( dev-cpp/gtest )
60 -"
61 -RDEPEND="
62 - >=app-arch/brotli-1.0.5:=
63 - app-text/ghostscript-gpl
64 - dev-libs/kpathsea:=
65 - dev-libs/openssl:=
66 - >=dev-libs/xxhash-0.6.5
67 - >=media-gfx/potrace-1.10-r1
68 - media-libs/freetype:2
69 - >=media-libs/woff2-1.0.2
70 - sys-libs/zlib
71 - virtual/tex-base
72 -"
73 -DEPEND="${RDEPEND}"
74 -
75 -src_configure() {
76 - local myargs=(
77 - --without-ttfautohint
78 - )
79 - econf "${myargs[@]}"
80 -}
81
82 diff --git a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild b/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild
83 deleted file mode 100644
84 index 3bad4b3c179c..000000000000
85 --- a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild
86 +++ /dev/null
87 @@ -1,49 +0,0 @@
88 -# Copyright 1999-2021 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -inherit toolchain-funcs flag-o-matic
94 -
95 -DESCRIPTION="Converts DVI files to SVG"
96 -HOMEPAGE="https://dvisvgm.de/"
97 -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz"
98 -
99 -LICENSE="GPL-3"
100 -SLOT="0"
101 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
102 -IUSE="test"
103 -# Tests don't work from $WORKDIR: kpathsea tries to search in relative
104 -# directories from where the binary is executed.
105 -# We cannot really use absolute paths in the kpathsea configuration since that
106 -# would make it harder for prefix installs.
107 -RESTRICT="test"
108 -
109 -BDEPEND="
110 - app-text/xmlto
111 - app-text/asciidoc
112 - dev-libs/libxslt
113 - virtual/pkgconfig
114 - test? ( dev-cpp/gtest )
115 -"
116 -RDEPEND="
117 - >=app-arch/brotli-1.0.5:=
118 - app-text/ghostscript-gpl
119 - dev-libs/kpathsea:=
120 - dev-libs/openssl:=
121 - >=dev-libs/xxhash-0.6.5
122 - >=media-gfx/potrace-1.10-r1
123 - media-libs/freetype:2
124 - >=media-libs/woff2-1.0.2
125 - sys-libs/zlib
126 - virtual/tex-base
127 -"
128 -DEPEND="${RDEPEND}"
129 -
130 -src_configure() {
131 - local myargs=(
132 - --without-ttfautohint
133 - )
134 -
135 - econf "${myargs[@]}"
136 -}