diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-21 00:01:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-21 00:01:52 +0000 |
commit | 359d74f8e1b04219e7b3de3518173a3e6674f4bb (patch) | |
tree | c22bd76fda9ed5510b1956a7974a2e410733473e /sci-astronomy | |
parent | Removing insecure version. (diff) | |
download | gentoo-2-359d74f8e1b04219e7b3de3518173a3e6674f4bb.tar.gz gentoo-2-359d74f8e1b04219e7b3de3518173a3e6674f4bb.tar.bz2 gentoo-2-359d74f8e1b04219e7b3de3518173a3e6674f4bb.zip |
version bump (bug #181934)
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/stellarium/files/digest-stellarium-0.9.0 | 3 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.8.2.ebuild | 3 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.9.0.ebuild | 55 |
4 files changed, 66 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 9d14e250aa4a..2d7f170cbef8 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.30 2007/02/03 22:47:25 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.31 2007/07/21 00:01:52 mr_bones_ Exp $ + +*stellarium-0.9.0 (21 Jul 2007) + + 21 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> + stellarium-0.8.2.ebuild, +stellarium-0.9.0.ebuild: + version bump (bug #181934) 03 Feb 2007; Tom Gall <tgall@gentoo.org> stellarium-0.8.2.ebuild: stable on ppc64 diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.9.0 b/sci-astronomy/stellarium/files/digest-stellarium-0.9.0 new file mode 100644 index 000000000000..0d877cfb1fce --- /dev/null +++ b/sci-astronomy/stellarium/files/digest-stellarium-0.9.0 @@ -0,0 +1,3 @@ +MD5 781a5171705c72e4dd3d08c9b1e4c15c stellarium-0.9.0.tar.gz 33759482 +RMD160 ab960f4adbeed505cb9da1fedc5cd207c882267e stellarium-0.9.0.tar.gz 33759482 +SHA256 a1d4e009d16d745ff1bd03b4fcaa772fe607a255295964171d241cac519d9242 stellarium-0.9.0.tar.gz 33759482 diff --git a/sci-astronomy/stellarium/stellarium-0.8.2.ebuild b/sci-astronomy/stellarium/stellarium-0.8.2.ebuild index 4308e0b08bd2..cf9461a96c72 100644 --- a/sci-astronomy/stellarium/stellarium-0.8.2.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.8.2.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/stellarium/stellarium-0.8.2.ebuild,v 1.6 2007/02/03 22:47:25 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.8.2.ebuild,v 1.7 2007/07/21 00:01:52 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -30,7 +30,6 @@ src_unpack() { epatch "${FILESDIR}/${P}-amd64.patch" } - src_compile() { append-flags -fno-strict-aliasing econf \ diff --git a/sci-astronomy/stellarium/stellarium-0.9.0.ebuild b/sci-astronomy/stellarium/stellarium-0.9.0.ebuild new file mode 100644 index 000000000000..82ba76b3113b --- /dev/null +++ b/sci-astronomy/stellarium/stellarium-0.9.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.9.0.ebuild,v 1.1 2007/07/21 00:01:52 mr_bones_ Exp $ + +inherit toolchain-funcs eutils + +DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." +HOMEPAGE="http://www.stellarium.org/" +SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" + +RDEPEND="virtual/opengl + virtual/glu + media-libs/libpng + media-libs/freetype + dev-libs/boost + media-libs/jpeg + net-misc/curl + =x11-libs/qt-4* + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + >=dev-util/cmake-2.4.6 + nls? ( sys-devel/gettext ) + x11-libs/libXt" + +src_unpack() { + unpack ${A} + cd "${S}" + if ! use nls ; then + sed -i \ + -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' \ + CMakeLists.txt \ + || die "sed failed" + fi +} + +src_compile() { + CC=$(tc-getCC) \ + CXX=$(tc-getCXX) \ + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + || die "cmake failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + use nls || rm -rf "${D}/usr/share/locale" + make_desktop_entry stellarium Stellarium + dodoc AUTHORS ChangeLog README TODO +} |