Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gnat-gcc: gnat-gcc-4.3.0.ebuild ChangeLog gnat-gcc-4.3.1.ebuild
Date: Wed, 25 Jun 2008 14:27:52
Message-Id: E1KBVyK-0006Rj-OB@stork.gentoo.org
1 george 08/06/25 14:27:44
2
3 Modified: gnat-gcc-4.3.0.ebuild ChangeLog
4 gnat-gcc-4.3.1.ebuild
5 Log:
6 added gmp and mpfr to DEPEND per #223751 (thanks to Dirk Heinrichs for spotting this)
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: gnat-gcc-4.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnat-gcc-4.3.0.ebuild 12 Mar 2008 14:55:15 -0000 1.1
23 +++ gnat-gcc-4.3.0.ebuild 25 Jun 2008 14:27:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild,v 1.1 2008/03/12 14:55:15 george Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.0.ebuild,v 1.2 2008/06/25 14:27:44 george Exp $
29
30 inherit gnatbuild
31
32 @@ -21,6 +21,10 @@
33
34 KEYWORDS="~amd64 ~ppc ~x86"
35
36 +# starting with 4.3.0 gnat needs these libs
37 +DEPEND=">=dev-libs/mpfr-2.3.1
38 + >=dev-libs/gmp-4.2.2"
39 +
40 QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
41 ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"
42
43
44
45
46 1.26 dev-lang/gnat-gcc/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/ChangeLog?rev=1.26&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/ChangeLog?rev=1.26&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/ChangeLog?r1=1.25&r2=1.26
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v
55 retrieving revision 1.25
56 retrieving revision 1.26
57 diff -u -r1.25 -r1.26
58 --- ChangeLog 10 Jun 2008 07:29:10 -0000 1.25
59 +++ ChangeLog 25 Jun 2008 14:27:44 -0000 1.26
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-lang/gnat-gcc
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.25 2008/06/10 07:29:10 george Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.26 2008/06/25 14:27:44 george Exp $
65 +
66 + 25 Jun 2008; George Shapovalov <george@g.o> gnat-gcc-4.3.0.ebuild,
67 + gnat-gcc-4.3.1.ebuild:
68 + added gmp and mpfr to DEPEND per #223751 (thanks to Dirk Heinrichs for
69 + spotting this)
70
71 *gnat-gcc-4.3.1 (10 Jun 2008)
72
73
74
75
76 1.2 dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild?r1=1.1&r2=1.2
81
82 Index: gnat-gcc-4.3.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- gnat-gcc-4.3.1.ebuild 10 Jun 2008 07:29:10 -0000 1.1
89 +++ gnat-gcc-4.3.1.ebuild 25 Jun 2008 14:27:44 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v 1.1 2008/06/10 07:29:10 george Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v 1.2 2008/06/25 14:27:44 george Exp $
95
96 inherit gnatbuild
97
98 @@ -21,6 +21,10 @@
99
100 KEYWORDS="~amd64 ~ppc ~x86"
101
102 +# starting with 4.3.0 gnat needs these libs
103 +DEPEND=">=dev-libs/mpfr-2.3.1
104 + >=dev-libs/gmp-4.2.2"
105 +
106 QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
107 ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"
108
109
110
111
112 --
113 gentoo-commits@l.g.o mailing list