Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ada/
Date: Sat, 04 Jun 2016 04:05:41
Message-Id: 1465013097.da0a79397ba587fa43435ef532330a5f373c5f2e.nerdboy@gentoo
1 commit: da0a79397ba587fa43435ef532330a5f373c5f2e
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 04:04:12 2016 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 04:04:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a7939
7
8 virtual/ada: version bump to 2012
9
10 Supports new gnat-gcc-4.9.3/gnatbuild-r1 and later, Ada 2012 std.
11
12 Package-Manager: portage-2.2.28
13
14 virtual/ada/ada-1995.ebuild | 4 +++-
15 virtual/ada/ada-2005.ebuild | 4 +++-
16 virtual/ada/{ada-2005.ebuild => ada-2012.ebuild} | 13 +++++++------
17 3 files changed, 13 insertions(+), 8 deletions(-)
18
19 diff --git a/virtual/ada/ada-1995.ebuild b/virtual/ada/ada-1995.ebuild
20 index 85ec0a3..edede36 100644
21 --- a/virtual/ada/ada-1995.ebuild
22 +++ b/virtual/ada/ada-1995.ebuild
23 @@ -1,7 +1,9 @@
24 -# Copyright 1999-2010 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 +EAPI="5"
30 +
31 DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
32 HOMEPAGE=""
33 SRC_URI=""
34
35 diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2005.ebuild
36 index f6aaaf9..87bac1d 100644
37 --- a/virtual/ada/ada-2005.ebuild
38 +++ b/virtual/ada/ada-2005.ebuild
39 @@ -1,7 +1,9 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2016 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 +EAPI="5"
46 +
47 DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
48 HOMEPAGE=""
49 SRC_URI=""
50
51 diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2012.ebuild
52 similarity index 52%
53 copy from virtual/ada/ada-2005.ebuild
54 copy to virtual/ada/ada-2012.ebuild
55 index f6aaaf9..62fccc5 100644
56 --- a/virtual/ada/ada-2005.ebuild
57 +++ b/virtual/ada/ada-2012.ebuild
58 @@ -1,17 +1,18 @@
59 -# Copyright 1999-2014 Gentoo Foundation
60 +# Copyright 1999-2016 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Id$
63
64 +EAPI="5"
65 +
66 DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
67 HOMEPAGE=""
68 SRC_URI=""
69 LICENSE=""
70 -SLOT="2005"
71 -KEYWORDS="amd64 ppc x86"
72 +SLOT="2012"
73 +KEYWORDS="~amd64 ~arm ~x86"
74 IUSE=""
75
76 -# Only one at present, but gnat-gcc-4.3 is coming soon too
77 +# Only one at present, but gnat-gcc-5.x is coming soon (I Swear)
78 RDEPEND="|| (
79 - >=dev-lang/gnat-gcc-4.3
80 - >=dev-lang/gnat-gpl-4.1 )"
81 + >=virtual/gnat-4.9 )"
82 DEPEND=""