diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-16 08:36:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-16 08:36:08 +0000 |
commit | d27ff3444dbd9d7026f7fb49a7657f2bc3aa6cb5 (patch) | |
tree | 39a246826992cb17816c034f167fc78e951b1223 /dev-lang/gnat-gcc | |
parent | Add app-crypt/gpgme:pth (diff) | |
download | gentoo-2-d27ff3444dbd9d7026f7fb49a7657f2bc3aa6cb5.tar.gz gentoo-2-d27ff3444dbd9d7026f7fb49a7657f2bc3aa6cb5.tar.bz2 gentoo-2-d27ff3444dbd9d7026f7fb49a7657f2bc3aa6cb5.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/gnat-gcc')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild index 77e25faa1eb1..d3e195b868c6 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ inherit versionator @@ -46,11 +46,11 @@ src_unpack() { sed -i -e 's:and Nam is "gnatgcc":and Nam is "gcc":' osint.ads || die "reversing [gnat]gcc substitution in comments failed" - # All snapshots seem to have a problem compiling with all the + # All snapshots seem to have a problem compiling with all the # extra versioning declarations. Cleanup some vars.. sed -i -e "/-DREVISION/d" -e "/-DDEVPHASE/d" \ -e "s: -DDATESTAMP=\$(DATESTAMP_s)::" "${S}"/gcc/Makefile.in -# -e "s:-DBUGURL=\$(BUGURL_s) ::" +# -e "s:-DBUGURL=\$(BUGURL_s) ::" sed -i -e "s: DATESTAMP DEVPHASE REVISION::" \ -e "s:PKGVERSION:\"4.3.0\":" "${S}"/gcc/version.c } @@ -61,7 +61,6 @@ src_compile() { gnatbuild_src_compile configure make-tools bootstrap } - src_install() { # echo "contents of ${LIBEXECPATH}/gcc/${CTARGET}/${GCCRELEASE} :" # ls "${D}${LIBEXECPATH}/gcc/${CTARGET}/${GCCRELEASE}" |