diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-14 17:50:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-14 17:50:19 +0000 |
commit | 9cdb51d7ce0f1463f2a9a05e44df52d06d8f508b (patch) | |
tree | d6d8175e7bf1891217810799219259cf50c368f2 /dev-ada/xmlada/xmlada-2.2.0-r1.ebuild | |
parent | Fix bug #194250 and sparc stable (diff) | |
download | gentoo-2-9cdb51d7ce0f1463f2a9a05e44df52d06d8f508b.tar.gz gentoo-2-9cdb51d7ce0f1463f2a9a05e44df52d06d8f508b.tar.bz2 gentoo-2-9cdb51d7ce0f1463f2a9a05e44df52d06d8f508b.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ada/xmlada/xmlada-2.2.0-r1.ebuild')
-rw-r--r-- | dev-ada/xmlada/xmlada-2.2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild b/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild index d0c8cdfe3bf5..8f79ce558ef4 100644 --- a/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild +++ b/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild,v 1.1 2007/12/14 12:22:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild,v 1.2 2007/12/14 17:50:19 mr_bones_ Exp $ inherit gnat versionator @@ -35,7 +35,7 @@ src_unpack() # fix profile independent stuff in xmlada-config sed -i -e "s:\${prefix}/include/xmlada:${AdalibSpecsDir}/${PN}:" \ xmlada-config.in || die "failed to adjust xmlada-config" - + # doinfo changed from gzipping stuff to bzipping, so we better rename the # file before calling it to guard against other possible changes mv docs/xml.info docs/${PN}.info @@ -64,7 +64,7 @@ lib_install() { # the library and *.ali mv lib/${PN}/* . - rm -rf bin include share lib + rm -rf bin include share lib # fix the .so links rm *.so |