summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-04-28 13:48:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-04-28 13:48:23 +0000
commita10a07e2986c808ffeb824c7f8ac02ca6b74c9b3 (patch)
treef8ea4a0bd2331d88d2aa19a456d79cda474c851b /sci-astronomy
parentNew snapshot. (diff)
downloadgentoo-2-a10a07e2986c808ffeb824c7f8ac02ca6b74c9b3.tar.gz
gentoo-2-a10a07e2986c808ffeb824c7f8ac02ca6b74c9b3.tar.bz2
gentoo-2-a10a07e2986c808ffeb824c7f8ac02ca6b74c9b3.zip
old
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/files/stellarium-0.11.4a-desktop.patch10
-rw-r--r--sci-astronomy/stellarium/stellarium-0.11.4a.ebuild79
3 files changed, 5 insertions, 90 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index 8ae39fa7b1a8..f1b9dc3fd7e7 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.112 2013/04/28 13:47:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.113 2013/04/28 13:48:22 mr_bones_ Exp $
+
+ 28 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/stellarium-0.11.4a-desktop.patch, -stellarium-0.11.4a.ebuild:
+ old
28 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.12.0.ebuild:
marked stable (bug #466306)
diff --git a/sci-astronomy/stellarium/files/stellarium-0.11.4a-desktop.patch b/sci-astronomy/stellarium/files/stellarium-0.11.4a-desktop.patch
deleted file mode 100644
index e21c87e5bd87..000000000000
--- a/sci-astronomy/stellarium/files/stellarium-0.11.4a-desktop.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- data/stellarium.desktop.orig 2012-08-29 15:03:37.906265803 -0400
-+++ data/stellarium.desktop 2012-08-29 15:03:51.248819702 -0400
-@@ -1,6 +1,5 @@
- [Desktop Entry]
--Encoding=UTF-8
--Version=0.11.3
-+Version=1.0
- Type=Application
- Name=Stellarium
- GenericName=Desktop planetarium
diff --git a/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild b/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild
deleted file mode 100644
index e2c19b7ff06d..000000000000
--- a/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild,v 1.7 2013/03/02 23:15:03 hwoarang Exp $
-
-EAPI=4
-CMAKE_MIN_VERSION="2.4.7"
-
-inherit cmake-utils eutils flag-o-matic
-
-DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time"
-HOMEPAGE="http://www.stellarium.org/"
-SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz
- stars? (
- mirror://sourceforge/stellarium/stars_4_1v0_0.cat
- mirror://sourceforge/stellarium/stars_5_2v0_0.cat
- mirror://sourceforge/stellarium/stars_6_2v0_0.cat
- mirror://sourceforge/stellarium/stars_7_2v0_0.cat
- mirror://sourceforge/stellarium/stars_8_2v0_0.cat
- )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug nls stars"
-RESTRICT="test"
-
-RDEPEND="virtual/opengl
- virtual/glu
- media-libs/freetype:2
- >=dev-qt/qtcore-4.8.0:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- dev-qt/qtscript:4
- dev-qt/qtsvg:4
- dev-qt/qttest:4
- media-fonts/dejavu
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- x11-libs/libXt"
-DOCS=( AUTHORS ChangeLog README )
-
-LANGS=( af ak am ar as ast az be bg bn br bs ca cs cy da de el en en_CA
-en_GB en_US eo es et eu fa fi fil fr ga gd gl gu he hi hr hu hy ia id
-is it ja ka kk kn ko ky la lb lo lt lv mk ml mn mr ms mt nan nb nl nn pa
-pl pt pt_BR ro ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi
-zh_CN zh_HK zh_TW zu )
-for X in "${LANGS[@]}" ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-S=${WORKDIR}/${PN}-${PV/a/}
-
-src_prepare() {
- sed -e '/aa ab ae/d' -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \
- -i po/stellarium{,-skycultures}/CMakeLists.txt || die #403647
- epatch "${FILESDIR}"/${P}-desktop.patch
- use debug || append-cppflags -DQT_NO_DEBUG #415769
-}
-
-src_configure() {
- local mycmakeargs=( $(cmake-utils_use_enable nls NLS) )
- CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
-}
-
-src_install() {
- default
-
- # use the more up-to-date system fonts
- rm "${ED}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die
- dosym ../../fonts/dejavu/DejaVuSans.ttf /usr/share/stellarium/data/DejaVuSans.ttf
- dosym ../../fonts/dejavu/DejaVuSansMono.ttf /usr/share/stellarium/data/DejaVuSansMono.ttf
-
- if use stars ; then
- insinto /usr/share/${PN}/stars/default
- doins "${DISTDIR}"/stars_[45678]_[12]v0_0*.cat
- fi
- newicon doc/images/stellarium-logo.png ${PN}.png
-}