aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-05-02 22:09:04 +0200
committerDavid Roman <davidroman96@gmail.com>2024-05-02 22:09:04 +0200
commit3fe9e79fd63d6e870bbe1a2f04f3dbef0ec70d3e (patch)
treeb294bd2194e559887374d157b6445a44c11b2d85
parentapp-text/pandoc-crossref-bin: fix pandoc deps (diff)
downloadguru-3fe9e79fd63d6e870bbe1a2f04f3dbef0ec70d3e.tar.gz
guru-3fe9e79fd63d6e870bbe1a2f04f3dbef0ec70d3e.tar.bz2
guru-3fe9e79fd63d6e870bbe1a2f04f3dbef0ec70d3e.zip
app-text/pandoc-crossref-bin: drop 0.3.17.0c-r1, 0.3.17.0e
Signed-off-by: David Roman <davidroman96@gmail.com>
-rw-r--r--app-text/pandoc-crossref-bin/Manifest2
-rw-r--r--app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild24
-rw-r--r--app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild24
3 files changed, 0 insertions, 50 deletions
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
index 4914c9064..2e20a8f33 100644
--- a/app-text/pandoc-crossref-bin/Manifest
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -1,3 +1 @@
-DIST pandoc-crossref-bin-0.3.17.0c.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
-DIST pandoc-crossref-bin-0.3.17.0e.tar.xz 8745852 BLAKE2B bfa54f613157fca83591b45401e674834c3164b914bd0945bc454729be085d5809e5d2d54d98978b49f63b0e2fad550e6b4b54d7001d5f6ef04a79e45a723153 SHA512 1033a417bf32196053ced013ec51320d30b6bf35c810bcba099e8f607c99c4e3b150ebf295a7e57a3533d2c6d8203d3f28d52c3807ec4638d27e3cfbb41cbe4a
DIST pandoc-crossref-bin-0.3.17.0f.tar.xz 8767696 BLAKE2B e221ac987797ccbf377c2a8d6432a872ad4d61fe5220a149e0b17be4789f048a75ed002102f97d6a129596b0f19f9cfedd8685bb576075a0eb05909741dd7ed8 SHA512 3d1e6c072249f86d2478cb5764a1aa9e66850b8147bb60ec057388cb720614677a981322170843d338db0403c26308371d45dc192f92dfb4cc68b8c5cfe98894
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild
deleted file mode 100644
index 2d6b01fe1..000000000
--- a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DESCRIPTION="Pandoc filter for cross-references"
-HOMEPAGE="https://github.com/lierdakil/pandoc-crossref"
-SRC_URI="https://github.com/lierdakil/pandoc-crossref/releases/download/v${PV}/pandoc-crossref-Linux.tar.xz -> ${P}.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-|| ( =app-text/pandoc-bin-3.1.12.1 =app-text/pandoc-3.1.12.1 )
-!dev-haskell/pandoc-crossref
-"
-
-src_install() {
- exeinto /usr/bin
- newexe pandoc-crossref pandoc-crossref
- newman pandoc-crossref.1 pandoc-crossref.1
-}
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild
deleted file mode 100644
index 63c6021e8..000000000
--- a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DESCRIPTION="Pandoc filter for cross-references"
-HOMEPAGE="https://github.com/lierdakil/pandoc-crossref"
-SRC_URI="https://github.com/lierdakil/pandoc-crossref/releases/download/v${PV}/pandoc-crossref-Linux.tar.xz -> ${P}.tar.xz"
-
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-|| ( =app-text/pandoc-bin-3.1.12.2 =app-text/pandoc-3.1.12.2 )
-!dev-haskell/pandoc-crossref
-"
-
-src_install() {
- exeinto /usr/bin
- newexe pandoc-crossref pandoc-crossref
- newman pandoc-crossref.1
-}