public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2022-12-18 20:10 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2022-12-18 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a7b7d8fe8494e4467e9f27d8644be7f1c3828070
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 20:03:09 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 20:10:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b7d8fe

dev-ada/markdown: new package, add 23.0.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/Manifest               |  1 +
 dev-ada/markdown/markdown-23.0.0.ebuild | 20 ++++++++++++++++++++
 dev-ada/markdown/metadata.xml           | 10 ++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-ada/markdown/Manifest b/dev-ada/markdown/Manifest
new file mode 100644
index 000000000000..7a078cbed0b5
--- /dev/null
+++ b/dev-ada/markdown/Manifest
@@ -0,0 +1 @@
+DIST markdown-23.0.0.tar.gz 29626 BLAKE2B 146c980635aec06e8b806f3b00ef8a66b2a34de0a5aebf3ff1a83d3f99187b97c714c81a5a7054dd75d3fa87e6682b260636c12044fce05dc79ddf52d2fe56a5 SHA512 13497f8762d360190d158bbcbbb3a0efaaedad0c67b69d0df63c31029ed482c5b6a169152433fb3fd267e97bebc1950d0a8307fc849945a1b7f68892feb496c0

diff --git a/dev-ada/markdown/markdown-23.0.0.ebuild b/dev-ada/markdown/markdown-23.0.0.ebuild
new file mode 100644
index 000000000000..eca11163eb26
--- /dev/null
+++ b/dev-ada/markdown/markdown-23.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+inherit ada
+
+DESCRIPTION="Provides a markdown parser written in Ada"
+HOMEPAGE="https://github.com/AdaCore/markdown"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""

diff --git a/dev-ada/markdown/metadata.xml b/dev-ada/markdown/metadata.xml
new file mode 100644
index 000000000000..c6c5c32e7b3a
--- /dev/null
+++ b/dev-ada/markdown/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ada@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">AdaCore/markdown</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2022-12-19 13:49 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2022-12-19 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     db1999a0e415618084896dc96aa4080d05bed5ba
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 13:47:42 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 13:48:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1999a0

dev-ada/markdown: fix deps

Closes: https://bugs.gentoo.org/887069
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/markdown-23.0.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-23.0.0.ebuild b/dev-ada/markdown/markdown-23.0.0.ebuild
index eca11163eb26..211f2cb18159 100644
--- a/dev-ada/markdown/markdown-23.0.0.ebuild
+++ b/dev-ada/markdown/markdown-23.0.0.ebuild
@@ -15,6 +15,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND="${ADA_DEPS}
+	dev-ada/gprbuild[${ADA_USEDEP}]
+	dev-ada/VSS[${ADA_USEDEP}]"
+DEPEND="${RDEPEND}"
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2023-03-20 20:40 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2023-03-20 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9362f6d2fae97a731d4c0d96c11dbddb428bb4c8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 20:30:35 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 20:39:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9362f6d2

dev-ada/markdown: add gcc_12 support

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/markdown-23.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-23.0.0.ebuild b/dev-ada/markdown/markdown-23.0.0.ebuild
index 211f2cb18159..f6a994928520 100644
--- a/dev-ada/markdown/markdown-23.0.0.ebuild
+++ b/dev-ada/markdown/markdown-23.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
 inherit ada
 
 DESCRIPTION="Provides a markdown parser written in Ada"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2023-03-21 21:02 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2023-03-21 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     77cde505d46fafb398efefa8746a6dbfc4f79d2d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 20:44:39 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 20:59:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cde505

dev-ada/markdown: drop gcc_12_2_0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../markdown/{markdown-23.0.0.ebuild => markdown-23.0.0-r1.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-23.0.0.ebuild b/dev-ada/markdown/markdown-23.0.0-r1.ebuild
similarity index 90%
rename from dev-ada/markdown/markdown-23.0.0.ebuild
rename to dev-ada/markdown/markdown-23.0.0-r1.ebuild
index f6a994928520..010dd701d1ac 100644
--- a/dev-ada/markdown/markdown-23.0.0.ebuild
+++ b/dev-ada/markdown/markdown-23.0.0-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
+ADA_COMPAT=( gnat_2021 gcc_12 )
 inherit ada
 
 DESCRIPTION="Provides a markdown parser written in Ada"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2023-12-13  5:50 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2023-12-13  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f98fcf7810b0ce5dd385a596c98ded4676ba16ae
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 05:49:58 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 05:50:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98fcf78

dev-ada/markdown: support gcc:13

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{markdown-23.0.0-r1.ebuild => markdown-23.0.0-r2.ebuild}      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-23.0.0-r1.ebuild b/dev-ada/markdown/markdown-23.0.0-r2.ebuild
similarity index 73%
rename from dev-ada/markdown/markdown-23.0.0-r1.ebuild
rename to dev-ada/markdown/markdown-23.0.0-r2.ebuild
index 010dd701d1ac..ff6f2a9745ef 100644
--- a/dev-ada/markdown/markdown-23.0.0-r1.ebuild
+++ b/dev-ada/markdown/markdown-23.0.0-r2.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 )
-inherit ada
+ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+inherit ada multiprocessing
 
 DESCRIPTION="Provides a markdown parser written in Ada"
 HOMEPAGE="https://github.com/AdaCore/markdown"
@@ -20,3 +20,7 @@ RDEPEND="${ADA_DEPS}
 	dev-ada/VSS[${ADA_USEDEP}]"
 DEPEND="${RDEPEND}"
 BDEPEND=""
+
+src_compile() {
+	gprbuild -v -p -j$(makeopts_jobs) -XBUILD_MODE=dev gnat/markdown.gpr -cargs ${ADAFLAGS}
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2024-03-18 17:58 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2024-03-18 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f36584ce4deac8bd39643a86a36955c92b1965c1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 17:57:50 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 17:57:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36584ce

dev-ada/markdown: add 24.0.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/Manifest               |  1 +
 dev-ada/markdown/markdown-24.0.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ada/markdown/Manifest b/dev-ada/markdown/Manifest
index 7a078cbed0b5..e38034505b8f 100644
--- a/dev-ada/markdown/Manifest
+++ b/dev-ada/markdown/Manifest
@@ -1 +1,2 @@
 DIST markdown-23.0.0.tar.gz 29626 BLAKE2B 146c980635aec06e8b806f3b00ef8a66b2a34de0a5aebf3ff1a83d3f99187b97c714c81a5a7054dd75d3fa87e6682b260636c12044fce05dc79ddf52d2fe56a5 SHA512 13497f8762d360190d158bbcbbb3a0efaaedad0c67b69d0df63c31029ed482c5b6a169152433fb3fd267e97bebc1950d0a8307fc849945a1b7f68892feb496c0
+DIST markdown-24.0.0.tar.gz 44043 BLAKE2B c8ae36d9bb628298a61ca91f15c3c937c1b5d192c90f38fbf85a7a2b193664abd7dcad50a61c75f91160475774f6ddf2ecdb7b47ad9f454223795fd6983afb01 SHA512 beb6adc41d86a2b18debbc21bdafbd069cfef72bd2cd52d5b18630316744f25fc6c71450d87dc8a87830a9a40458a494132dec61c10587d5d81418f58c6e0f73

diff --git a/dev-ada/markdown/markdown-24.0.0.ebuild b/dev-ada/markdown/markdown-24.0.0.ebuild
new file mode 100644
index 000000000000..7b04a6f1cd8e
--- /dev/null
+++ b/dev-ada/markdown/markdown-24.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+inherit ada multiprocessing
+
+DESCRIPTION="Provides a markdown parser written in Ada"
+HOMEPAGE="https://github.com/AdaCore/markdown"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}
+	dev-ada/gprbuild[${ADA_USEDEP}]
+	dev-ada/VSS[${ADA_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	gprbuild -v -p -j$(makeopts_jobs) -XBUILD_MODE=dev gnat/markdown.gpr -cargs ${ADAFLAGS}
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2025-01-01 11:05 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2025-01-01 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c701866da58dd2a5c75b4ffba4cff112a96c7c15
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 11:04:10 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 11:04:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c701866d

dev-ada/markdown: drop gnat_2021 (VSS not supporting it)

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../markdown/{markdown-24.0.0.ebuild => markdown-24.0.0-r1.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-24.0.0.ebuild b/dev-ada/markdown/markdown-24.0.0-r1.ebuild
similarity index 88%
rename from dev-ada/markdown/markdown-24.0.0.ebuild
rename to dev-ada/markdown/markdown-24.0.0-r1.ebuild
index 7b04a6f1cd8e..1c2a4d380b42 100644
--- a/dev-ada/markdown/markdown-24.0.0.ebuild
+++ b/dev-ada/markdown/markdown-24.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+ADA_COMPAT=( gcc_12 gcc_13 )
 inherit ada multiprocessing
 
 DESCRIPTION="Provides a markdown parser written in Ada"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2025-01-01 11:05 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2025-01-01 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     15209e219b06906cdae21632d37f31ef4cf44b58
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 11:03:16 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 11:03:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15209e21

dev-ada/markdown: drop 23.0.0-r2

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/Manifest                  |  1 -
 dev-ada/markdown/markdown-23.0.0-r2.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-ada/markdown/Manifest b/dev-ada/markdown/Manifest
index e38034505b8f..b0c27fd28247 100644
--- a/dev-ada/markdown/Manifest
+++ b/dev-ada/markdown/Manifest
@@ -1,2 +1 @@
-DIST markdown-23.0.0.tar.gz 29626 BLAKE2B 146c980635aec06e8b806f3b00ef8a66b2a34de0a5aebf3ff1a83d3f99187b97c714c81a5a7054dd75d3fa87e6682b260636c12044fce05dc79ddf52d2fe56a5 SHA512 13497f8762d360190d158bbcbbb3a0efaaedad0c67b69d0df63c31029ed482c5b6a169152433fb3fd267e97bebc1950d0a8307fc849945a1b7f68892feb496c0
 DIST markdown-24.0.0.tar.gz 44043 BLAKE2B c8ae36d9bb628298a61ca91f15c3c937c1b5d192c90f38fbf85a7a2b193664abd7dcad50a61c75f91160475774f6ddf2ecdb7b47ad9f454223795fd6983afb01 SHA512 beb6adc41d86a2b18debbc21bdafbd069cfef72bd2cd52d5b18630316744f25fc6c71450d87dc8a87830a9a40458a494132dec61c10587d5d81418f58c6e0f73

diff --git a/dev-ada/markdown/markdown-23.0.0-r2.ebuild b/dev-ada/markdown/markdown-23.0.0-r2.ebuild
deleted file mode 100644
index ff6f2a9745ef..000000000000
--- a/dev-ada/markdown/markdown-23.0.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
-inherit ada multiprocessing
-
-DESCRIPTION="Provides a markdown parser written in Ada"
-HOMEPAGE="https://github.com/AdaCore/markdown"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${ADA_DEPS}
-	dev-ada/gprbuild[${ADA_USEDEP}]
-	dev-ada/VSS[${ADA_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-src_compile() {
-	gprbuild -v -p -j$(makeopts_jobs) -XBUILD_MODE=dev gnat/markdown.gpr -cargs ${ADAFLAGS}
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2025-01-01 11:59 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2025-01-01 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     078af8063f2336f20403df26d0cb69aa16695002
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 11:58:37 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 11:58:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078af806

dev-ada/markdown: add 25.0.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/Manifest               |  2 ++
 dev-ada/markdown/markdown-25.0.0.ebuild | 54 +++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-ada/markdown/Manifest b/dev-ada/markdown/Manifest
index b0c27fd28247..f2cedd7fa143 100644
--- a/dev-ada/markdown/Manifest
+++ b/dev-ada/markdown/Manifest
@@ -1 +1,3 @@
+DIST commonmark-spec-0.31.2.tar.gz 75228 BLAKE2B bc92d6f39527e6d675d89b34a2e0941bf18a7faf0dfc7622d95bab7504b745629fa210b3c6e39f4ae1300ce14936b43a709b237b6b5fcb9e3095f94312b1d454 SHA512 b44e0b791a2d7e597c5280f1f8779ff8e3f6dab376e97872077e34adb0b2ad264b55155e5c9d0b88713b479f1b4254f766399a0901d02e63da5088a8585e85ba
 DIST markdown-24.0.0.tar.gz 44043 BLAKE2B c8ae36d9bb628298a61ca91f15c3c937c1b5d192c90f38fbf85a7a2b193664abd7dcad50a61c75f91160475774f6ddf2ecdb7b47ad9f454223795fd6983afb01 SHA512 beb6adc41d86a2b18debbc21bdafbd069cfef72bd2cd52d5b18630316744f25fc6c71450d87dc8a87830a9a40458a494132dec61c10587d5d81418f58c6e0f73
+DIST markdown-25.0.0.tar.gz 48445 BLAKE2B ccdf0e6851c462b88565611e89db60dc42895f9c55e7f1219a1dfee98623575f5c5bc416b813becf4e7f3ed64791a82d1edd20b4082c1ccb1349cd68f88c018f SHA512 1818110a0539b91d407b1bba6ca2d9f18e0d5fe71be97dc9cd1000331e579a5f06349f4f1b11f09341e507dbff9e47cafb31df2d5816e33c1c84baa9e4b01009

diff --git a/dev-ada/markdown/markdown-25.0.0.ebuild b/dev-ada/markdown/markdown-25.0.0.ebuild
new file mode 100644
index 000000000000..74154640a54e
--- /dev/null
+++ b/dev-ada/markdown/markdown-25.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ADA_COMPAT=( gcc_12 gcc_13 )
+PYTHON_COMPAT=( python3_{10..13} python3_13t )
+
+inherit ada python-any-r1 multiprocessing
+
+SpecV=0.31.2
+SpecN="commonmark-spec"
+Spec=${SpecN}-${SpecV}
+
+DESCRIPTION="Provides a markdown parser written in Ada"
+HOMEPAGE="https://github.com/AdaCore/markdown"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz
+	test? (
+		https://github.com/commonmark/${SpecN}/archive/refs/tags/${SpecV}.tar.gz
+		-> ${Spec}.tar.gz
+	)"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="${ADA_DEPS}
+	dev-ada/gprbuild[${ADA_USEDEP}]
+	dev-ada/VSS[${ADA_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( ${PYTHON_DEPS} )"
+
+src_prepare() {
+	if use test; then
+		mv ../${Spec} ${SpecN} || die
+		sed -i -e "s|python3|python|" Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	gprbuild -v -p -j$(makeopts_jobs) -XBUILD_MODE=dev gnat/markdown.gpr \
+		-cargs ${ADAFLAGS} || die
+}
+
+src_test() {
+	emake build_tests
+	emake check_markdown
+	diff -u testsuite/commonmark/xfails.txt \
+		commonmark-spec/markdown_tests_result || die
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2025-01-05 22:02 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2025-01-05 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e0ad6ced6c00472f7f600eb2b39876446d607c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 22:01:41 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 22:01:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e0ad6c

dev-ada/markdown: keyword 25.0.0 for ~arm64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/markdown-25.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/markdown/markdown-25.0.0.ebuild b/dev-ada/markdown/markdown-25.0.0.ebuild
index 74154640a54e..b65f0331dd69 100644
--- a/dev-ada/markdown/markdown-25.0.0.ebuild
+++ b/dev-ada/markdown/markdown-25.0.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/
@ 2025-02-02 17:14 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2025-02-02 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1b180d3ea9c1f0004b072e58751120819a51dcba
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 17:13:28 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 17:14:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b180d3e

dev-ada/markdown: support gcc_14

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/markdown/markdown-25.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/markdown/markdown-25.0.0.ebuild b/dev-ada/markdown/markdown-25.0.0.ebuild
index b65f0331dd69..86a660c4d7b6 100644
--- a/dev-ada/markdown/markdown-25.0.0.ebuild
+++ b/dev-ada/markdown/markdown-25.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gcc_12 gcc_13 )
+ADA_COMPAT=( gcc_12 gcc_13 gcc_14 )
 PYTHON_COMPAT=( python3_{10..13} python3_13t )
 
 inherit ada python-any-r1 multiprocessing


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-02-02 17:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-05 22:02 [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 17:14 Alfredo Tupone
2025-01-01 11:59 Alfredo Tupone
2025-01-01 11:05 Alfredo Tupone
2025-01-01 11:05 Alfredo Tupone
2024-03-18 17:58 Alfredo Tupone
2023-12-13  5:50 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-20 20:40 Alfredo Tupone
2022-12-19 13:49 Alfredo Tupone
2022-12-18 20:10 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox