public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc-bin/
Date: Sat, 17 May 2025 22:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1747521445.4d4a081e40cebb4f86d9bcb64d649e656cd9cac4.xgqt@gentoo> (raw)

commit:     4d4a081e40cebb4f86d9bcb64d649e656cd9cac4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 20:08:05 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 17 22:37:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4a081e

app-text/pandoc-bin: drop old 3.7

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-text/pandoc-bin/Manifest              |  2 -
 app-text/pandoc-bin/pandoc-bin-3.7.ebuild | 67 -------------------------------
 2 files changed, 69 deletions(-)

diff --git a/app-text/pandoc-bin/Manifest b/app-text/pandoc-bin/Manifest
index 31e994ee8a68..a68ffa53c450 100644
--- a/app-text/pandoc-bin/Manifest
+++ b/app-text/pandoc-bin/Manifest
@@ -1,6 +1,4 @@
 DIST pandoc-3.6.4-linux-amd64.tar.gz 32917495 BLAKE2B 241c3b4766bbdc5015e5958e045bab2140d79101f44a78d11b389fc1fb1177bff8fe6485075e6f6893e3b82e4f958fd88700bd983bf63b38bdbedc94fafc2ff7 SHA512 62972bbe2b55a039c82b9e26bc9ce55c3ffff0ba4e7eca22338b07a1c3fc7d3064d709d7dee8bd8dac434e850262adea732a376ab1ff8a7dad3b11b2a35012be
 DIST pandoc-3.6.4-linux-arm64.tar.gz 35685198 BLAKE2B a52089a2ec64e8d7abf240506175da0216f20d0aab382c4ac6155e37bda4b5edb87f742488c8c7ed28980aa5429b15dc9c08d4bf2fe2f742101d6e98001d3170 SHA512 b2e3d490392690816d8a6388f50ce8022044b1d042519cdf770b0f50f0960d6671d1097ec594a66cc8db990fde4cc3964ee13ead8106e56d3e58578db24577e3
-DIST pandoc-3.7-linux-amd64.tar.gz 33669861 BLAKE2B 0e965da816ad3e4eadbeced12fcfce02ffba083651da62575c96bcf58f08fc3c481fc88047b9efe5c17ead56940b8fcd3ec82e746b2b8b827f5190277ef24439 SHA512 ca13dc3622f4d3e18c5199f247e7af968c3f9d35b667b60f35ed8f950e9ede5d58fa1870343746376e96f03e5d0b57c12ef2b626d58f48edefae5f085295e102
-DIST pandoc-3.7-linux-arm64.tar.gz 36555329 BLAKE2B a3b58d4f9d531ca13c88819ea0f9c335723245b396af4f93b39d9a0f96e433729e0b3b941500ee556e4e90c500015173d1b9b763706cfb1dc44f63b83ab0ae9e SHA512 b2f47cbe9db826017f55ebeae2fbfed38720d6fa1ff2497136b651f958580d142474a97c13bed084394bce4d34a47773526a4f54c5d5439cd21ada0c1c1c6254
 DIST pandoc-3.7.0.1-linux-amd64.tar.gz 33675488 BLAKE2B 0a840b9cbcbcefecdafa0ccab4178f59667ad7d38408647af8fa65d8a743b71b5c6ae527d8a6ea89171388a1e8813e7a0b31d58af2e4570957d6e484b5f125b5 SHA512 e4a65320f7cefcdbacc849602dae97f987eda8e2dfc585a55b26807820fcddd63497eb4b57380e5f748d763327691717cd5c5678961df9eed4421c07f28da776
 DIST pandoc-3.7.0.1-linux-arm64.tar.gz 36553069 BLAKE2B 29c349710e7be592c97ad2b6e734c5bf2f8a2252f3a690bda9fa3c122db5505df0f6fd3ba97210c07b32ea4a789fc31b8034e11ea6e474e05619d313bbb632bd SHA512 100195ff0051dde590a0f8830daa29bc0f8a45855beac639fee752bf3bee670ae4c0559a302cfa10714e43f71269462dd9c900eea8baf8355d1017aca753787a

diff --git a/app-text/pandoc-bin/pandoc-bin-3.7.ebuild b/app-text/pandoc-bin/pandoc-bin-3.7.ebuild
deleted file mode 100644
index 11c2135c22ab..000000000000
--- a/app-text/pandoc-bin/pandoc-bin-3.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN//-bin/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Conversion between markup formats (binary package)"
-HOMEPAGE="https://pandoc.org/
-	https://github.com/jgm/pandoc/"
-
-BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}"
-SRC_URI="
-	amd64? ( ${BASE_URI}-linux-amd64.tar.gz )
-	arm64? ( ${BASE_URI}-linux-arm64.tar.gz )
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
-IUSE="+pandoc-symlink"
-
-RDEPEND="
-	pandoc-symlink? (
-		!${CATEGORY}/${MY_PN}
-		!app-text/pandoc-cli
-		!dev-haskell/pandoc
-	)
-"
-
-QA_FLAGS_IGNORED="usr/bin/${PN}"
-QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
-
-src_unpack() {
-	default
-
-	# Manpages are gzipped.
-	unpack "${S}/share/man/man1"/*.1.gz
-}
-
-src_install() {
-	exeinto /usr/bin
-	newexe "./bin/${MY_PN}" "${PN}"
-
-	dosym "${PN}" /usr/bin/pandoc-lua-bin
-	dosym "${PN}" /usr/bin/pandoc-server-bin
-
-	newman "${WORKDIR}/${MY_PN}.1" "${PN}.1"
-	newman "${WORKDIR}/${MY_PN}-lua.1" pandoc-lua-bin.1
-	newman "${WORKDIR}/${MY_PN}-server.1" pandoc-server-bin.1
-
-	if use pandoc-symlink ; then
-		local -a exes=(
-			pandoc
-			pandoc-lua
-			pandoc-server
-		)
-
-		local exe=""
-		for exe in "${exes[@]}" ; do
-			dosym "${exe}-bin" "/usr/bin/${exe}"
-			dosym "${exe}-bin.1" "/usr/share/man/man1/${exe}.1"
-		done
-	fi
-}


             reply	other threads:[~2025-05-17 22:37 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-17 22:37 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-17 22:37 [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc-bin/ Maciej Barć
2025-05-16 20:38 Maciej Barć
2025-05-16 20:38 Maciej Barć
2025-05-16 20:38 Maciej Barć
2025-04-28  5:44 Sam James
2025-04-28  3:54 Sam James
2025-03-24 11:46 Sam James
2025-03-24 11:46 Sam James
2025-03-16 21:11 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-03-04 22:43 Sam James
2025-03-04 22:09 Sam James
2025-02-10 15:42 Maciej Barć
2025-02-10 15:42 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2025-01-22 16:20 Maciej Barć
2025-01-22 11:45 Arthur Zamarin
2024-12-11  0:28 Maciej Barć
2024-11-24 15:47 Jakov Smolić
2024-11-23 16:02 Michał Górny
2024-11-04  0:19 Maciej Barć
2024-10-30 17:24 Arthur Zamarin
2024-10-30 15:14 Sam James
2024-10-05 21:44 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-05  0:06 Sam James
2024-09-03 18:32 Jakov Smolić
2024-07-29 15:17 Maciej Barć
2024-07-29 15:17 Maciej Barć
2024-07-29 15:17 Maciej Barć
2024-07-25 22:31 Sam James
2024-07-25 22:26 Sam James
2024-06-25 22:04 Sam James
2024-06-25 22:03 Sam James
2024-06-24 23:01 Maciej Barć
2024-05-13 12:42 Arthur Zamarin
2024-05-12 22:41 Sam James
2024-05-12 11:33 Maciej Barć
2024-05-02 15:01 Maciej Barć
2024-05-02 15:01 Maciej Barć
2024-04-29  0:27 Sam James
2024-04-29  0:27 Sam James
2024-04-28 19:11 Ionen Wolkens
2024-04-07 16:20 Maciej Barć
2024-04-07 16:20 Maciej Barć
2024-04-04  9:01 Jakov Smolić
2024-03-20 23:47 Sam James
2024-03-18  8:29 Maciej Barć
2024-03-02 16:32 Maciej Barć
2024-02-18 19:56 Maciej Barć
2024-02-18 19:56 Maciej Barć
2024-02-06  8:20 Sam James
2024-02-06  8:18 Sam James
2024-01-18 17:25 Sam James
2024-01-18 17:25 Sam James
2024-01-06  2:51 Maciej Barć
2023-12-16 21:45 Maciej Barć
2023-12-13  2:27 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-11-30 14:21 Michał Górny
2023-11-30 14:21 Michał Górny
2023-10-28 14:05 Maciej Barć
2023-10-24 12:30 Maciej Barć
2023-10-23 20:39 Maciej Barć
2023-10-23 20:39 Maciej Barć
2023-10-23 20:39 Maciej Barć
2023-10-23 20:39 Maciej Barć
2023-10-17 13:03 Sam James
2023-10-17 13:03 Sam James
2023-10-01 18:07 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-09-25 14:14 Arthur Zamarin
2023-09-25 12:13 Arthur Zamarin
2023-09-10 15:35 Maciej Barć
2023-09-10 15:35 Maciej Barć
2023-09-07 20:07 Sam James
2023-09-07 19:51 Sam James
2023-08-31 21:22 Maciej Barć
2023-08-31 21:22 Maciej Barć
2023-08-23 22:14 Maciej Barć
2023-08-07 11:31 Maciej Barć
2023-07-25  8:56 Maciej Barć
2023-07-25  8:56 Maciej Barć
2023-07-25  8:56 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-18 10:26 Maciej Barć
2023-07-18 10:26 Maciej Barć
2023-07-08  3:39 Sam James
2023-07-07 22:54 Sam James
2023-07-07 17:40 Maciej Barć
2023-06-24 21:44 Maciej Barć
2023-06-07 13:40 Maciej Barć
2023-06-07 13:40 Maciej Barć
2023-06-07 13:40 Maciej Barć
2023-05-05 16:05 Arthur Zamarin
2023-05-05 13:39 Arthur Zamarin
2023-05-05 12:03 Maciej Barć
2023-04-08 22:43 Sam James
2023-04-08 22:43 Sam James
2023-03-28  0:57 Maciej Barć
2023-03-13 23:28 Sam James
2023-03-06 15:33 Maciej Barć
2023-03-06 15:33 Maciej Barć
2023-02-27 21:36 Sam James
2023-02-27 20:38 Arthur Zamarin
2023-02-10 13:39 Maciej Barć
2023-02-10 13:39 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-24 23:55 Sam James
2023-01-19 21:51 Maciej Barć
2023-01-19 21:51 Maciej Barć
2022-08-24  6:27 Stephan Hartmann
2022-08-23 15:22 Maciej Barć
2022-08-23 15:22 Maciej Barć
2022-08-19 14:57 Maciej Barć
2022-08-04 11:34 Maciej Barć
2022-05-25 19:07 Maciej Barć

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=1747521445.4d4a081e40cebb4f86d9bcb64d649e656cd9cac4.xgqt@gentoo \
    --to=xgqt@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