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

commit:     0e955d33dce9ed30d4b4c92dad8216080d03c06f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 22:03:50 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 22:03:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e955d33

dev-ada/gprconfig_kb: stabilize all arch

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

 dev-ada/gprconfig_kb/gprconfig_kb-22.0.0-r1.ebuild | 4 ++--
 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-22.0.0-r1.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-22.0.0-r1.ebuild
index 8dde8339ac1e..5b32df495830 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-22.0.0-r1.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-22.0.0-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=7
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="!=dev-ada/gprbuild-2021*"

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild
index bdac580d4e07..c3ffa5994631 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-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=7
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="!=dev-ada/gprbuild-2021*"


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

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

commit:     aa4da3b30e4f1621dd92b2492b59398426a46cfc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 09:16:21 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 09:20:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4da3b3

dev-ada/gprconfig_kb: update EAPI 7 -> 8

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

 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
new file mode 100644
index 000000000000..6c1b527c0680
--- /dev/null
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
+
+inherit ada
+
+DESCRIPTION="GPR configuration knowledge base"
+HOMEPAGE="https://www.adacore.com/"
+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=""
+
+RDEPEND="!=dev-ada/gprbuild-2021*"
+
+REQUIRED_USE="${ADA_REQUIRED_USE}"
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s:@VER@:${GCC_PV}:g" \
+		db/compilers.xml \
+		db/gnat.xml \
+		db/c.xml \
+		db/linker.xml \
+		|| die
+}
+
+src_install() {
+	insinto /usr/share/gprconfig
+	doins db/*.xml
+	doins db/*.ent
+	einstalldocs
+}


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

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

commit:     7dd2aaedb1e0c9a13c3178706c4d023f8cbd5f81
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 19:14:40 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 19:18:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd2aaed

dev-ada/gprconfig_kb: amd64 stable, drop old

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

 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild | 41 ----------------------
 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild |  4 +--
 2 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild
deleted file mode 100644
index c3ffa5994631..000000000000
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 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="GPR configuration knowledge base"
-HOMEPAGE="https://www.adacore.com/"
-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=""
-
-RDEPEND="!=dev-ada/gprbuild-2021*"
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "s:@VER@:${GCC_PV}:g" \
-		db/compilers.xml \
-		db/gnat.xml \
-		db/c.xml \
-		db/linker.xml \
-		|| die
-}
-
-src_install() {
-	insinto /usr/share/gprconfig
-	doins db/*.xml
-	doins db/*.ent
-	einstalldocs
-}

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
index 6c1b527c0680..9038983ab3e1 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
@@ -13,11 +13,9 @@ 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"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
-RDEPEND="!=dev-ada/gprbuild-2021*"
-
 REQUIRED_USE="${ADA_REQUIRED_USE}"
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 


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

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

commit:     be1287c320ff376055ae40c22442f0ec14237c7b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 19:19:39 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 19:19:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1287c3

dev-ada/gprconfig_kb: stabilize 23.0.0-r2 for x86

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

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

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
index 9038983ab3e1..e7fecf750ebd 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 REQUIRED_USE="${ADA_REQUIRED_USE}"


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

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

commit:     b3758cd17cb95a00b09cbbf00dde11b8bcba5a1a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 20:45:43 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 20:59:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3758cd1

dev-ada/gprconfig_kb: drop gcc_12_2_0

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

 .../{gprconfig_kb-23.0.0-r2.ebuild => gprconfig_kb-23.0.0-r3.ebuild}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r3.ebuild
similarity index 94%
rename from dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
rename to dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r3.ebuild
index e7fecf750ebd..2b2e86d52990 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r2.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r3.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
 


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

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

commit:     17c13e45b33619a0c151427e4be14765814cb8d7
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 07:10:18 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 07:10:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c13e45

dev-ada/gprconfig_kb: add gcc_13 support

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

 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild
new file mode 100644
index 000000000000..5e6e81063638
--- /dev/null
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-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
+
+DESCRIPTION="GPR configuration knowledge base"
+HOMEPAGE="https://www.adacore.com/"
+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=""
+
+REQUIRED_USE="${ADA_REQUIRED_USE}"
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s:@VER@:${GCC_PV}:g" \
+		db/compilers.xml \
+		db/gnat.xml \
+		db/c.xml \
+		db/linker.xml \
+		|| die
+}
+
+src_install() {
+	insinto /usr/share/gprconfig
+	doins db/*.xml
+	doins db/*.ent
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprconfig_kb/
@ 2024-09-30  6:34 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-09-30  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     58df112768e51a86a78aca6acb4253f1ddb1cf44
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 06:33:24 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 06:33:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58df1127

dev-ada/gprconfig_kb: enable build with gcc:14

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

 dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild | 39 ----------------------
 ...24.0.0.ebuild => gprconfig_kb-24.0.0-r1.ebuild} |  2 +-
 dev-ada/gprconfig_kb/metadata.xml                  | 10 ++----
 3 files changed, 3 insertions(+), 48 deletions(-)

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild
deleted file mode 100644
index 7efe5bff1097..000000000000
--- a/dev-ada/gprconfig_kb/gprconfig_kb-23.0.0-r4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-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
-
-DESCRIPTION="GPR configuration knowledge base"
-HOMEPAGE="https://www.adacore.com/"
-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=""
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "s:@VER@:${GCCPV}:g" \
-		db/compilers.xml \
-		db/gnat.xml \
-		db/c.xml \
-		db/linker.xml \
-		|| die
-}
-
-src_install() {
-	insinto /usr/share/gprconfig
-	doins db/*.xml
-	doins db/*.ent
-	einstalldocs
-}

diff --git a/dev-ada/gprconfig_kb/gprconfig_kb-24.0.0.ebuild b/dev-ada/gprconfig_kb/gprconfig_kb-24.0.0-r1.ebuild
similarity index 93%
rename from dev-ada/gprconfig_kb/gprconfig_kb-24.0.0.ebuild
rename to dev-ada/gprconfig_kb/gprconfig_kb-24.0.0-r1.ebuild
index 2ef854ed40ca..1f327d97a90c 100644
--- a/dev-ada/gprconfig_kb/gprconfig_kb-24.0.0.ebuild
+++ b/dev-ada/gprconfig_kb/gprconfig_kb-24.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 gcc_14 )
 
 inherit ada
 

diff --git a/dev-ada/gprconfig_kb/metadata.xml b/dev-ada/gprconfig_kb/metadata.xml
index a8dc92e88861..3466fa54d5c8 100644
--- a/dev-ada/gprconfig_kb/metadata.xml
+++ b/dev-ada/gprconfig_kb/metadata.xml
@@ -5,14 +5,8 @@
 		<email>ada@gentoo.org</email>
 	</maintainer>
 	<longdescription lang="en">
-		GPRbuild is an advanced software tool designed to help automate the
-		construction of multi-language systems. It removes complexity from
-		multi-language development by allowing developers to quickly and easily
-		compile and link software written in a combination of languages
-		including Ada, Assembler, C, C++, and Fortran. Easily extendable by
-		users to cover new toolchains and languages it is primarily aimed at
-		projects of all sizes organized into subsystems and libraries and is
-		particularly well-suited for compiled languages.
+		GPRCONFIG KB is a knowledge base for configuring GPR toolchains, used
+		by GPRbuild and GPR2 projects.
 	</longdescription>
 	<upstream>
 		<remote-id type="github">adacore/gprconfig_kb</remote-id>


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

end of thread, other threads:[~2024-09-30  6:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 22:06 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprconfig_kb/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2023-02-02  9:21 Alfredo Tupone
2023-03-20 19:19 Alfredo Tupone
2023-03-20 19:19 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-11-06  7:11 Alfredo Tupone
2024-09-30  6:34 Alfredo Tupone

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