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/gnat/
Date: Sat, 04 Jun 2016 04:05:41
Message-Id: 1465013093.1296b40acf22ee6042b71455c22ab6153c405202.nerdboy@gentoo
1 commit: 1296b40acf22ee6042b71455c22ab6153c405202
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 04:00:07 2016 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 04:04:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1296b40a
7
8 virtual/gnat: version bump to (slot) 4.9
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/gnat/gnat-4.9.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.9.ebuild
18 new file mode 100644
19 index 0000000..7775c47
20 --- /dev/null
21 +++ b/virtual/gnat/gnat-4.9.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI="5"
28 +
29 +DESCRIPTION="Virtual for the gnat compiler selection"
30 +HOMEPAGE=""
31 +SRC_URI=""
32 +LICENSE=""
33 +SLOT="4.9"
34 +KEYWORDS="~amd64 ~arm ~x86"
35 +IUSE=""
36 +RDEPEND="=dev-lang/gnat-gcc-4.9*"
37 +DEPEND=""