commit: 80ebcc8fc0131380b6fc644886e4774ab52e588d Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 09:09:56 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 09:09:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=80ebcc8f
app-text/dvisvgm: treeclean Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-text/dvisvgm/Manifest | 1 - app-text/dvisvgm/dvisvgm-3.2.ebuild | 50 ------------------------------------- app-text/dvisvgm/metadata.xml | 12 --------- 3 files changed, 63 deletions(-) diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest deleted file mode 100644 index ccdd02e..0000000 --- a/app-text/dvisvgm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dvisvgm-3.2.tar.gz 2940355 BLAKE2B 51a00b948a7ecaa68cee78d484813622c449eb2876a326051f93bb62304bfd174c443cf2eb192bb7c46e28065fe53001ada283002d30949bf39a69270c387dd4 SHA512 718ce9cd1cc8c826859df74eccd8e05dfb1c42f0defb57cdc99910957d009044e0e8a1854ff7fcde739cb832b2559976d3025dbf4cfda9e4cdea85398558d730 diff --git a/app-text/dvisvgm/dvisvgm-3.2.ebuild b/app-text/dvisvgm/dvisvgm-3.2.ebuild deleted file mode 100644 index 426a55d..0000000 --- a/app-text/dvisvgm/dvisvgm-3.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Converts DVI files to SVG" -HOMEPAGE="https://dvisvgm.de/" -SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz" - -# dvisvgm: GPL-3 -# Boost (tiny part, one header): Boost-1.0 -# md5: || ( public-domain BSD-1 ) -# clipper: Boost-1.0 -# variant: Boost-1.0 -LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/brotli-1.0.5:= - app-text/ghostscript-gpl:= - dev-libs/kpathsea:= - >=dev-libs/xxhash-0.8.1 - >=media-gfx/potrace-1.10-r1 - media-libs/freetype:2 - >=media-libs/woff2-1.0.2 - sys-libs/zlib - virtual/tex-base -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-cpp/gtest-1.11 ) -" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - dev-libs/libxslt - virtual/pkgconfig -" - -src_configure() { - local myargs=( - --disable-bundled-libs - --without-ttfautohint - ) - - econf "${myargs[@]}" -} diff --git a/app-text/dvisvgm/metadata.xml b/app-text/dvisvgm/metadata.xml deleted file mode 100644 index 08f80fc..0000000 --- a/app-text/dvisvgm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>t...@gentoo.org</email> - <name>Gentoo TeX Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">dvisvgm</remote-id> - <remote-id type="github">mgieseki/dvisvgm</remote-id> - </upstream> -</pkgmetadata>