public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2023-03-21  7:25 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2023-03-21  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     64a221ba835755ce7c8797a05e319a1041e3cbb5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 07:17:14 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 07:17:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a221ba

dev-ada/templates-parser: EAPI8 gcc_12

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

 ...mplates-parser-23.0.0.ebuild => templates-parser-23.0.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
similarity index 95%
rename from dev-ada/templates-parser/templates-parser-23.0.0.ebuild
rename to dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
index 2a61873b68a9..02fcb5a6fcc4 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-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 )
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
 inherit ada multiprocessing
 
 DESCRIPTION="A template engine"


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-03-10  0:28 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2025-03-10  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3ec34b850e15ed259a6043044d6e409f9cb76f05
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 00:28:09 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 00:28:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec34b85

dev-ada/templates-parser: Stabilize 25.0.0-r2 amd64, #951071

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
index 934ec6532eab..2b135f610164 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="doc man +shared static-libs static-pic test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-02-24 20:33 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-02-24 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c320d3eac0dbf8d59a09fab753cc51bbd8ad8a46
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 20:29:02 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 20:32:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c320d3ea

dev-ada/templates-parser: drop gnat_2021

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

 ...mplates-parser-24.0.0.ebuild => templates-parser-24.0.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild b/dev-ada/templates-parser/templates-parser-24.0.0-r1.ebuild
similarity index 92%
rename from dev-ada/templates-parser/templates-parser-24.0.0.ebuild
rename to dev-ada/templates-parser/templates-parser-24.0.0-r1.ebuild
index 9a082eadd8e7..1075dcd8234a 100644
--- a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-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="A template engine"


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-02-02 20:34 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-02-02 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6436266504f74222c4dc4b7f13f12bf4c6e432
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 20:34:06 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 20:34:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab643626

dev-ada/templates-parser: keyword 25.0.0-r2 for ~arm64

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

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

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
index 6fd9775b8876..934ec6532eab 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc man +shared static-libs static-pic test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-01-06  9:11 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-01-06  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3b0a1410c5adb814b1bf7bc89575b2b90db2023d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 09:10:22 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 09:10:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0a1410

dev-ada/templates-parser: fix DEPS and build

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

 ...-25.0.0-r1.ebuild => templates-parser-25.0.0-r2.ebuild} | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
similarity index 92%
rename from dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
rename to dev-ada/templates-parser/templates-parser-25.0.0-r2.ebuild
index 1d01279f3846..6fd9775b8876 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r2.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
 
@@ -19,8 +19,8 @@ IUSE="doc man +shared static-libs static-pic test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="${ADA_DEPS}
-	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
-	shared? ( dev-ada/xmlada[static-pic] )"
+	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?,static-pic?]
+"
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 BDEPEND="doc? (
@@ -61,11 +61,9 @@ src_prepare() {
 }
 
 src_configure() {
-	emake PROCESSORS=$(makeopts_jobs) \
-		ENABLE_STATIC=$(usex static-libs true false) \
-		ENABLE_SHARED=$(usex shared true false) \
-		prefix=/usr \
-		setup
+	cp config/tp_xmlada_dummy.gpr tp_xmlada.gpr
+	echo "PRJ_TARGET = Linux" > makefile.setup
+	echo "VERSION = $(ver_cut 1-2)" >> makefile.setup
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-01-02 12:22 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-01-02 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5887ad84820bbd87b4dccce52de4fa76b199920a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 12:18:52 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 12:21:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5887ad84

dev-ada/templates-parser: does not build with gnat_2021

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

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

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
index e6e1c9babf22..1d01279f3846 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+ADA_COMPAT=( gcc_12 gcc_13 )
 PYTHON_COMPAT=( python3_{10..13} python3_13t )
 inherit ada python-any-r1 multiprocessing
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-01-01 22:38 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-01-01 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f9df8c43e9a71d3849442b4d59ef8e94bd17bead
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 22:35:56 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 22:36:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9df8c43

dev-ada/templates-parser: enabling test

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

 ....0.ebuild => templates-parser-25.0.0-r1.ebuild} | 40 ++++++++++++++++++----
 1 file changed, 34 insertions(+), 6 deletions(-)

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
similarity index 82%
rename from dev-ada/templates-parser/templates-parser-25.0.0.ebuild
rename to dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
index 21c0940b8bf4..e6e1c9babf22 100644
--- a/dev-ada/templates-parser/templates-parser-25.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-25.0.0-r1.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
-inherit ada multiprocessing
+PYTHON_COMPAT=( python3_{10..13} python3_13t )
+inherit ada python-any-r1 multiprocessing
 
 DESCRIPTION="A template engine"
 HOMEPAGE="https://github.com/AdaCore/templates-parser"
@@ -14,8 +15,8 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc man +shared static-libs static-pic"
-RESTRICT="test"
+IUSE="doc man +shared static-libs static-pic test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="${ADA_DEPS}
 	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
@@ -29,15 +30,38 @@ BDEPEND="doc? (
 man? (
 	dev-python/sphinx
 	dev-python/sphinx-rtd-theme
+)
+test? (
+	${PYTHON_DEPS}
+	$(python_gen_any_dep '
+		dev-ada/e3-testsuite[${PYTHON_USEDEP}]
+	')
+	dev-ada/gnatmem
 )"
 
-REQUIRED_USE="|| ( shared static-libs )
+REQUIRED_USE="|| ( shared static-libs static-pic )
 	${ADA_REQUIRED_USE}
-	doc? ( man )"
+	doc? ( man )
+	test? ( static-libs )
+"
+
+python_check_deps() {
+	use test || return 0
+	python_has_version "dev-ada/e3-testsuite[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	# Drop tests that require TP_XMLADA
+	rm -r regtests/tests/010{7,9}* || die
+	default
+}
 
 src_configure() {
 	emake PROCESSORS=$(makeopts_jobs) \
-		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
 		ENABLE_STATIC=$(usex static-libs true false) \
 		ENABLE_SHARED=$(usex shared true false) \
 		prefix=/usr \
@@ -127,3 +151,7 @@ src_install() {
 	use man && doman docs/build/man/templates_parser.1
 	rm -r "${D}"/usr/share/gpr/manifests
 }
+
+src_test() {
+	emake -j1 test
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-01-01 21:29 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-01-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     955b94e67465cccbf2c0d12301093059199bc347
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 21:28:27 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 21:28:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955b94e6

dev-ada/templates-parser: add 25.0.0

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

 dev-ada/templates-parser/Manifest                  |   1 +
 dev-ada/templates-parser/metadata.xml              |   5 +
 .../templates-parser-25.0.0.ebuild                 | 129 +++++++++++++++++++++
 3 files changed, 135 insertions(+)

diff --git a/dev-ada/templates-parser/Manifest b/dev-ada/templates-parser/Manifest
index 64b84565c289..803201883a08 100644
--- a/dev-ada/templates-parser/Manifest
+++ b/dev-ada/templates-parser/Manifest
@@ -1 +1,2 @@
 DIST templates-parser-24.0.0.tar.gz 226649 BLAKE2B 6e84721cbe28164e9c5f683906ff0b360a7dca82a2b91a7fe0253546c6d617d82ff2bb385133435e48c1588821daa3171eee86aeb0de27a55f38cad372f858db SHA512 3661ccb4be3bc3a6a81bbf04244f3b943c87655cad25370e857bb09d24b86ee801388a4a71d63f9135d5f069c54bc184cef4a8a25bcc90d0add8a15c67f8c374
+DIST templates-parser-25.0.0.tar.gz 259459 BLAKE2B b0ba2ad87cbd9cb34773cce54160a30e59b566ec72ce773525ba4cbb33be659dd83f23846bcb6d6fd88726c7cfae52e2993c1ced052f078bd589b14cf73cef55 SHA512 902e41f713dd8446e08ba6f180b4c88c35d37da3476d0c925a4b6a05fb5038ff9ec1b0daa0443a55e82f902867b774efb4e28c0b7d8ec59fb15d050ee523ee87

diff --git a/dev-ada/templates-parser/metadata.xml b/dev-ada/templates-parser/metadata.xml
index 71e5ca6a8779..eb0de48e9af6 100644
--- a/dev-ada/templates-parser/metadata.xml
+++ b/dev-ada/templates-parser/metadata.xml
@@ -6,7 +6,12 @@
 	</maintainer>
 	<use>
 		<flag name="shared">Build shared library</flag>
+		<flag name="static-pic">Build static library with pic code</flag>
 	</use>
+	<longdescription lang="en">
+		The templates parser package has been designed to parse files and to
+		replace some specific tags into these files by some specified values.
+	</longdescription>
 	<upstream>
 		<remote-id type="github">AdaCore/templates-parser</remote-id>
 	</upstream>

diff --git a/dev-ada/templates-parser/templates-parser-25.0.0.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0.ebuild
new file mode 100644
index 000000000000..21c0940b8bf4
--- /dev/null
+++ b/dev-ada/templates-parser/templates-parser-25.0.0.ebuild
@@ -0,0 +1,129 @@
+# 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 )
+inherit ada multiprocessing
+
+DESCRIPTION="A template engine"
+HOMEPAGE="https://github.com/AdaCore/templates-parser"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc man +shared static-libs static-pic"
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}
+	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
+	shared? ( dev-ada/xmlada[static-pic] )"
+DEPEND="${RDEPEND}
+	dev-ada/gprbuild[${ADA_USEDEP}]"
+BDEPEND="doc? (
+	dev-tex/latexmk
+	dev-texlive/texlive-latexextra
+)
+man? (
+	dev-python/sphinx
+	dev-python/sphinx-rtd-theme
+)"
+
+REQUIRED_USE="|| ( shared static-libs )
+	${ADA_REQUIRED_USE}
+	doc? ( man )"
+
+src_configure() {
+	emake PROCESSORS=$(makeopts_jobs) \
+		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
+		ENABLE_STATIC=$(usex static-libs true false) \
+		ENABLE_SHARED=$(usex shared true false) \
+		prefix=/usr \
+		setup
+}
+
+src_compile() {
+	build() {
+		gprbuild -p -v -XPRJ_BUILD=Release -XPRJ_TARGET=Linux \
+			-XTP_XMLADA=Disabled -XPROCESSORS=$(makeopts_jobs) \
+			-XVERSION=$(ver_cut 1-2) -XLIBRARY_TYPE=$1 -XXMLADA_BUILD=$1 \
+			--subdirs=${CHOST}/release/$1 \
+			-Ptemplates_parser -largs ${LDFLAGS} -cargs ${ADAFLAGS} \
+			|| die "gprbuild failed"
+	}
+	if use shared; then
+		build relocatable
+	fi
+	if use static-libs; then
+		build static
+	fi
+	if use static-pic; then
+		build static-pic
+	fi
+	local lib
+	if use shared; then
+		lib=relocatable
+	elif use static-libs; then
+		lib=static
+	else
+		lib=static-pic
+	fi
+	gprbuild -p -v -XPRJ_BUILD=Release -XPRJ_TARGET=Linux \
+		-XTP_XMLADA=Disabled -XPROCESSORS=$(makeopts_jobs) \
+		-XVERSION=$(ver_cut 1-2) -XLIBRARY_TYPE=${lib} -XXMLADA_BUILD=${lib} \
+		--subdirs=${CHOST}/release/${lib} -Ptools/tools -largs ${LDFLAGS} \
+		-cargs ${ADAFLAGS} \
+		|| die "gprbuild failed"
+	if use man; then
+		emake -C docs man GPROPTS=-v
+	fi
+	if use doc; then
+		emake -C docs html epub latexpdf GPROPTS=-v
+	fi
+}
+
+src_install() {
+	build() {
+		gprinstall -XPRJ_BUILD=Release -XPRJ_TARGET=Linux \
+			-XTP_XMLADA=Disabled -XPROCESSORS=$(makeopts_jobs) \
+			-XVERSION=$(ver_cut 1-2) -XLIBRARY_TYPE=$1 -XXMLADA_BUILD=$1 \
+			-p -f --prefix="${D}"/usr --build-var=LIBRARY_TYPE \
+			--build-var=TEMPLATES_PARSER_BUILD --subdirs=${CHOST}/release/$1 \
+			--build-name=$1 -Ptemplates_parser \
+			|| die "gprinstall failed"
+	}
+	if use shared; then
+		build relocatable
+	fi
+	if use static-libs; then
+		build static
+	fi
+	if use static-pic; then
+		build static-pic
+	fi
+	local lib
+	if use shared; then
+		lib=relocatable
+	elif use static-libs; then
+		lib=static
+	else
+		lib=static-pic
+	fi
+	gprinstall -XPRJ_BUILD=Release -XPRJ_TARGET=Linux -XTP_XMLADA=Disabled \
+		-XPROCESSORS=$(makeopts_jobs) -XVERSION=$(ver_cut 1-2) \
+		-XLIBRARY_TYPE=${lib} -XXMLADA_BUILD=${lib} -p -f --prefix="${D}"/usr \
+		--build-var=LIBRARY_TYPE --build-var=TEMPLATES_PARSER_BUILD \
+		--mode=usage --subdirs=${CHOST}/release/${lib} \
+		--install-name=templates_parser -Ptools/tools \
+		|| die "gprinstall failed"
+	DOCS="README.md"
+	if use doc; then
+		mv "${D}"/usr/share/doc/templates_parser "${D}"/usr/share/doc/"${PF}" || die
+		DOCS+=" docs/build/epub/Templates_ParserTemplatesEngine.epub"
+	fi
+	einstalldocs
+	use man && doman docs/build/man/templates_parser.1
+	rm -r "${D}"/usr/share/gpr/manifests
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2025-01-01 13:49 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2025-01-01 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5ae8e0fa1ea2f366a45d082cf0cc10de16731de9
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 13:48:47 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 13:49:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae8e0fa

dev-ada/templates-parser: drop 23.0.0-r1, 23.0.0-r2

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

 dev-ada/templates-parser/Manifest                  |  1 -
 .../templates-parser-23.0.0-r1.ebuild              | 45 ----------------------
 .../templates-parser-23.0.0-r2.ebuild              | 45 ----------------------
 3 files changed, 91 deletions(-)

diff --git a/dev-ada/templates-parser/Manifest b/dev-ada/templates-parser/Manifest
index 6c5b6f38bf98..64b84565c289 100644
--- a/dev-ada/templates-parser/Manifest
+++ b/dev-ada/templates-parser/Manifest
@@ -1,2 +1 @@
-DIST templates-parser-23.0.0.tar.gz 225459 BLAKE2B 0971030e3079ff93b876bcb51925208eeee63837878a24589700dc9e0c025272e2d7920f82ee9b769c04857e4701d3eed629a1ac1f0979714c47fc132a188bed SHA512 c0a94b42391c61b4251cbbe86f91c506f46f6eed5be3779385bf199cf43281b704c68fd078b8b917948675976538168c1ac4c1f3b757f6db9988a45af7bfc4a5
 DIST templates-parser-24.0.0.tar.gz 226649 BLAKE2B 6e84721cbe28164e9c5f683906ff0b360a7dca82a2b91a7fe0253546c6d617d82ff2bb385133435e48c1588821daa3171eee86aeb0de27a55f38cad372f858db SHA512 3661ccb4be3bc3a6a81bbf04244f3b943c87655cad25370e857bb09d24b86ee801388a4a71d63f9135d5f069c54bc184cef4a8a25bcc90d0add8a15c67f8c374

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
deleted file mode 100644
index 501a155a74e7..000000000000
--- a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ADA_COMPAT=( gnat_2021 gcc_12 )
-inherit ada multiprocessing
-
-DESCRIPTION="A template engine"
-HOMEPAGE="https://github.com/AdaCore/templates-parser"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+shared static-libs"
-RESTRICT="test"
-
-RDEPEND="${ADA_DEPS}
-	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
-	shared? ( dev-ada/xmlada[static-pic] )"
-DEPEND="${RDEPEND}
-	dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="|| ( shared static-libs )
-	${ADA_REQUIRED_USE}"
-
-src_configure() {
-	emake PROCESSORS=$(makeopts_jobs) \
-		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
-		ENABLE_STATIC=$(usex static-libs true false) \
-		ENABLE_SHARED=$(usex shared true false) \
-		prefix=/usr \
-		setup
-}
-
-src_compile() {
-	emake GPROPTS=-v
-}
-
-src_install() {
-	emake DESTDIR="${D}" -j1 install
-	einstalldocs
-}

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
deleted file mode 100644
index d014363fa2a1..000000000000
--- a/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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="A template engine"
-HOMEPAGE="https://github.com/AdaCore/templates-parser"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+shared static-libs"
-RESTRICT="test"
-
-RDEPEND="${ADA_DEPS}
-	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
-	shared? ( dev-ada/xmlada[static-pic] )"
-DEPEND="${RDEPEND}
-	dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="|| ( shared static-libs )
-	${ADA_REQUIRED_USE}"
-
-src_configure() {
-	emake PROCESSORS=$(makeopts_jobs) \
-		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
-		ENABLE_STATIC=$(usex static-libs true false) \
-		ENABLE_SHARED=$(usex shared true false) \
-		prefix=/usr \
-		setup
-}
-
-src_compile() {
-	emake GPROPTS=-v
-}
-
-src_install() {
-	emake DESTDIR="${D}" -j1 install
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2024-12-14 16:54 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-12-14 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5b5d0a0ec1d1fb9efb9b38a07ba9745d93deb0a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 16:54:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 16:54:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5d0a0e

dev-ada/templates-parser: Stabilize 24.0.0 x86, #944315

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ada/templates-parser/templates-parser-24.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
index 321a157ffdac..9a082eadd8e7 100644
--- a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared static-libs"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2024-11-26 19:29 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2024-11-26 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7266cfebc113ec241a74e24d761e692992ed47cd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 19:13:34 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 19:28:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7266cfeb

dev-ada/templates-parser: VariableOrderWrong

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

 dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild | 4 ++--
 dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild | 4 ++--
 dev-ada/templates-parser/templates-parser-24.0.0.ebuild    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
index 03b85706a800..501a155a74e7 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
+IUSE="+shared static-libs"
 RESTRICT="test"
 
 RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 
-IUSE="+shared static-libs"
 REQUIRED_USE="|| ( shared static-libs )
 	${ADA_REQUIRED_USE}"
 

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
index 14b56b18100f..d014363fa2a1 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="+shared static-libs"
 RESTRICT="test"
 
 RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 
-IUSE="+shared static-libs"
 REQUIRED_USE="|| ( shared static-libs )
 	${ADA_REQUIRED_USE}"
 

diff --git a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
index 1925dcc9f13e..321a157ffdac 100644
--- a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
+IUSE="+shared static-libs"
 RESTRICT="test"
 
 RDEPEND="${ADA_DEPS}
@@ -22,7 +23,6 @@ RDEPEND="${ADA_DEPS}
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 
-IUSE="+shared static-libs"
 REQUIRED_USE="|| ( shared static-libs )
 	${ADA_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2024-03-18  9:56 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2024-03-18  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7415ca3367bb1cbb644121d8ba87399285685067
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 09:56:04 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 09:56:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415ca33

dev-ada/templates-parser: add 24.0.0

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

 dev-ada/templates-parser/Manifest                  |  1 +
 .../templates-parser-24.0.0.ebuild                 | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-ada/templates-parser/Manifest b/dev-ada/templates-parser/Manifest
index edcb095b1c28..6c5b6f38bf98 100644
--- a/dev-ada/templates-parser/Manifest
+++ b/dev-ada/templates-parser/Manifest
@@ -1 +1,2 @@
 DIST templates-parser-23.0.0.tar.gz 225459 BLAKE2B 0971030e3079ff93b876bcb51925208eeee63837878a24589700dc9e0c025272e2d7920f82ee9b769c04857e4701d3eed629a1ac1f0979714c47fc132a188bed SHA512 c0a94b42391c61b4251cbbe86f91c506f46f6eed5be3779385bf199cf43281b704c68fd078b8b917948675976538168c1ac4c1f3b757f6db9988a45af7bfc4a5
+DIST templates-parser-24.0.0.tar.gz 226649 BLAKE2B 6e84721cbe28164e9c5f683906ff0b360a7dca82a2b91a7fe0253546c6d617d82ff2bb385133435e48c1588821daa3171eee86aeb0de27a55f38cad372f858db SHA512 3661ccb4be3bc3a6a81bbf04244f3b943c87655cad25370e857bb09d24b86ee801388a4a71d63f9135d5f069c54bc184cef4a8a25bcc90d0add8a15c67f8c374

diff --git a/dev-ada/templates-parser/templates-parser-24.0.0.ebuild b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
new file mode 100644
index 000000000000..8b0a54559ad5
--- /dev/null
+++ b/dev-ada/templates-parser/templates-parser-24.0.0.ebuild
@@ -0,0 +1,45 @@
+# 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="A template engine"
+HOMEPAGE="https://github.com/AdaCore/templates-parser"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}
+	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
+	shared? ( dev-ada/xmlada[static-pic] )"
+DEPEND="${RDEPEND}
+	dev-ada/gprbuild[${ADA_USEDEP}]"
+
+IUSE="+shared static-libs"
+REQUIRED_USE="|| ( shared static-libs )
+	${ADA_REQUIRED_USE}"
+
+src_configure() {
+	emake PROCESSORS=$(makeopts_jobs) \
+		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
+		ENABLE_STATIC=$(usex static-libs true false) \
+		ENABLE_SHARED=$(usex shared true false) \
+		prefix=/usr \
+		setup
+}
+
+src_compile() {
+	emake -j1 GPROPTS=-v
+}
+
+src_install() {
+	emake DESTDIR="${D}" -j1 install
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2023-12-15 22:32 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2023-12-15 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     422ad058aeef60acc98206d15c49dc9add00f1f1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 22:31:32 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 22:32:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422ad058

dev-ada/templates-parser: enable gcc:13

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

 .../templates-parser-23.0.0-r2.ebuild              | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
new file mode 100644
index 000000000000..14b56b18100f
--- /dev/null
+++ b/dev-ada/templates-parser/templates-parser-23.0.0-r2.ebuild
@@ -0,0 +1,45 @@
+# 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="A template engine"
+HOMEPAGE="https://github.com/AdaCore/templates-parser"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}
+	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
+	shared? ( dev-ada/xmlada[static-pic] )"
+DEPEND="${RDEPEND}
+	dev-ada/gprbuild[${ADA_USEDEP}]"
+
+IUSE="+shared static-libs"
+REQUIRED_USE="|| ( shared static-libs )
+	${ADA_REQUIRED_USE}"
+
+src_configure() {
+	emake PROCESSORS=$(makeopts_jobs) \
+		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
+		ENABLE_STATIC=$(usex static-libs true false) \
+		ENABLE_SHARED=$(usex shared true false) \
+		prefix=/usr \
+		setup
+}
+
+src_compile() {
+	emake GPROPTS=-v
+}
+
+src_install() {
+	emake DESTDIR="${D}" -j1 install
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2023-03-21 21:02 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2023-03-21 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1acd0a09be1d73ebb3e1f0be8e24e97c4cd4469d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 20:56:09 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 21:00:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acd0a09

dev-ada/templates-parser: drop gcc_12_2_0

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

 dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
index 02fcb5a6fcc4..03b85706a800 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
+ADA_COMPAT=( gnat_2021 gcc_12 )
 inherit ada multiprocessing
 
 DESCRIPTION="A template engine"


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2023-01-15  9:57 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2023-01-15  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a1f737f43f7bd35acabc0d3610734a569b289019
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 09:55:15 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 09:57:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f737f4

dev-ada/templates-parser: stabilize 23.0.0 for amd64, x86

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

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

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index 3200c2cc08dd..2a61873b68a9 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"
 
 RDEPEND="${ADA_DEPS}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2022-12-15 12:36 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2022-12-15 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     29918b62260d21448443baf704683b4562aed289
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 12:35:21 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 12:35:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29918b62

dev-ada/templates-parser: shared alone imply static-pic

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

 dev-ada/templates-parser/templates-parser-23.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index 495beeb2ab38..3200c2cc08dd 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -18,7 +18,7 @@ RESTRICT="test"
 
 RDEPEND="${ADA_DEPS}
 	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
-	shared? ( static-libs? ( dev-ada/xmlada[static-pic] ) )"
+	shared? ( dev-ada/xmlada[static-pic] )"
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2022-12-15  8:52 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2022-12-15  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f66c2ae575fff6626b149067288d8727f9845b1b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 08:49:48 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 08:51:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66c2ae5

dev-ada/templates-parser: xmlada[static-pic] if shared and static

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

 dev-ada/templates-parser/templates-parser-23.0.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index 347091d82739..495beeb2ab38 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -16,7 +16,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
-RDEPEND="${ADA_DEPS}"
+RDEPEND="${ADA_DEPS}
+	dev-ada/xmlada[${ADA_USEDEP},shared?,static-libs?]
+	shared? ( static-libs? ( dev-ada/xmlada[static-pic] ) )"
 DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2022-12-14 21:08 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2022-12-14 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a6b47436115f9a0da6f1aa8fe9176ecb8948a8c5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 21:04:56 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 21:05:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b47436

dev-ada/templates-parser: 1 job only for install

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

 dev-ada/templates-parser/templates-parser-23.0.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index 2b3432cc43f6..347091d82739 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -36,3 +36,8 @@ src_configure() {
 src_compile() {
 	emake GPROPTS=-v
 }
+
+src_install() {
+	emake DESTDIR="${D}" -j1 install
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2022-12-14  7:57 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2022-12-14  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9313cf6d5ecf8700819ebace72f84f3d08240d17
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 07:57:18 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 07:57:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9313cf6d

dev-ada/templates-parser: adding REQUIRED_USE

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

 dev-ada/templates-parser/templates-parser-23.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
index ab3ed9e8723a..2b3432cc43f6 100644
--- a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
 	dev-ada/gprbuild[${ADA_USEDEP}]"
 
 IUSE="+shared static-libs"
+REQUIRED_USE="|| ( shared static-libs )
+	${ADA_REQUIRED_USE}"
 
 src_configure() {
 	emake PROCESSORS=$(makeopts_jobs) \


^ permalink raw reply related	[flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/
@ 2022-12-14  7:51 Alfredo Tupone
  0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2022-12-14  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4353853fcc5380c499df6ab54a86157aacb17c81
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 21:15:32 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 07:50:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4353853f

dev-ada/templates-parser: new package, add 23.0.0

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

 dev-ada/templates-parser/Manifest                  |  1 +
 dev-ada/templates-parser/metadata.xml              | 13 ++++++++
 .../templates-parser-23.0.0.ebuild                 | 36 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-ada/templates-parser/Manifest b/dev-ada/templates-parser/Manifest
new file mode 100644
index 000000000000..edcb095b1c28
--- /dev/null
+++ b/dev-ada/templates-parser/Manifest
@@ -0,0 +1 @@
+DIST templates-parser-23.0.0.tar.gz 225459 BLAKE2B 0971030e3079ff93b876bcb51925208eeee63837878a24589700dc9e0c025272e2d7920f82ee9b769c04857e4701d3eed629a1ac1f0979714c47fc132a188bed SHA512 c0a94b42391c61b4251cbbe86f91c506f46f6eed5be3779385bf199cf43281b704c68fd078b8b917948675976538168c1ac4c1f3b757f6db9988a45af7bfc4a5

diff --git a/dev-ada/templates-parser/metadata.xml b/dev-ada/templates-parser/metadata.xml
new file mode 100644
index 000000000000..71e5ca6a8779
--- /dev/null
+++ b/dev-ada/templates-parser/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+	<use>
+		<flag name="shared">Build shared library</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">AdaCore/templates-parser</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ada/templates-parser/templates-parser-23.0.0.ebuild b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
new file mode 100644
index 000000000000..ab3ed9e8723a
--- /dev/null
+++ b/dev-ada/templates-parser/templates-parser-23.0.0.ebuild
@@ -0,0 +1,36 @@
+# 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 multiprocessing
+
+DESCRIPTION="A template engine"
+HOMEPAGE="https://github.com/AdaCore/templates-parser"
+SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND="${ADA_DEPS}"
+DEPEND="${RDEPEND}
+	dev-ada/gprbuild[${ADA_USEDEP}]"
+
+IUSE="+shared static-libs"
+
+src_configure() {
+	emake PROCESSORS=$(makeopts_jobs) \
+		DEFAULT_LIBRARY_TYPE=$(usex shared relocatable static) \
+		ENABLE_STATIC=$(usex static-libs true false) \
+		ENABLE_SHARED=$(usex shared true false) \
+		prefix=/usr \
+		setup
+}
+
+src_compile() {
+	emake GPROPTS=-v
+}


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

end of thread, other threads:[~2025-03-10  0:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21  7:25 [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  0:28 Sam James
2025-02-24 20:33 Alfredo Tupone
2025-02-02 20:34 Alfredo Tupone
2025-01-06  9:11 Alfredo Tupone
2025-01-02 12:22 Alfredo Tupone
2025-01-01 22:38 Alfredo Tupone
2025-01-01 21:29 Alfredo Tupone
2025-01-01 13:49 Alfredo Tupone
2024-12-14 16:54 Sam James
2024-11-26 19:29 Alfredo Tupone
2024-03-18  9:56 Alfredo Tupone
2023-12-15 22:32 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-01-15  9:57 Alfredo Tupone
2022-12-15 12:36 Alfredo Tupone
2022-12-15  8:52 Alfredo Tupone
2022-12-14 21:08 Alfredo Tupone
2022-12-14  7:57 Alfredo Tupone
2022-12-14  7:51 Alfredo Tupone

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