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: Thu, 31 Aug 2023 21:22:04 +0000 (UTC)	[thread overview]
Message-ID: <1693516920.9e5b3c8079e8e5470140f757dcd2252d681b31e4.xgqt@gentoo> (raw)

commit:     9e5b3c8079e8e5470140f757dcd2252d681b31e4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 21:01:29 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 21:22:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5b3c80

app-text/pandoc-bin: bump to 3.1.7

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

 app-text/pandoc-bin/Manifest                |  2 ++
 app-text/pandoc-bin/pandoc-bin-3.1.7.ebuild | 56 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-text/pandoc-bin/Manifest b/app-text/pandoc-bin/Manifest
index 495a5cf252dd..5e1bf84b0abe 100644
--- a/app-text/pandoc-bin/Manifest
+++ b/app-text/pandoc-bin/Manifest
@@ -4,3 +4,5 @@ DIST pandoc-3.1.6.1-linux-amd64.tar.gz 31085424 BLAKE2B 35cdd4e9671720d9f7713379
 DIST pandoc-3.1.6.1-linux-arm64.tar.gz 33743040 BLAKE2B d6e70616ce8e61e31d2da6aeb6097e464d1b410f9caae8550846ee238a39c3f1fee93d4c18501cdebfc7b3142be9a691fdf2bf15b38b6184ad491df6cee17d22 SHA512 552bfb504d2e03ffbb3e46c67fef8056d073821b141e97b32248d77b569c752a13f69cba4c0e3a4fdf340a14ff3a1b1e2337e8545ac41fcf4f8a76c6e2e10bb7
 DIST pandoc-3.1.6.2-linux-amd64.tar.gz 31164360 BLAKE2B cdd787a2c6b2bac3a9a1a3d6a216e5279d83385a61fd0c61d643744214564f81274dd380402c46ab2938f7bb0a11aabb9a6c99b31b63962c8a2fe043fba41e5c SHA512 b81c708d60cb46a98377af374de0f9b7b5eef38f9cdd8e5490d1072627f34c226e8e2f03f172c4c87e5f2164794cef1b3e39598f86de3e45cb0396ae9416359d
 DIST pandoc-3.1.6.2-linux-arm64.tar.gz 33827200 BLAKE2B 710829bbef6764a3a373a75d29dc39b843de225bf71d25da2875cb4e85dc4baa30be5879e0af5d3d8810efb92bad95f2595d04c6cb0135fb96c600bf7031f352 SHA512 d4bf649d8a055ed3df52e19caf2424dc7e57d48182e9784bba2f9c7d6ebdd08b329c36fb26a28e6362bb5b24a39ea71f2604a64af471ce6245f464cafb6657cd
+DIST pandoc-3.1.7-linux-amd64.tar.gz 31182797 BLAKE2B 5d474dd9dadd37b561c70deb8a944a51bf30917dbbdd5778c8b0d543af08ff2621b033825b7128021020fd0c6b5c35163a42c301e75fdf4c68621deb900dc90f SHA512 72a84ee2ad5e3052d46150ac67b7fa7fc5e9ccb11ee86b9a819707dd319ac38b2a31fe069df4b2f548d239b7989bae660250e1666c7f90d83d8027587d8b5e08
+DIST pandoc-3.1.7-linux-arm64.tar.gz 33851504 BLAKE2B 3ef6121e1c51b0ce1cdca4b8665085072d1143f6ceb985ce2baff9e2bd9bcd2d797c231154a4960d8ddd578bc13311b20e505a2513e90a69b7dd37c0d298cafe SHA512 cbfff5666be1dcc62046d108754daaaef93c91f1d3e3eb28ee1e5f564e6b200919582448e0eca5cafa7db092bda82091b0a152c331b8b642e27191f393816835

diff --git a/app-text/pandoc-bin/pandoc-bin-3.1.7.ebuild b/app-text/pandoc-bin/pandoc-bin-3.1.7.ebuild
new file mode 100644
index 000000000000..f5289c741e6a
--- /dev/null
+++ b/app-text/pandoc-bin/pandoc-bin-3.1.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 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} )"
+
+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}-lua.1 pandoc-lua-bin.1
+	newman "${WORKDIR}"/${MY_PN}-server.1 pandoc-server-bin.1
+	newman "${WORKDIR}"/${MY_PN}.1 ${PN}.1
+
+	if use pandoc-symlink ; then
+		dosym ${PN} /usr/bin/${MY_PN}
+		dosym pandoc-lua-bin /usr/bin/${MY_PN}-lua
+		dosym pandoc-server-bin /usr/bin/${MY_PN}-server
+
+		dosym ${PN}.1 /usr/share/man/man1/${MY_PN}.1
+		dosym pandoc-lua-bin.1 /usr/share/man/man1/${MY_PN}-lua.1
+		dosym pandoc-server-bin.1 /usr/share/man/man1/${MY_PN}-server.1
+	fi
+}


             reply	other threads:[~2023-08-31 21:22 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 21:22 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 21:44 [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc-bin/ 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-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=1693516920.9e5b3c8079e8e5470140f757dcd2252d681b31e4.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