* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-04-01 13:04 Robert Greener
0 siblings, 0 replies; 8+ messages in thread
From: Robert Greener @ 2024-04-01 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 1eda76a4fd4f0f477a003c28f1e017b625910537
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr 1 13:01:57 2024 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Apr 1 13:04:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eda76a4
app-text/pandoc-crossref-bin: New package, version 0.3.17.0c
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
app-text/pandoc-crossref-bin/Manifest | 1 +
.../pandoc-crossref-bin-0.3.17.0c.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
new file mode 100644
index 0000000000..1a19bdde49
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -0,0 +1 @@
+DIST pandoc-crossref-Linux.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild
new file mode 100644
index 0000000000..193e34eb67
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="-* ~amd64"
+S=${WORKDIR}
+
+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 ${WORKDIR}/pandoc-crossref pandoc-crossref
+ newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-04-01 13:19 Robert Greener
0 siblings, 0 replies; 8+ messages in thread
From: Robert Greener @ 2024-04-01 13:19 UTC (permalink / raw
To: gentoo-commits
commit: beeca84794c6927351100d40fadc4273d773664d
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr 1 13:12:41 2024 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Apr 1 13:19:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=beeca847
app-text/pandoc-crossref-bin: New revision v0.3.17.0c-r1
Avoid conflict in manifest on package name
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
.../pandoc-crossref-bin-0.3.17.0c-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
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
new file mode 100644
index 0000000000..89b7c5250f
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="-* ~amd64"
+S=${WORKDIR}
+
+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 ${WORKDIR}/pandoc-crossref pandoc-crossref
+ newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-04-01 13:19 Robert Greener
0 siblings, 0 replies; 8+ messages in thread
From: Robert Greener @ 2024-04-01 13:19 UTC (permalink / raw
To: gentoo-commits
commit: c49ec518d229de8afbe695897b8b5a66663348ea
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr 1 13:15:53 2024 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Apr 1 13:19:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c49ec518
app-text/pandoc-crossref-bin: Remove redundant revision v0.3.17.0c
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
app-text/pandoc-crossref-bin/Manifest | 1 -
.../pandoc-crossref-bin-0.3.17.0c.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
index 9ab9e29fcf..ca06c2b770 100644
--- a/app-text/pandoc-crossref-bin/Manifest
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -1,3 +1,2 @@
-DIST pandoc-crossref-Linux.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
DIST pandoc-crossref-bin-0.3.17.0c.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
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.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild
deleted file mode 100644
index 193e34eb67..0000000000
--- a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild
+++ /dev/null
@@ -1,28 +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"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="-* ~amd64"
-S=${WORKDIR}
-
-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 ${WORKDIR}/pandoc-crossref pandoc-crossref
- newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-04-01 13:19 Robert Greener
0 siblings, 0 replies; 8+ messages in thread
From: Robert Greener @ 2024-04-01 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 15018d7e43d021bbe9a1de31d541a56327a435b6
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr 1 13:11:24 2024 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Apr 1 13:19:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15018d7e
app-text/pandoc-crossref-bin: New version v0.3.17.0f
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
app-text/pandoc-crossref-bin/Manifest | 2 ++
.../pandoc-crossref-bin-0.3.17.0f.ebuild | 28 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
index 1a19bdde49..9ab9e29fcf 100644
--- a/app-text/pandoc-crossref-bin/Manifest
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -1 +1,3 @@
DIST pandoc-crossref-Linux.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
+DIST pandoc-crossref-bin-0.3.17.0c.tar.xz 8697292 BLAKE2B c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9 SHA512 0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0
+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.0f.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
new file mode 100644
index 0000000000..b5ff6700ca
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="-* ~amd64"
+S=${WORKDIR}
+
+RDEPEND="
+|| ( =app-text/pandoc-bin-3.1.12.3 =app-text/pandoc-3.1.12.3 )
+!dev-haskell/pandoc-crossref
+"
+
+src_install() {
+ exeinto /usr/bin
+ newexe ${WORKDIR}/pandoc-crossref pandoc-crossref
+ newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-04-06 10:16 Robert Greener
0 siblings, 0 replies; 8+ messages in thread
From: Robert Greener @ 2024-04-06 10:16 UTC (permalink / raw
To: gentoo-commits
commit: b1b5522ecaab47345b83c2a4db3cd65e4bf78011
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Apr 6 10:16:02 2024 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Apr 6 10:16:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1b5522e
app-text/pandoc-crossref-bin: new version 0.3.17.0e
To align with stable pandoc-bin in ::gentoo
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
app-text/pandoc-crossref-bin/Manifest | 1 +
.../pandoc-crossref-bin-0.3.17.0e.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
index ca06c2b770..4914c90645 100644
--- a/app-text/pandoc-crossref-bin/Manifest
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -1,2 +1,3 @@
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.0e.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild
new file mode 100644
index 0000000000..eabfc8fb52
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0e.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="-* ~amd64"
+S=${WORKDIR}
+
+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 ${WORKDIR}/pandoc-crossref pandoc-crossref
+ newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-05-02 20:09 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-05-02 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 3fe9e79fd63d6e870bbe1a2f04f3dbef0ec70d3e
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu May 2 20:09:04 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 2 20:09:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fe9e79f
app-text/pandoc-crossref-bin: drop 0.3.17.0c-r1, 0.3.17.0e
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-text/pandoc-crossref-bin/Manifest | 2 --
.../pandoc-crossref-bin-0.3.17.0c-r1.ebuild | 24 ----------------------
.../pandoc-crossref-bin-0.3.17.0e.ebuild | 24 ----------------------
3 files changed, 50 deletions(-)
diff --git a/app-text/pandoc-crossref-bin/Manifest b/app-text/pandoc-crossref-bin/Manifest
index 4914c90645..2e20a8f331 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 2d6b01fe16..0000000000
--- 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 63c6021e8e..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
2024-05-02 20:13 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2024-05-02 20:09 ` David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-05-02 20:09 UTC (permalink / raw
To: gentoo-commits
commit: be4d9cc0926ad130c5771c1f125a80cf71595706
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu May 2 20:07:26 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 2 20:07:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be4d9cc0
app-text/pandoc-crossref-bin: fix pandoc deps
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
index 340403bb27..0e2d3fdfab 100644
--- a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="-* ~amd64"
RDEPEND="
-|| ( =app-text/pandoc-bin-3.1.12.3 =app-text/pandoc-3.1.12.3 )
-!dev-haskell/pandoc-crossref
+|| ( ~app-text/pandoc-bin-3.1.12.3 >=app-text/pandoc-3 )
"
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/
@ 2024-05-20 17:05 Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2024-05-20 17:05 UTC (permalink / raw
To: gentoo-commits
commit: d65d0885b96736482e867de7cf12b08e173e3b33
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 20 16:57:20 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon May 20 17:02:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d65d0885
app-text/pandoc-crossref-bin: add upstream metadata
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
app-text/pandoc-crossref-bin/metadata.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/app-text/pandoc-crossref-bin/metadata.xml b/app-text/pandoc-crossref-bin/metadata.xml
new file mode 100644
index 0000000000..5dd7af5a50
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <bugs-to>
+ https://github.com/lierdakil/pandoc-crossref/issues
+ </bugs-to>
+ <changelog>
+ https://github.com/lierdakil/pandoc-crossref/blob/master/CHANGELOG.md
+ </changelog>
+ <maintainer>
+ <name>Nikolay Yakimov</name>
+ <email>root@livid.pp.ru</email>
+ </maintainer>
+ <remote-id type="github">lierdakil/pandoc-crossref</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-05-20 17:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 13:04 [gentoo-commits] repo/proj/guru:dev commit in: app-text/pandoc-crossref-bin/ Robert Greener
-- strict thread matches above, loose matches on Subject: below --
2024-04-01 13:19 Robert Greener
2024-04-01 13:19 Robert Greener
2024-04-01 13:19 Robert Greener
2024-04-06 10:16 Robert Greener
2024-05-02 20:09 David Roman
2024-05-02 20:13 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-02 20:09 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-05-20 17:05 Lucio Sauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox