public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/
@ 2016-06-04  4:05 Steve Arnold
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Arnold @ 2016-06-04  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1296b40acf22ee6042b71455c22ab6153c405202
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 04:00:07 2016 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 04:04:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1296b40a

virtual/gnat: version bump to (slot) 4.9

Supports new gnat-gcc-4.9.3/gnatbuild-r1 and later, Ada 2012 std.

Package-Manager: portage-2.2.28

 virtual/gnat/gnat-4.9.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.9.ebuild
new file mode 100644
index 0000000..7775c47
--- /dev/null
+++ b/virtual/gnat/gnat-4.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Virtual for the gnat compiler selection"
+HOMEPAGE=""
+SRC_URI=""
+LICENSE=""
+SLOT="4.9"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+RDEPEND="=dev-lang/gnat-gcc-4.9*"
+DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/
@ 2016-06-26  6:20 Steve Arnold
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Arnold @ 2016-06-26  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3747a934fb4def8b683893e389cf066cefc2df25
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 03:22:38 2016 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 06:19:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3747a934

virtual/gnat, gnatbuild.eclass: virtual and eclass cleanup.

This (mostly) addresses some QA issues and bugs 561968, and 558346.
Also, updated 4.6.4-r1 is on the way...

Package-Manager: portage-2.2.28

 virtual/gnat/gnat-3.4.ebuild                      | 8 +++++---
 virtual/gnat/gnat-4.1.ebuild                      | 8 +++++---
 virtual/gnat/gnat-4.2.ebuild                      | 6 ++++--
 virtual/gnat/gnat-4.3.ebuild                      | 6 ++++--
 virtual/gnat/gnat-4.4.ebuild                      | 6 ++++--
 virtual/gnat/{gnat-4.9.ebuild => gnat-4.6.ebuild} | 6 +++---
 virtual/gnat/gnat-4.9.ebuild                      | 2 +-
 7 files changed, 26 insertions(+), 16 deletions(-)

diff --git a/virtual/gnat/gnat-3.4.ebuild b/virtual/gnat/gnat-3.4.ebuild
index 5374f8b..feaa9d2 100644
--- a/virtual/gnat/gnat-3.4.ebuild
+++ b/virtual/gnat/gnat-3.4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
@@ -10,6 +12,6 @@ SLOT="3.4"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 RDEPEND="|| (
-	=dev-lang/gnat-gcc-3.4*
-	=dev-lang/gnat-gpl-3.4* )"
+	=dev-lang/gnat-gcc-${PV}*
+	=dev-lang/gnat-gpl-${PV}* )"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.1.ebuild b/virtual/gnat/gnat-4.1.ebuild
index 4a39cc5..6774953 100644
--- a/virtual/gnat/gnat-4.1.ebuild
+++ b/virtual/gnat/gnat-4.1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
@@ -10,6 +12,6 @@ SLOT="4.1"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 RDEPEND="|| (
-	=dev-lang/gnat-gcc-4.1*
-	=dev-lang/gnat-gpl-4.1* )"
+	=dev-lang/gnat-gcc-${PV}*
+	=dev-lang/gnat-gpl-${PV}* )"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.2.ebuild b/virtual/gnat/gnat-4.2.ebuild
index 20ef62e..cef9305 100644
--- a/virtual/gnat/gnat-4.2.ebuild
+++ b/virtual/gnat/gnat-4.2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
@@ -9,5 +11,5 @@ LICENSE=""
 SLOT="4.2"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
-RDEPEND="=dev-lang/gnat-gcc-4.2*"
+RDEPEND="=dev-lang/gnat-gcc-${PV}*"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.3.ebuild b/virtual/gnat/gnat-4.3.ebuild
index 7c0aecb..c8e50ea 100644
--- a/virtual/gnat/gnat-4.3.ebuild
+++ b/virtual/gnat/gnat-4.3.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
@@ -9,5 +11,5 @@ LICENSE=""
 SLOT="4.3"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
-RDEPEND="=dev-lang/gnat-gcc-4.3*"
+RDEPEND="=dev-lang/gnat-gcc-${PV}*"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.4.ebuild b/virtual/gnat/gnat-4.4.ebuild
index 9d5e721..6f60dc7 100644
--- a/virtual/gnat/gnat-4.4.ebuild
+++ b/virtual/gnat/gnat-4.4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
@@ -9,5 +11,5 @@ LICENSE=""
 SLOT="4.3"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-RDEPEND="=dev-lang/gnat-gcc-4.4*"
+RDEPEND="=dev-lang/gnat-gcc-${PV}*"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.6.ebuild
similarity index 73%
copy from virtual/gnat/gnat-4.9.ebuild
copy to virtual/gnat/gnat-4.6.ebuild
index 7775c47..f0c8cf4 100644
--- a/virtual/gnat/gnat-4.9.ebuild
+++ b/virtual/gnat/gnat-4.6.ebuild
@@ -8,8 +8,8 @@ DESCRIPTION="Virtual for the gnat compiler selection"
 HOMEPAGE=""
 SRC_URI=""
 LICENSE=""
-SLOT="4.9"
-KEYWORDS="~amd64 ~arm ~x86"
+SLOT="4.4"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 IUSE=""
-RDEPEND="=dev-lang/gnat-gcc-4.9*"
+RDEPEND="=dev-lang/gnat-gcc-${PV}*"
 DEPEND=""

diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.9.ebuild
index 7775c47..97f1ae7 100644
--- a/virtual/gnat/gnat-4.9.ebuild
+++ b/virtual/gnat/gnat-4.9.ebuild
@@ -11,5 +11,5 @@ LICENSE=""
 SLOT="4.9"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
-RDEPEND="=dev-lang/gnat-gcc-4.9*"
+RDEPEND="dev-lang/gnat-gcc:${PV}"
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/
@ 2017-02-22 10:02 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-22 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     66b5084ea683f649877ae58a02b545e234e09dbc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:01:12 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:02:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b5084e

virtual/gnat: Remove disbanded Ada project

 virtual/gnat/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/virtual/gnat/metadata.xml b/virtual/gnat/metadata.xml
index 77ace2012b..9386b72447 100644
--- a/virtual/gnat/metadata.xml
+++ b/virtual/gnat/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>ada@gentoo.org</email>
-	<name>Gentoo Resources for Ada</name>
-</maintainer>
+<!--maintainer-needed-->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/
@ 2017-06-06 10:21 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2017-06-06 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a3b8ac171ca3b1fe3f02c2d921bd59308b3eecd5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 10:20:58 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 10:21:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b8ac17

virtual/gnat: Keep the only version with reverse deps

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/gnat/gnat-3.4.ebuild | 11 -----------
 virtual/gnat/gnat-4.1.ebuild | 11 -----------
 virtual/gnat/gnat-4.2.ebuild |  9 ---------
 virtual/gnat/gnat-4.3.ebuild |  9 ---------
 virtual/gnat/gnat-4.4.ebuild |  9 ---------
 virtual/gnat/gnat-4.6.ebuild |  9 ---------
 6 files changed, 58 deletions(-)

diff --git a/virtual/gnat/gnat-3.4.ebuild b/virtual/gnat/gnat-3.4.ebuild
deleted file mode 100644
index b42cb9e51f5..00000000000
--- a/virtual/gnat/gnat-3.4.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="3.4"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="|| (
-	=dev-lang/gnat-gcc-${PV}*
-	=dev-lang/gnat-gpl-${PV}* )"

diff --git a/virtual/gnat/gnat-4.1.ebuild b/virtual/gnat/gnat-4.1.ebuild
deleted file mode 100644
index b515143c066..00000000000
--- a/virtual/gnat/gnat-4.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="4.1"
-KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND="|| (
-	=dev-lang/gnat-gcc-${PV}*
-	=dev-lang/gnat-gpl-${PV}* )"

diff --git a/virtual/gnat/gnat-4.2.ebuild b/virtual/gnat/gnat-4.2.ebuild
deleted file mode 100644
index 7b112077d7e..00000000000
--- a/virtual/gnat/gnat-4.2.ebuild
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="4.2"
-KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND="=dev-lang/gnat-gcc-${PV}*"

diff --git a/virtual/gnat/gnat-4.3.ebuild b/virtual/gnat/gnat-4.3.ebuild
deleted file mode 100644
index 04624017241..00000000000
--- a/virtual/gnat/gnat-4.3.ebuild
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="4.3"
-KEYWORDS="amd64 ~ppc x86"
-RDEPEND="=dev-lang/gnat-gcc-${PV}*"

diff --git a/virtual/gnat/gnat-4.4.ebuild b/virtual/gnat/gnat-4.4.ebuild
deleted file mode 100644
index 202dd5bb67b..00000000000
--- a/virtual/gnat/gnat-4.4.ebuild
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="4.3"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="=dev-lang/gnat-gcc-${PV}*"

diff --git a/virtual/gnat/gnat-4.6.ebuild b/virtual/gnat/gnat-4.6.ebuild
deleted file mode 100644
index bbbff9d5f21..00000000000
--- a/virtual/gnat/gnat-4.6.ebuild
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Virtual for the gnat compiler selection"
-SLOT="4.4"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
-RDEPEND="=dev-lang/gnat-gcc-${PV}*"


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

end of thread, other threads:[~2017-06-06 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04  4:05 [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/ Steve Arnold
  -- strict thread matches above, loose matches on Subject: below --
2016-06-26  6:20 Steve Arnold
2017-02-22 10:02 Michał Górny
2017-06-06 10:21 Pacho Ramos

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