diff options
author | Daniel Goller <morfic@gentoo.org> | 2006-01-17 05:58:44 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2006-01-17 05:58:44 +0000 |
commit | d41ac110954617014b0906583f0e087d11b18bdc (patch) | |
tree | 2e7f705aa3091d48ea9338f2eeded3ecf34782a7 /sci-astronomy/celestia | |
parent | Mark 1.3.20050816 stable on ia64 (diff) | |
download | historical-d41ac110954617014b0906583f0e087d11b18bdc.tar.gz historical-d41ac110954617014b0906583f0e087d11b18bdc.tar.bz2 historical-d41ac110954617014b0906583f0e087d11b18bdc.zip |
Fixing Access Violations, closing bug #119189
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sci-astronomy/celestia')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/Manifest | 10 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.0.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index be5dd1c5915c..36a22617e38f 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.6 2006/01/16 17:04:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.7 2006/01/17 05:58:44 morfic Exp $ + + 17 Jan 2006; Daniel Goller <morfic@gentoo.org> celestia-1.4.0.ebuild: + Fixing Access Violations, closing bug #119189 16 Jan 2006; Simon Stelling <blubb@gentoo.org> celestia-1.4.0.ebuild: add missing ? in DEPEND diff --git a/sci-astronomy/celestia/Manifest b/sci-astronomy/celestia/Manifest index bf3f09568fc1..cef63ecf4d3d 100644 --- a/sci-astronomy/celestia/Manifest +++ b/sci-astronomy/celestia/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 50041fe2758f2fde2b58887c74f7338c ChangeLog 6338 +MD5 1303ff5c9d63575980ca793e0c650ed3 ChangeLog 6460 MD5 6be90f964bc6ca0195b0623338dfd1f0 celestia-1.3.2.ebuild 3063 -MD5 f0e7f804f3b7a8fa304cc33842e1fcb4 celestia-1.4.0.ebuild 2618 +MD5 45a1093958a7d5955633dc737b3a069f celestia-1.4.0.ebuild 2645 MD5 f659f2616eeaaa4d3b6422e586d2bfa2 files/celestia-1.3.2-noarts.patch 3566 MD5 d4ff8e51fb3a546279e7442cf24e07d7 files/digest-celestia-1.3.2 68 MD5 8e1dfea9c274b2242b921a467ec1d54b files/digest-celestia-1.4.0 68 @@ -12,7 +12,7 @@ MD5 1b55bd73a1313e288a88762af6cd0fb7 metadata.xml 330 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDy9IiH6mNYUtVdIARAhyjAJ9ALNovWyMkHG8suY94U+rriJ84fACdGTRh -pF3bSn15FQ2jFL6znA1d0RA= -=Q/al +iD8DBQFDzIes/aM9DdBw91cRAg9aAKChTpZJYvXd8UhKBYeowNAMiz1U4wCg3Flz +cOa50F4Gn4lkYiRNf4BnhcA= +=lEoG -----END PGP SIGNATURE----- diff --git a/sci-astronomy/celestia/celestia-1.4.0.ebuild b/sci-astronomy/celestia/celestia-1.4.0.ebuild index 7d6c61b8e26d..4bdeb7d4c2db 100644 --- a/sci-astronomy/celestia/celestia-1.4.0.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.0.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.0.ebuild,v 1.2 2006/01/16 17:04:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.0.ebuild,v 1.3 2006/01/17 05:58:44 morfic Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -86,8 +86,8 @@ src_install() { if [ "${mygui}" = "gnome" ]; then gnome2_src_install else - make install DESTDIR="${D}" \ - || die "make install failed" + EXTRA_EINSTALL="pkgdatadir=${D}/usr/share/celestia" + einstall || die "einstall failed" fi dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \ |