diff options
author | Daniel Goller <morfic@gentoo.org> | 2006-03-14 23:21:48 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2006-03-14 23:21:48 +0000 |
commit | dd685504556d0f317a7a5740d47f3e083fb182bd (patch) | |
tree | c3f4e1cb9ca55045e00c61446db4f2b8ba6d2ffc /sci-astronomy | |
parent | armagetron has become armagetronad (diff) | |
download | gentoo-2-dd685504556d0f317a7a5740d47f3e083fb182bd.tar.gz gentoo-2-dd685504556d0f317a7a5740d47f3e083fb182bd.tar.bz2 gentoo-2-dd685504556d0f317a7a5740d47f3e083fb182bd.zip |
Making sure crafts are installed till we have a better fix
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index b448157c958b..35cb0e935ff0 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.13 2006/03/07 02:49:15 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.14 2006/03/14 23:21:48 morfic Exp $ + + 14 Mar 2006; Daniel Goller <morfic@gentoo.org> celestia-1.4.1.ebuild: + Making sure crafts are installed till we have a better fix 07 Mar 2006; Daniel Goller <morfic@gentoo.org> +files/celestia-1.4.1-gcc-4.1.patch, celestia-1.4.1.ebuild: diff --git a/sci-astronomy/celestia/celestia-1.4.1.ebuild b/sci-astronomy/celestia/celestia-1.4.1.ebuild index 4fd8227a7ebc..f362f684487f 100644 --- a/sci-astronomy/celestia/celestia-1.4.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1.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/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.2 2006/03/07 02:49:15 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1.ebuild,v 1.3 2006/03/14 23:21:48 morfic Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -102,4 +102,5 @@ src_install() { dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \ CelestiaKeyAssignments.txt KbdMouseJoyControls.txt devguide.txt dohtml coding-standards.html manual/*.html manual/*.css + cp models/*.3ds ${D}/usr/share/celestia/models/ } |