diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnat-gcc/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3_pre20080208.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-lang/gnat-gcc/Manifest b/dev-lang/gnat-gcc/Manifest index e0a3eacd05bd..75293c429538 100644 --- a/dev-lang/gnat-gcc/Manifest +++ b/dev-lang/gnat-gcc/Manifest @@ -28,6 +28,6 @@ EBUILD gnat-gcc-4.1.1.ebuild 1542 RMD160 4cf161f7c5c8c869cebc463da4a104e5d2fa0e0 EBUILD gnat-gcc-4.1.2.ebuild 1724 RMD160 316c0b40bdca6334762936304f9efdfbbccab12d SHA1 1cf48918ce082609dd96eba390a9690ae176e5a6 SHA256 127b2cfd0c0ced216b64193e3e53df08163693ae963831c88351fbfe59aeff83 EBUILD gnat-gcc-4.2.2.ebuild 1799 RMD160 bd46ec15f176d4e033f39842582eb966459d5e0c SHA1 5419561573c486a3b2508cd44b3334438996cbf8 SHA256 9dc947234e03fca845e40c2e178ff32b4aa43f080b3232c9d3fb437f4a018d74 EBUILD gnat-gcc-4.2.3.ebuild 1797 RMD160 cdb914745d071953b95a019f8c33e0dbea99a57c SHA1 304c832f91d09036c80460fc844224b7e2e5d7d0 SHA256 bfe15f4b51debb8256b76aea7d445bed30d2b0bc3f2ae5a81b971742ce319321 -EBUILD gnat-gcc-4.3_pre20080208.ebuild 2544 RMD160 be1b12d5270a1501a9b65badad76553f6c43280d SHA1 47ff42591cb429aa940a2ffd6614bf4eeb295606 SHA256 9226186c6e4b2fa58ad8a025d7a2e2aa795cc27776c1cc3768bb363148bad840 +EBUILD gnat-gcc-4.3_pre20080208.ebuild 2544 RMD160 b9cf59e8c2260f5012f5cb64d10c4ef0558c5c2d SHA1 f72953192d051cb8f015c3622d24ca7fd0cb0a96 SHA256 39c8a61690a2f03b2100075aa0b9f520951cd0a0a34b7ed3758643086ebc20f8 MISC ChangeLog 3848 RMD160 f9b19f58cd0c651addeb136d088b885dc59b9413 SHA1 84f52d6425582e2a5381a79d69ee6fa2e7414e37 SHA256 e970fb661ccb6c92135885454716f0571a63c524779ab0eb0f2718fa25a3b39a MISC metadata.xml 486 RMD160 a26b50e63ac849ba139fca465a52c8dd508b3e4d SHA1 0d1a097a395d7c1454472b598f04aea8b590c16d SHA256 c842cca66a73967cb7f205eff6cf4095fe360739b332cdb5b58b23d38e1e0960 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}" |