public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/
Date: Fri, 10 Mar 2023 09:55:57 +0000 (UTC)	[thread overview]
Message-ID: <1678442145.b0c2216a47c3d32f88c7f061a092bc8ad7844389.sam@gentoo> (raw)

commit:     b0c2216a47c3d32f88c7f061a092bc8ad7844389
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 09:41:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 09:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c2216a

app-text/dvisvgm: drop 2.13

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

 app-text/dvisvgm/Manifest            |  1 -
 app-text/dvisvgm/dvisvgm-2.13.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
index a21011a35415..54549925986c 100644
--- a/app-text/dvisvgm/Manifest
+++ b/app-text/dvisvgm/Manifest
@@ -1,4 +1,3 @@
 DIST dvisvgm-2.12.tar.gz 3164951 BLAKE2B 249f1ee43444ac95ed512eac803ab073e1ec04a58266fc569a272014510ab373890fdc7be2207d2037742f4192e266eb214078c0bb448de953ffdf5c29deabba SHA512 3f0ca530f24a8866839d71093dc6fd84f2a0f984d06cdd189425aeeb7c7e7e3c9e283d1fe2e7e9ec79845f36c8bd4d973224a321b8ad39da229a3b4fd59b7008
-DIST dvisvgm-2.13.tar.gz 3174723 BLAKE2B bee6efd0fd32b1b0c116820df955a3b76cfd795acb75063f35bf2b6b15b6bacc8ddc60d9622d8554c80f7c2ab44c85c78a120d4e18fd7a0c902eabb70b6060fc SHA512 264643f9d9dcfa7e1d20df31c3514108ed45c88e0bd0f1ce88c37af22ae57447d624537720e902c5e5e799906d567999c9449fea411f755e75e4c4158e37de30
 DIST dvisvgm-2.14.tar.gz 3192670 BLAKE2B 16b290db680c57babba06d97250b26925223984af807695a5b24b2e134a0d41e0b7292efd47e6781e75c4790c3e6482d3447e8a5ad7e25b9b36526ba033d15d4 SHA512 874d2d3deed2b1c1cd3e459a53d43533e7fc19613ad2ade09fdf303cedfecd8091d944933c30a7107aad2e8901cc23f1debd4e36031a90b1ad8ba2f56d2a3ba6
 DIST dvisvgm-3.0.4.tar.gz 2970986 BLAKE2B 2a8cff58cc728c833c74a44af1139529eab433ec5cd8b82949dbad169a609e66069f38f18c046250da5c085756c1ef6d95247c133df1afefc92b1783d9dd5ecd SHA512 89105ecc14b974f0fc0a1684a3ce4c66444bc819d56dd43c517d6b547f618ab60a15abb18609c38ac120ac5990fcd0fa6599cb7b0af11c4f820b1f955943688e

diff --git a/app-text/dvisvgm/dvisvgm-2.13.ebuild b/app-text/dvisvgm/dvisvgm-2.13.ebuild
deleted file mode 100644
index 25e4d4acd0cc..000000000000
--- a/app-text/dvisvgm/dvisvgm-2.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-RDEPEND=">=app-arch/brotli-1.0.5:=
-	app-text/ghostscript-gpl:=
-	dev-libs/kpathsea:=
-	dev-libs/openssl:=
-	>=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=(
-		--without-ttfautohint
-	)
-
-	econf "${myargs[@]}"
-}


             reply	other threads:[~2023-03-10  9:56 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10  9:55 Sam James [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-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-24 17:07 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=1678442145.b0c2216a47c3d32f88c7f061a092bc8ad7844389.sam@gentoo \
    --to=sam@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