From f6c3f2526ea4f23ec78a4044277737e2f267e425 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Tue, 21 Feb 2012 20:37:31 +0000 Subject: Pax mark m main binary wrt bug 365359 by Nikoli (Portage version: 2.2.0_alpha86/cvs/Linux x86_64) --- sci-astronomy/celestia/ChangeLog | 5 ++++- sci-astronomy/celestia/celestia-1.6.1.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sci-astronomy') diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index ab3e6a0ace29..1d3521aad106 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.82 2012/02/04 19:08:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.83 2012/02/21 20:37:31 xarthisius Exp $ + + 21 Feb 2012; Kacper Kowalik celestia-1.6.1.ebuild: + Pax mark m main binary wrt bug 365359 by Nikoli 04 Feb 2012; Kacper Kowalik files/celestia-1.6.1-linking.patch: diff --git a/sci-astronomy/celestia/celestia-1.6.1.ebuild b/sci-astronomy/celestia/celestia-1.6.1.ebuild index e4cfab331154..4e4d8565a6c2 100644 --- a/sci-astronomy/celestia/celestia-1.6.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.10 2011/11/01 08:13:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.11 2012/02/21 20:37:31 xarthisius Exp $ EAPI=2 -inherit eutils flag-o-matic gnome2 autotools +inherit eutils flag-o-matic gnome2 autotools pax-utils DESCRIPTION="OpenGL 3D space simulator" HOMEPAGE="http://www.shatters.net/celestia/" @@ -109,4 +109,5 @@ src_install() { fi [[ ${CELESTIA_GUI} == glut ]] && domenu celestia.desktop dodoc AUTHORS README TRANSLATORS *.txt || die + pax-mark -m "${D}"/usr/bin/${PN} #365359 } -- cgit v1.2.3-65-gdbad