diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-06 10:18:36 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-06 10:18:36 +0000 |
commit | e9c1cbf907f6e4be2646877b97bbc061915443eb (patch) | |
tree | 41fbc274b946ecca561e6c729d7823e6ed0a86d8 /sci-astronomy/celestia | |
parent | Don't use elog for irrelevant messages (diff) | |
download | historical-e9c1cbf907f6e4be2646877b97bbc061915443eb.tar.gz historical-e9c1cbf907f6e4be2646877b97bbc061915443eb.tar.bz2 historical-e9c1cbf907f6e4be2646877b97bbc061915443eb.zip |
fixed lua patch for celestia-1.4.1-r1
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'sci-astronomy/celestia')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1-r1.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index d0d086675e38..4d47859d295b 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.26 2007/02/03 17:20:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.27 2007/02/06 10:18:36 bicatali Exp $ + + 06 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org> + -files/celestia-1.4.1-lua.patch, celestia-1.4.1-r1.ebuild: + Apply proper lua-5.1.1 patch, fixing bug #165475. 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> celestia-1.4.1-r1.ebuild: diff --git a/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild b/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild index c407829e2216..4cdc86afff66 100644 --- a/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1-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/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild,v 1.2 2007/02/03 17:20:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild,v 1.3 2007/02/06 10:18:36 bicatali Exp $ #WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -65,17 +65,16 @@ pkg_setup() { src_unpack() { unpack ${A} + # some lua patches to make it work for lua-5.1 + has_version ">=dev-lang/lua-5.1.1" && \ + epatch "${FILESDIR}/${P}-lua51.patch" cd "${S}" - # standard set of gcc-4.1 patches epatch "${FILESDIR}/${P}-gcc-4.1.patch" # fix kde datadir in makefile.am and .desktop location epatch "${FILESDIR}/${P}-kde-datadir.patch" - #epatch "${FILESDIR}/${P}-makefile.am.patch" # add a ~/.celestia for extra directories epatch "${FILESDIR}/${P}-cfg.patch" - # some lua patches on celx.cpp - epatch "${FILESDIR}/${P}-lua.patch" # strict aliasing from mandriva epatch "${FILESDIR}/${P}-strictalias.patch" |