virtual/gnat, gnatbuild.eclass: virtual and eclass cleanup.
authorStephen L Arnold <nerdboy@gentoo.org>
Sun, 26 Jun 2016 03:22:38 +0000 (20:22 -0700)
committerStephen L Arnold <nerdboy@gentoo.org>
Sun, 26 Jun 2016 06:19:54 +0000 (23:19 -0700)
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
virtual/gnat/gnat-4.1.ebuild
virtual/gnat/gnat-4.2.ebuild
virtual/gnat/gnat-4.3.ebuild
virtual/gnat/gnat-4.4.ebuild
virtual/gnat/gnat-4.6.ebuild [new file with mode: 0644]
virtual/gnat/gnat-4.9.ebuild

index 5374f8bb9024c50319d058b59d3e9963242a9c0d..feaa9d2f5844b4e7013c143e97b35fb1a41b3595 100644 (file)
@@ -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=""
index 4a39cc567c86226d552130e7b9f2ea48d35aebb0..67749539bd8d87cb12da3235ed540d8505585707 100644 (file)
@@ -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=""
index 20ef62e37f5cf2a2573ed9f9f58278f5a3601103..cef9305bd016880c9ff204784cc36b1fc0f21c8b 100644 (file)
@@ -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=""
index 7c0aecb8f9ccdd08e6d38e6bd0d794f0cc84c895..c8e50eabc86813a733c90a70693e0b568bda05a2 100644 (file)
@@ -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=""
index 9d5e721a657d0ab9918f0096dff7a08a6c024bf2..6f60dc7ced61279adb42ebd34079649f3a02231a 100644 (file)
@@ -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.6.ebuild b/virtual/gnat/gnat-4.6.ebuild
new file mode 100644 (file)
index 0000000..f0c8cf4
--- /dev/null
@@ -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.4"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
+IUSE=""
+RDEPEND="=dev-lang/gnat-gcc-${PV}*"
+DEPEND=""
index 7775c472ff899611aeb2dc54d1f3216b4343611e..97f1ae7c190a5a231adbcb350cac5fdb7b7c5bb0 100644 (file)
@@ -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=""