commit:     c2841621971eb745e749d7c19aa35c9b46ff05d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 12:08:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 12:08:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2841621

app-text/dvisvgm: drop 2.10.1-r1, 2.11-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/dvisvgm/Manifest                 |  2 --
 app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild | 48 ------------------------------
 app-text/dvisvgm/dvisvgm-2.11-r1.ebuild   | 49 -------------------------------
 3 files changed, 99 deletions(-)

diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
index 15acd269e7cc..cb823daaa58c 100644
--- a/app-text/dvisvgm/Manifest
+++ b/app-text/dvisvgm/Manifest
@@ -1,4 +1,2 @@
-DIST dvisvgm-2.10.1.tar.gz 3110061 BLAKE2B 
3f3bb50baa587c1d20061d235885b4c921efbd3400aa7e4d2df872e37e0ef57d57ae4713fedfd0587d7fcffe7e0286ca55e319e6e82b3b72b49c5df5fa08f633
 SHA512 
8faa68b13a0e351ba54b5c9acb1dbda6e081eddd167b2cc599208cc2e7967c116c3d105d29df224165daff88f81acb3135d936ec9b2da4dce2c82c197f6a4e78
-DIST dvisvgm-2.11.tar.gz 3111889 BLAKE2B 
7944b62bee48173f1ed0e2de5ff0c8090322da925abdd4a57611ccb5c055ba602a76ab4e3dbddb83d73ac19a23ce4b657d96a3830f76eb8939f3e3a9c0890cd1
 SHA512 
bbefff027f710a0370d179e42f1775cb37765836969fcf9e27e5e05d46565e6db74414440823068b04dbef0dac768b70b2573359fe729c12b27f6d678f41d55f
 DIST dvisvgm-2.12.tar.gz 3164951 BLAKE2B 
249f1ee43444ac95ed512eac803ab073e1ec04a58266fc569a272014510ab373890fdc7be2207d2037742f4192e266eb214078c0bb448de953ffdf5c29deabba
 SHA512 
3f0ca530f24a8866839d71093dc6fd84f2a0f984d06cdd189425aeeb7c7e7e3c9e283d1fe2e7e9ec79845f36c8bd4d973224a321b8ad39da229a3b4fd59b7008
 DIST dvisvgm-2.13.tar.gz 3174723 BLAKE2B 
bee6efd0fd32b1b0c116820df955a3b76cfd795acb75063f35bf2b6b15b6bacc8ddc60d9622d8554c80f7c2ab44c85c78a120d4e18fd7a0c902eabb70b6060fc
 SHA512 
264643f9d9dcfa7e1d20df31c3514108ed45c88e0bd0f1ce88c37af22ae57447d624537720e902c5e5e799906d567999c9449fea411f755e75e4c4158e37de30

diff --git a/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild
deleted file mode 100644
index a35bc82ca5a9..000000000000
--- a/app-text/dvisvgm/dvisvgm-2.10.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 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 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-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"
-
-BDEPEND="
-       app-text/asciidoc
-       app-text/xmlto
-       dev-libs/libxslt
-       virtual/pkgconfig
-       test? ( dev-cpp/gtest )
-"
-RDEPEND="
-       >=app-arch/brotli-1.0.5:=
-       app-text/ghostscript-gpl
-       dev-libs/kpathsea:=
-       dev-libs/openssl:=
-       >=dev-libs/xxhash-0.6.5
-       >=media-gfx/potrace-1.10-r1
-       media-libs/freetype:2
-       >=media-libs/woff2-1.0.2
-       sys-libs/zlib
-       virtual/tex-base
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local myargs=(
-               --without-ttfautohint
-       )
-       econf "${myargs[@]}"
-}

diff --git a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild
deleted file mode 100644
index 3bad4b3c179c..000000000000
--- a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 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 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-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"
-
-BDEPEND="
-       app-text/xmlto
-       app-text/asciidoc
-       dev-libs/libxslt
-       virtual/pkgconfig
-       test? ( dev-cpp/gtest )
-"
-RDEPEND="
-       >=app-arch/brotli-1.0.5:=
-       app-text/ghostscript-gpl
-       dev-libs/kpathsea:=
-       dev-libs/openssl:=
-       >=dev-libs/xxhash-0.6.5
-       >=media-gfx/potrace-1.10-r1
-       media-libs/freetype:2
-       >=media-libs/woff2-1.0.2
-       sys-libs/zlib
-       virtual/tex-base
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local myargs=(
-               --without-ttfautohint
-       )
-
-       econf "${myargs[@]}"
-}

Reply via email to