* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2016-05-29 13:51 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2016-05-29 13:51 UTC (permalink / raw
To: gentoo-commits
commit: 4698ecf02f950b6ba6a1c79a36fa17290aa1c129
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 13:49:06 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May 29 13:49:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4698ecf0
app-emacs/markdown-mode: ELISP_PATCHES isn't an array.
Package-Manager: portage-2.3.0_rc1
app-emacs/markdown-mode/markdown-mode-2.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.1.ebuild
index 27708554..af5e0cb 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.1.ebuild
@@ -19,5 +19,4 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
SITEFILE="50${PN}-gentoo.el"
-
-ELISP_PATCHES=( ${P}-text-auto-mode.patch )
+ELISP_PATCHES="${P}-text-auto-mode.patch"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2018-02-26 7:33 Naohiro Aota
0 siblings, 0 replies; 14+ messages in thread
From: Naohiro Aota @ 2018-02-26 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 1ce76267d12e2837c7768d9ea19fd7bd797cb1f1
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 07:26:46 2018 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 07:31:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce76267
app-emacs/markdown-mode: version bump
Bug: https://bugs.gentoo.org/647846
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-emacs/markdown-mode/Manifest | 1 +
app-emacs/markdown-mode/markdown-mode-2.3.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index 9e857817e3c..33627efc294 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,3 +1,4 @@
DIST markdown-mode-1.8.1.el.xz 18152 BLAKE2B 38d41ffc9fa22db0b31a0f6fa9eeeeb8beab5ac519a737f2e0de926f736a40c6570d3a98097a90b347b16569e2d191cb1cd9e630bf1a9071fa7939a0f88f2c5c SHA512 1e679a409fa5a7f6f622e4a554d74ea1820ba1e82eb77d3ce6b33d5494350232a2b165c9f002a076d4ce97138584381938d5c2ccac4161131ffba82da5091946
DIST markdown-mode-2.0.el.xz 39508 BLAKE2B 723d3762584a9723851f7dda63f172a5d495bd8c967538bbf9f2b3b2dacebc31ee3369dde1d8bfc288419a585e9f3a66382fc3e35de143618cdfd5e5cd77010f SHA512 eaad1561c5a84f47cd07318f0c80454d28a59becc0372453ec1412511879335a5717d1531895fe969c5d2fe7a4aac5a9e55ee727dcee621ba203737ca9182f3d
DIST markdown-mode-2.1.el.xz 50484 BLAKE2B 12ae664f0680a420727148c2ed78275ab7dcdc8ae742a0152f82dc25150cea9bd5d880b9244351792354ac1d64789267163512e55c2b83f64855bbc0ab0ac33e SHA512 3f0d68b03408281e49c9dbf4d26b8c1f766aa675efea6789b13722c7b1d831af35d3ea30ac071be00242279bca31d04fe92a28b901698fe2072d4504d9901253
+DIST markdown-mode-2.3.el 387130 BLAKE2B acb583126a6f952835537f9e386df5f9a8fda5e49a14520e153c0cc99fc58cca596607b282f9f7070b001fe8165d50adb9abb81de1b03ae102cf2061de587810 SHA512 0820c5ae585e0f5ee8fef9eca40f2de2ad632a2559ea7f447cd19ded592de38bf2f3df8491796c15eb06723fe2af904335535af145356c7a7f9f855612263aaf
diff --git a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
new file mode 100644
index 00000000000..150ec1a5aa7
--- /dev/null
+++ b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing Markdown-formatted text files"
+HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
+SRC_URI="https://stable.melpa.org/packages/${P}.el"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
+
+S="${WORKDIR}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_unpack() {
+ cp "${DISTDIR}"/${P}.el ${PN}.el || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2018-02-26 7:39 Naohiro Aota
0 siblings, 0 replies; 14+ messages in thread
From: Naohiro Aota @ 2018-02-26 7:39 UTC (permalink / raw
To: gentoo-commits
commit: fa60289a86f289552fac8d8b912a555f25854337
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 07:36:40 2018 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 07:38:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa60289a
app-emacs/markdown-mode: drop old packages
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-emacs/markdown-mode/Manifest | 2 --
.../markdown-mode/markdown-mode-1.8.1-r1.ebuild | 21 ---------------------
app-emacs/markdown-mode/markdown-mode-2.0.ebuild | 20 --------------------
3 files changed, 43 deletions(-)
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index 33627efc294..ab06fcbd095 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,4 +1,2 @@
-DIST markdown-mode-1.8.1.el.xz 18152 BLAKE2B 38d41ffc9fa22db0b31a0f6fa9eeeeb8beab5ac519a737f2e0de926f736a40c6570d3a98097a90b347b16569e2d191cb1cd9e630bf1a9071fa7939a0f88f2c5c SHA512 1e679a409fa5a7f6f622e4a554d74ea1820ba1e82eb77d3ce6b33d5494350232a2b165c9f002a076d4ce97138584381938d5c2ccac4161131ffba82da5091946
-DIST markdown-mode-2.0.el.xz 39508 BLAKE2B 723d3762584a9723851f7dda63f172a5d495bd8c967538bbf9f2b3b2dacebc31ee3369dde1d8bfc288419a585e9f3a66382fc3e35de143618cdfd5e5cd77010f SHA512 eaad1561c5a84f47cd07318f0c80454d28a59becc0372453ec1412511879335a5717d1531895fe969c5d2fe7a4aac5a9e55ee727dcee621ba203737ca9182f3d
DIST markdown-mode-2.1.el.xz 50484 BLAKE2B 12ae664f0680a420727148c2ed78275ab7dcdc8ae742a0152f82dc25150cea9bd5d880b9244351792354ac1d64789267163512e55c2b83f64855bbc0ab0ac33e SHA512 3f0d68b03408281e49c9dbf4d26b8c1f766aa675efea6789b13722c7b1d831af35d3ea30ac071be00242279bca31d04fe92a28b901698fe2072d4504d9901253
DIST markdown-mode-2.3.el 387130 BLAKE2B acb583126a6f952835537f9e386df5f9a8fda5e49a14520e153c0cc99fc58cca596607b282f9f7070b001fe8165d50adb9abb81de1b03ae102cf2061de587810 SHA512 0820c5ae585e0f5ee8fef9eca40f2de2ad632a2559ea7f447cd19ded592de38bf2f3df8491796c15eb06723fe2af904335535af145356c7a7f9f855612263aaf
diff --git a/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild
deleted file mode 100644
index d41dcd70957..00000000000
--- a/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
-# Cannot use this url because its hash differ about every five minutes
-# SRC_URI="http://jblevins.org/git/markdown-mode.git/snapshot/${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.el.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
-
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/markdown-mode/markdown-mode-2.0.ebuild b/app-emacs/markdown-mode/markdown-mode-2.0.ebuild
deleted file mode 100644
index 3880042fb2d..00000000000
--- a/app-emacs/markdown-mode/markdown-mode-2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
-# Cannot use this url because its hash differ about every five minutes
-# SRC_URI="http://jblevins.org/git/${PN}.git/snapshot/${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
-
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2018-05-18 12:34 Aaron Bauman
0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2018-05-18 12:34 UTC (permalink / raw
To: gentoo-commits
commit: dbc3c88dff8f9d7e031b613d945ae1f291bbb961
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 17 08:09:13 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 18 12:32:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc3c88d
app-emacs/markdown-mode: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8441
app-emacs/markdown-mode/markdown-mode-2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
index 150ec1a5aa7..1a8f2d0437c 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit elisp
DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
+HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
SRC_URI="https://stable.melpa.org/packages/${P}.el"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2021-04-12 17:52 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2021-04-12 17:52 UTC (permalink / raw
To: gentoo-commits
commit: b30c33e32db7c8d1da258b9265c67780f6c3e8b6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 16:55:52 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 17:52:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30c33e3
app-emacs/markdown-mode: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/markdown-mode/Manifest | 1 -
app-emacs/markdown-mode/markdown-mode-2.3.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index bb12eeefa18..90217be7d13 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,2 +1 @@
-DIST markdown-mode-2.3.el 387130 BLAKE2B acb583126a6f952835537f9e386df5f9a8fda5e49a14520e153c0cc99fc58cca596607b282f9f7070b001fe8165d50adb9abb81de1b03ae102cf2061de587810 SHA512 0820c5ae585e0f5ee8fef9eca40f2de2ad632a2559ea7f447cd19ded592de38bf2f3df8491796c15eb06723fe2af904335535af145356c7a7f9f855612263aaf
DIST markdown-mode-2.4.tar.gz 211229 BLAKE2B 49a369d1b418634449cdac3103e1b107b5dd839edba6a3329539b80cf21bfb0f01aa436ec6deb256bfb5f03ef73b716943730adc4a87b52262dfccbd7923556e SHA512 8bf2acd7f402c036c57521340d26cea150935964f04f1343c2e17147d63226c815150be62c0b79a2ba48e55b3155d94f38caf1ec43c21d4f32dee6e73cc261a0
diff --git a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild b/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
deleted file mode 100644
index 1a8f2d0437c..00000000000
--- a/app-emacs/markdown-mode/markdown-mode-2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
-SRC_URI="https://stable.melpa.org/packages/${P}.el"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
-
-S="${WORKDIR}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
- cp "${DISTDIR}"/${P}.el ${PN}.el || die
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2022-02-16 11:36 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2022-02-16 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 1538b1eb3ea55e35909a4e2621d7fc366d80d963
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 11:35:44 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 11:36:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1538b1eb
app-emacs/markdown-mode: Add test dependency on English dictionary
Closes: https://bugs.gentoo.org/833463
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/markdown-mode/markdown-mode-2.5.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5.ebuild
index 6fbdac47a46a..ccc41dbe1ba0 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.5.ebuild
@@ -21,7 +21,10 @@ RDEPEND="|| (
dev-python/markdown2
dev-python/markdown
)"
-BDEPEND="test? ( app-text/pandoc )"
+BDEPEND="test? (
+ app-text/pandoc
+ || ( app-text/aspell[l10n_en] app-text/hunspell[l10n_en] )
+)"
PATCHES=(
"${FILESDIR}"/${PN}-2.5-markdown-command.patch
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2022-06-07 19:27 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2022-06-07 19:27 UTC (permalink / raw
To: gentoo-commits
commit: aca8daafc99350deb7b4c6b58596ae332a1bad94
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 7 19:13:32 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 19:27:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca8daaf
app-emacs/markdown-mode: depend on pandoc virtual
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../{markdown-mode-2.4.ebuild => markdown-mode-2.4-r1.ebuild} | 6 +++---
.../{markdown-mode-2.5.ebuild => markdown-mode-2.5-r1.ebuild} | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.4.ebuild b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
similarity index 87%
rename from app-emacs/markdown-mode/markdown-mode-2.4.ebuild
rename to app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
index 79c7e94ef8f5..860a8236dc2f 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.4.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,11 +17,11 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="|| (
- app-text/pandoc
dev-python/markdown2
dev-python/markdown
+ virtual/pandoc
)"
-BDEPEND="test? ( app-text/pandoc )"
+BDEPEND="test? ( virtual/pandoc )"
PATCHES=( "${FILESDIR}"/${PN}-2.4-markdown-command.patch )
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
similarity index 95%
rename from app-emacs/markdown-mode/markdown-mode-2.5.ebuild
rename to app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
index ccc41dbe1ba0..f1d8ea07da56 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
@@ -17,12 +17,12 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="|| (
- app-text/pandoc
dev-python/markdown2
dev-python/markdown
+ virtual/pandoc
)"
BDEPEND="test? (
- app-text/pandoc
+ virtual/pandoc
|| ( app-text/aspell[l10n_en] app-text/hunspell[l10n_en] )
)"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2022-08-16 20:47 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-08-16 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 2f5895a6d0843563ddfa6363b4d3f88d4df982d4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 20:45:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 20:45:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5895a6
app-emacs/markdown-mode: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/markdown-mode/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-emacs/markdown-mode/metadata.xml b/app-emacs/markdown-mode/metadata.xml
index da6f1023683d..32cca32a7253 100644
--- a/app-emacs/markdown-mode/metadata.xml
+++ b/app-emacs/markdown-mode/metadata.xml
@@ -10,4 +10,7 @@
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">rblevin/markdown-mode</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2023-03-23 9:00 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-03-23 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 7fe80e11eaa7c778f7c848a95761b5f9209e6b5e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 09:00:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 09:00:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe80e11
app-emacs/markdown-mode: Stabilize 2.5-r1 amd64, #899640
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
index f1d8ea07da56..4e5d1e71c813 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2023-05-21 14:56 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-05-21 14:56 UTC (permalink / raw
To: gentoo-commits
commit: a87eee1bf0e4a9bf25a191825ce25d4655da34c3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 14:53:23 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun May 21 14:56:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87eee1b
app-emacs/markdown-mode: edit-indirect optfeature; format
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../markdown-mode/markdown-mode-2.5-r1.ebuild | 33 ++++++++++++++++------
1 file changed, 24 insertions(+), 9 deletions(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
index 82e1e0ff7742..e11c0d58dab2 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
@@ -3,11 +3,12 @@
EAPI=8
-inherit elisp
+inherit elisp optfeature
DESCRIPTION="Major mode for editing Markdown-formatted text files"
HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
-SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
@@ -15,19 +16,33 @@ KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="|| (
+RDEPEND="
+ || (
dev-python/markdown2
dev-python/markdown
virtual/pandoc
- )"
-BDEPEND="test? (
- virtual/pandoc
- || ( app-text/aspell[l10n_en] app-text/hunspell[l10n_en] )
-)"
+ )
+"
+BDEPEND="
+ test? (
+ virtual/pandoc
+ || (
+ app-text/aspell[l10n_en]
+ app-text/hunspell[l10n_en]
+ )
+ )
+"
PATCHES=(
"${FILESDIR}"/${PN}-2.5-markdown-command.patch
"${FILESDIR}"/${PN}-2.5-test.patch
)
+
+DOCS=( CHANGES.md CONTRIBUTING.md README.md )
SITEFILE="50${PN}-gentoo.el"
-DOCS="CHANGES.md CONTRIBUTING.md README.md"
+
+pkg_postinst() {
+ elisp_pkg_postinst
+
+ optfeature "editing Markdown source code blocks" app-emacs/edit-indirect
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2023-08-31 21:22 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-08-31 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 37173088edc700e689c69853c1232439212044d0
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 20:11:42 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 21:21:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37173088
app-emacs/markdown-mode: drop old 2.4-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/markdown-mode/Manifest | 1 -
.../markdown-mode/markdown-mode-2.4-r1.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index 97627f5d4bbf..3303ac5e5648 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,2 +1 @@
-DIST markdown-mode-2.4.tar.gz 211229 BLAKE2B 49a369d1b418634449cdac3103e1b107b5dd839edba6a3329539b80cf21bfb0f01aa436ec6deb256bfb5f03ef73b716943730adc4a87b52262dfccbd7923556e SHA512 8bf2acd7f402c036c57521340d26cea150935964f04f1343c2e17147d63226c815150be62c0b79a2ba48e55b3155d94f38caf1ec43c21d4f32dee6e73cc261a0
DIST markdown-mode-2.5.tar.gz 218329 BLAKE2B ea4f3e316383951c00e6a68e388db228567b7a06ac87bb268f28c026a8518e9a8516f27d137c79c24727bd71c785a6e9f1217d160e472abc7bdba2c5bda17f16 SHA512 6bb4d79a5a4c3d3891fc8be4d357fa6dccae9f3eeb8f6c04f840da6cfe6875090ebcc0b1a74961e2a4ac1a59389781fa37ef2420383019983705c2cc66db5b8e
diff --git a/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
deleted file mode 100644
index 7a01a0643196..000000000000
--- a/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="https://jblevins.org/projects/markdown-mode/"
-SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="|| (
- dev-python/markdown2
- dev-python/markdown
- virtual/pandoc
- )"
-BDEPEND="test? ( virtual/pandoc )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.4-markdown-command.patch )
-SITEFILE="50${PN}-gentoo.el"
-DOCS="CHANGES.md CONTRIBUTING.md README.md"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2023-08-31 21:22 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2023-08-31 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 7e92cb0f10b76c2772929793ae0f0ca81b97326b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 20:33:14 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 21:21:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e92cb0f
app-emacs/markdown-mode: update metadata.xml
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/markdown-mode/metadata.xml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/app-emacs/markdown-mode/metadata.xml b/app-emacs/markdown-mode/metadata.xml
index 32cca32a7253..b2e9a0fad2fd 100644
--- a/app-emacs/markdown-mode/metadata.xml
+++ b/app-emacs/markdown-mode/metadata.xml
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
- <maintainer type="person">
- <email>naota@gentoo.org</email>
- <name>Naohiro Aota</name>
- </maintainer>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">rblevin/markdown-mode</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>naota@gentoo.org</email>
+ <name>Naohiro Aota</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches />
+ <upstream>
+ <bugs-to>https://github.com/jrblevin/markdown-mode/issues/</bugs-to>
+ <remote-id type="github">jrblevin/markdown-mode</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2023-10-01 18:07 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 217c25779053b6ac6bafc34a631130dcaa23cad6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:07:29 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:07:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217c2577
app-emacs/markdown-mode: Stabilize 2.6 ALLARCHES, #915035
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/markdown-mode/markdown-mode-2.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.6.ebuild b/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
index 62b49e2f34bc..ee6e95415f6e 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/
@ 2024-01-14 17:54 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-01-14 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 2d689b16a533d67bce4ee01d12e753fab8dc28f6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:53:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:53:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d689b16
app-emacs/markdown-mode: Keyword 2.6 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/markdown-mode/markdown-mode-2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/markdown-mode/markdown-mode-2.6.ebuild b/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
index ee6e95415f6e..379c5c74a197 100644
--- a/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-01-14 17:54 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-23 9:00 [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-01-14 17:54 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-08-31 21:22 Maciej Barć
2023-08-31 21:22 Maciej Barć
2023-05-21 14:56 Maciej Barć
2022-08-16 20:47 Sam James
2022-06-07 19:27 Maciej Barć
2022-02-16 11:36 Ulrich Müller
2021-04-12 17:52 Ulrich Müller
2018-05-18 12:34 Aaron Bauman
2018-02-26 7:39 Naohiro Aota
2018-02-26 7:33 Naohiro Aota
2016-05-29 13:51 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox