[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-10-28 Thread Maciej Barć
commit: 8b23c605d53390bcf134974f7b4ffab076b21d1a
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 28 12:28:18 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Oct 28 14:29:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23c605

app-emacs/pandoc-mode: bump to 2.90.2

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

 app-emacs/pandoc-mode/Manifest  |  1 +
 app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index 3985be4df3b8..2cc3869c2ac0 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1 +1,2 @@
 DIST pandoc-mode-2.35.tar.gz 97859 BLAKE2B 
be0cafe3815e79e20f7b8027e911eb1d2094ab102058391d71b52e3ef561e46c67a3418de44e29cff81b43335fa47784e94d05b1dc76dfc9d94e2fc0bc13a600
 SHA512 
c3328c7a2a216b5e968791fee864a90c036a1348dcbfc549529fbde4def5d2343b20182107afd1309c7d5204ea12ae754d395528a69d2f547e422cceed1164fd
+DIST pandoc-mode-2.90.2.tar.gz 97948 BLAKE2B 
cd3e07e9b122e1929c50e3bc6c60db823ffb09767605fa7c34fe14ab20ae145e75fe409eab9cc9e822a973573379540ee17de2633e9c5acc0ee652dedebac292
 SHA512 
6f14143b96c08a2e8a11cb696a4fceacff0d608ffd42122c69b7216c9254b6d6728deb0ad4b400053a5d33bb4226fc6d256fa29dd0edbeaf59b50d4617d01f32

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild
new file mode 100644
index ..0c83b4200507
--- /dev/null
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
+HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
+   https://github.com/joostkremers/pandoc-mode/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
+else
+   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+BDEPEND="
+   app-emacs/dash
+   app-emacs/hydra
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/pandoc
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp_src_install
+
+   doinfo "${PN}.info"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-10-28 Thread Maciej Barć
commit: d53fc5d6b2c76a04a8547f3e57134a91d95c
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 28 12:27:51 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Oct 28 14:29:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53fc5d6

app-emacs/pandoc-mode: drop old 2.34.1

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

 app-emacs/pandoc-mode/Manifest  |  1 -
 app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index 767e5193872b..3985be4df3b8 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1,2 +1 @@
-DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6
 DIST pandoc-mode-2.35.tar.gz 97859 BLAKE2B 
be0cafe3815e79e20f7b8027e911eb1d2094ab102058391d71b52e3ef561e46c67a3418de44e29cff81b43335fa47784e94d05b1dc76dfc9d94e2fc0bc13a600
 SHA512 
c3328c7a2a216b5e968791fee864a90c036a1348dcbfc549529fbde4def5d2343b20182107afd1309c7d5204ea12ae754d395528a69d2f547e422cceed1164fd

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
deleted file mode 100644
index 0c83b4200507..
--- a/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
-HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
-   https://github.com/joostkremers/pandoc-mode/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
-else
-   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-BDEPEND="
-   app-emacs/dash
-   app-emacs/hydra
-"
-RDEPEND="
-   ${BDEPEND}
-   virtual/pandoc
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-   elisp_src_install
-
-   doinfo "${PN}.info"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-10-18 Thread Maciej Barć
commit: 444e7bf831b3613be3328c18f5519d51291ad1d7
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Oct 17 09:36:09 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Oct 17 10:55:31 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444e7bf8

app-emacs/pandoc-mode: bump to 2.35

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

 app-emacs/pandoc-mode/Manifest|  1 +
 app-emacs/pandoc-mode/pandoc-mode-2.35.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index c2bf4a12d171..767e5193872b 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1 +1,2 @@
 DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6
+DIST pandoc-mode-2.35.tar.gz 97859 BLAKE2B 
be0cafe3815e79e20f7b8027e911eb1d2094ab102058391d71b52e3ef561e46c67a3418de44e29cff81b43335fa47784e94d05b1dc76dfc9d94e2fc0bc13a600
 SHA512 
c3328c7a2a216b5e968791fee864a90c036a1348dcbfc549529fbde4def5d2343b20182107afd1309c7d5204ea12ae754d395528a69d2f547e422cceed1164fd

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.35.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.35.ebuild
new file mode 100644
index ..0c83b4200507
--- /dev/null
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.35.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
+HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
+   https://github.com/joostkremers/pandoc-mode/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
+else
+   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+BDEPEND="
+   app-emacs/dash
+   app-emacs/hydra
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/pandoc
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp_src_install
+
+   doinfo "${PN}.info"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-05-16 Thread Maciej Barć
commit: 1ee02b19b39bc184c2f552783f76822e17b81161
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 16 15:42:11 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 16 20:38:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee02b19

app-emacs/pandoc-mode: drop old 2.33

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

 app-emacs/pandoc-mode/Manifest|  1 -
 app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index afe4e3c3ec95..c2bf4a12d171 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1,2 +1 @@
-DIST pandoc-mode-2.33.tar.gz 97645 BLAKE2B 
d6bd6fa713f5b8d50bdaa8df880099a4fe670353ba98ac7d63d0fc6b5d7b4398a585a43c34d04e94fc794de666a45bff8b11a8a850d581553a64b5b2d5db5178
 SHA512 
a7d6ed18bd5cad3a70f0b15aedf4d70de723318ec082d60ad543b438d9fca19f04c91d5829fa431578089e03b00f365b9c939ea6f8c09367ae510ddd3fa8fc67
 DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild
deleted file mode 100644
index 893a94b2f955..
--- a/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
-HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
-   https://github.com/joostkremers/pandoc-mode/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
-else
-   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-BDEPEND="
-   app-emacs/dash
-   app-emacs/hydra
-"
-RDEPEND="
-   ${BDEPEND}
-   virtual/pandoc
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-   elisp_src_install
-
-   doinfo "${PN}.info"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-01-23 Thread Maciej Barć
commit: b9b7134c3cadf66f9ae729014a70a0847d3785f1
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jan 23 10:03:23 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jan 23 10:17:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b7134c

app-emacs/pandoc-mode: bump to 2.34.1

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

 app-emacs/pandoc-mode/Manifest  |  1 +
 app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index d5ac95ee3120..3bb90d35839b 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1,2 +1,3 @@
 DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 
2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01
 SHA512 
6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f
 DIST pandoc-mode-2.33.tar.gz 97645 BLAKE2B 
d6bd6fa713f5b8d50bdaa8df880099a4fe670353ba98ac7d63d0fc6b5d7b4398a585a43c34d04e94fc794de666a45bff8b11a8a850d581553a64b5b2d5db5178
 SHA512 
a7d6ed18bd5cad3a70f0b15aedf4d70de723318ec082d60ad543b438d9fca19f04c91d5829fa431578089e03b00f365b9c939ea6f8c09367ae510ddd3fa8fc67
+DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
new file mode 100644
index ..0c83b4200507
--- /dev/null
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
+HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
+   https://github.com/joostkremers/pandoc-mode/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
+else
+   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+BDEPEND="
+   app-emacs/dash
+   app-emacs/hydra
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/pandoc
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp_src_install
+
+   doinfo "${PN}.info"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2025-01-23 Thread Maciej Barć
commit: 619616cb745ebf8f57dd950b30f9dd56042e9f12
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jan 23 10:10:49 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jan 23 10:17:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619616cb

app-emacs/pandoc-mode: drop old 2.32-r1

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

 app-emacs/pandoc-mode/Manifest   |  1 -
 app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index 3bb90d35839b..afe4e3c3ec95 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1,3 +1,2 @@
-DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 
2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01
 SHA512 
6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f
 DIST pandoc-mode-2.33.tar.gz 97645 BLAKE2B 
d6bd6fa713f5b8d50bdaa8df880099a4fe670353ba98ac7d63d0fc6b5d7b4398a585a43c34d04e94fc794de666a45bff8b11a8a850d581553a64b5b2d5db5178
 SHA512 
a7d6ed18bd5cad3a70f0b15aedf4d70de723318ec082d60ad543b438d9fca19f04c91d5829fa431578089e03b00f365b9c939ea6f8c09367ae510ddd3fa8fc67
 DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
deleted file mode 100644
index 5ae75c305754..
--- a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
-HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
-   https://github.com/joostkremers/pandoc-mode/";
-SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64"
-SLOT="0"
-
-BDEPEND="
-   app-emacs/dash
-   app-emacs/hydra
-"
-RDEPEND="
-   ${BDEPEND}
-   virtual/pandoc
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-   elisp_src_install
-   doinfo ${PN}.info
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2024-09-23 Thread Maciej Barć
commit: e660a225aa0561d3a37ddd5b0b094462efc78e5d
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Sep 23 09:34:43 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Sep 23 10:00:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e660a225

app-emacs/pandoc-mode: bump to 2.33

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

 app-emacs/pandoc-mode/Manifest|  1 +
 app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index e3e76e674447..d5ac95ee3120 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1 +1,2 @@
 DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 
2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01
 SHA512 
6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f
+DIST pandoc-mode-2.33.tar.gz 97645 BLAKE2B 
d6bd6fa713f5b8d50bdaa8df880099a4fe670353ba98ac7d63d0fc6b5d7b4398a585a43c34d04e94fc794de666a45bff8b11a8a850d581553a64b5b2d5db5178
 SHA512 
a7d6ed18bd5cad3a70f0b15aedf4d70de723318ec082d60ad543b438d9fca19f04c91d5829fa431578089e03b00f365b9c939ea6f8c09367ae510ddd3fa8fc67

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild
new file mode 100644
index ..893a94b2f955
--- /dev/null
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
+HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
+   https://github.com/joostkremers/pandoc-mode/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git";
+else
+   SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+BDEPEND="
+   app-emacs/dash
+   app-emacs/hydra
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/pandoc
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp_src_install
+
+   doinfo "${PN}.info"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2023-02-02 Thread Maciej Barć
commit: d9ac85c0c5e36870bbcf851f3aa31d1c2b53c4c0
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Feb  2 08:18:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Feb  2 10:51:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac85c0

app-emacs/pandoc-mode: fix DESCRIPTION

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

 app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
index 4d7d1760c9a9..5ae75c305754 100644
--- a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit elisp
 
-DESCRIPTION="BibTeX database manager for Emacs"
+DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc"
 HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
https://github.com/joostkremers/pandoc-mode/";
 SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
+   -> ${P}.tar.gz"
 
 LICENSE="BSD"
 KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/

2022-07-14 Thread Maciej Barć
commit: 2d8b4a9094ef18a0b179c487e45bced3f8565d6c
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 14 10:14:26 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 14 10:15:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8b4a90

app-emacs/pandoc-mode: remove Emacs version limit

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

 .../pandoc-mode/{pandoc-mode-2.32.ebuild => pandoc-mode-2.32-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
similarity index 97%
rename from app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild
rename to app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
index 3469a1a55d59..4d7d1760c9a9 100644
--- a/app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-NEED_EMACS=26.1
-
 inherit elisp
 
 DESCRIPTION="BibTeX database manager for Emacs"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/files/, app-emacs/pandoc-mode/

2022-07-14 Thread Maciej Barć
commit: 9a0a581ce775d9070f40f559a5aa466593e5a396
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 14 09:53:52 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 14 10:05:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0a581c

app-emacs/pandoc-mode: new package; add version 2.32

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

 app-emacs/pandoc-mode/Manifest |  1 +
 .../pandoc-mode/files/50pandoc-mode-gentoo.el  |  5 
 app-emacs/pandoc-mode/metadata.xml | 20 +
 app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild  | 35 ++
 4 files changed, 61 insertions(+)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
new file mode 100644
index ..e3e76e674447
--- /dev/null
+++ b/app-emacs/pandoc-mode/Manifest
@@ -0,0 +1 @@
+DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 
2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01
 SHA512 
6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f

diff --git a/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el 
b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el
new file mode 100644
index ..7b5175907861
--- /dev/null
+++ b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'conditionally-turn-on-pandoc "pandoc-mode"
+  "Turn on pandoc-mode if a pandoc settings file exists.")  ; non-interactive
+(autoload 'pandoc-mode "pandoc-mode"
+  "Minor mode for interacting with Pandoc." t)

diff --git a/app-emacs/pandoc-mode/metadata.xml 
b/app-emacs/pandoc-mode/metadata.xml
new file mode 100644
index ..2836a8a3bb27
--- /dev/null
+++ b/app-emacs/pandoc-mode/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  
[email protected]
+Gentoo GNU Emacs project
+  
+  
+pandoc-mode is an Emacs mode for interacting with Pandoc. pandoc-mode is
+implemented as a minor mode that can be activated alongside the major mode
+for any of Pandoc's supported input formats. It provides facilities to set
+the various options that Pandoc accepts and to run Pandoc on the input
+file.
+  
+  
+https://github.com/joostkremers/pandoc-mode/issues/
+joostkremers/pandoc-mode
+  
+

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild
new file mode 100644
index ..3469a1a55d59
--- /dev/null
+++ b/app-emacs/pandoc-mode/pandoc-mode-2.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="BibTeX database manager for Emacs"
+HOMEPAGE="https://joostkremers.github.io/pandoc-mode/
+   https://github.com/joostkremers/pandoc-mode/";
+SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+SLOT="0"
+
+BDEPEND="
+   app-emacs/dash
+   app-emacs/hydra
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/pandoc
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp_src_install
+   doinfo ${PN}.info
+}