diff options
author | George Shapovalov <george@gentoo.org> | 2006-09-09 21:49:09 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-09-09 21:49:09 +0000 |
commit | ffa5163b62c520c187645d2fe13cb2657ec3852f (patch) | |
tree | 648477b691a8d667b793de0777e18cdcbfc4441f /dev-ada | |
parent | repackaged the sources for 3.4.6.2006 and simplified the ebuild (diff) | |
download | gentoo-2-ffa5163b62c520c187645d2fe13cb2657ec3852f.tar.gz gentoo-2-ffa5163b62c520c187645d2fe13cb2657ec3852f.tar.bz2 gentoo-2-ffa5163b62c520c187645d2fe13cb2657ec3852f.zip |
removed leftover cludge of code in 3.4.6
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis/asis-3.4.6.ebuild | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/dev-ada/asis/asis-3.4.6.ebuild b/dev-ada/asis/asis-3.4.6.ebuild index e68f107203d3..10352b516446 100644 --- a/dev-ada/asis/asis-3.4.6.ebuild +++ b/dev-ada/asis/asis-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.4.6.ebuild,v 1.1 2006/09/09 21:27:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.4.6.ebuild,v 1.2 2006/09/09 21:49:09 george Exp $ inherit eutils flag-o-matic gnatbuild @@ -53,32 +53,6 @@ src_unpack() { unpack ${A} } -src_unpack_() { - unpack ${A} - - cd ${S} - for fn in tools/adabrowse/get_gcc.adb tools/adabrowse/ad-setup.ads \ - asis/a4g-gnat_int.ads - do - sed -i -e "s:\"gcc\":\"gnatgcc\":" ${fn} - done - for fn in gnat/gnat-*/snames.adb; do - sed -i -e "s:\"gcc#\":\"gnatgcc#\":" ${fn} - done - sed -i -e "s:environment settings for gcc:environment for gnatgcc:" \ - asis/a4g-gnat_int.adb - - # copy the needed gnat sources instead of provided with the package - # ATTN! hardcoded dir version below! (but this comes with the package - # anyway, so it seems the easiest) - cp gnat/gnat-3.4.4/* gnat/ - sed -i -e "s:3.4.4 20041123 (prerelease):3.4.6:" gnat/version.c - # remove style checks and warnings, no use here and conflicts with installed - # gnat style - sed -i -e "s:, \"-gnatwcdfijklmopruvz\",::" \ - -e "s:\"-gnaty4abcefhiklnoprstM200\"::" asis.gpr -} - src_compile() { # Build the shared library first, we need -fPIC here |