summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-29 20:04:06 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-29 20:04:06 +0000
commit0fcbb22ab50bf3785758cd0d0a477bfbb35b796d (patch)
tree3193a429d3db23649ac500fe9e72bb612e140f71 /sci-astronomy/stellarium
parentMarking libgeotiff-1.4.0 ppc for bug 417415 (diff)
downloadgentoo-2-0fcbb22ab50bf3785758cd0d0a477bfbb35b796d.tar.gz
gentoo-2-0fcbb22ab50bf3785758cd0d0a477bfbb35b796d.tar.bz2
gentoo-2-0fcbb22ab50bf3785758cd0d0a477bfbb35b796d.zip
Version bump, drop old
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r--sci-astronomy/stellarium/ChangeLog8
-rw-r--r--sci-astronomy/stellarium/stellarium-0.11.3.ebuild (renamed from sci-astronomy/stellarium/stellarium-0.11.1.ebuild)9
2 files changed, 12 insertions, 5 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index dac326c79ab1..502776d4d3c2 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.90 2012/05/29 19:42:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.91 2012/05/29 20:04:06 xarthisius Exp $
+
+*stellarium-0.11.3 (29 May 2012)
+
+ 29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> +stellarium-0.11.3.ebuild,
+ -stellarium-0.11.1.ebuild:
+ Version bump, drop old
29 May 2012; Brent Baude <ranger@gentoo.org> stellarium-0.11.2-r1.ebuild:
Marking stellarium-0.11.2-r1 ppc for bug 412663
diff --git a/sci-astronomy/stellarium/stellarium-0.11.1.ebuild b/sci-astronomy/stellarium/stellarium-0.11.3.ebuild
index 31e803dc203e..7fd523ddf423 100644
--- a/sci-astronomy/stellarium/stellarium-0.11.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.11.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.1.ebuild,v 1.7 2012/02/20 11:12:37 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.3.ebuild,v 1.1 2012/05/29 20:04:06 xarthisius Exp $
EAPI=4
CMAKE_MIN_VERSION="2.4.7"
-inherit cmake-utils eutils
+inherit cmake-utils eutils flag-o-matic
DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
HOMEPAGE="http://www.stellarium.org/"
@@ -20,8 +20,8 @@ SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="nls stars"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug nls stars"
RESTRICT="test"
RDEPEND="virtual/opengl
@@ -51,6 +51,7 @@ done
src_prepare() {
sed -e "/af ar az/d" -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \
-i po/stellarium{,-skycultures}/CMakeLists.txt || die #403647
+ use debug || append-cppflags -DQT_NO_DEBUG #415769
}
src_configure() {