Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gnat-gcc: gnat-gcc-4.3_pre20080208.ebuild
Date: Sat, 16 Feb 2008 08:36:12
Message-Id: E1JQIWn-0002fS-A7@stork.gentoo.org
1 mr_bones_ 08/02/16 08:36:09
2
3 Modified: gnat-gcc-4.3_pre20080208.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild?r1=1.1&r2=1.2
14
15 Index: gnat-gcc-4.3_pre20080208.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnat-gcc-4.3_pre20080208.ebuild 15 Feb 2008 21:47:52 -0000 1.1
22 +++ gnat-gcc-4.3_pre20080208.ebuild 16 Feb 2008 08:36:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild,v 1.1 2008/02/15 21:47:52 george Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild,v 1.2 2008/02/16 08:36:08 mr_bones_ Exp $
28
29 inherit versionator
30
31 @@ -46,11 +46,11 @@
32 sed -i -e 's:and Nam is "gnatgcc":and Nam is "gcc":' osint.ads ||
33 die "reversing [gnat]gcc substitution in comments failed"
34
35 - # All snapshots seem to have a problem compiling with all the
36 + # All snapshots seem to have a problem compiling with all the
37 # extra versioning declarations. Cleanup some vars..
38 sed -i -e "/-DREVISION/d" -e "/-DDEVPHASE/d" \
39 -e "s: -DDATESTAMP=\$(DATESTAMP_s)::" "${S}"/gcc/Makefile.in
40 -# -e "s:-DBUGURL=\$(BUGURL_s) ::"
41 +# -e "s:-DBUGURL=\$(BUGURL_s) ::"
42 sed -i -e "s: DATESTAMP DEVPHASE REVISION::" \
43 -e "s:PKGVERSION:\"4.3.0\":" "${S}"/gcc/version.c
44 }
45 @@ -61,7 +61,6 @@
46 gnatbuild_src_compile configure make-tools bootstrap
47 }
48
49 -
50 src_install() {
51 # echo "contents of ${LIBEXECPATH}/gcc/${CTARGET}/${GCCRELEASE} :"
52 # ls "${D}${LIBEXECPATH}/gcc/${CTARGET}/${GCCRELEASE}"
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list