diff options
Diffstat (limited to 'app-sci/celestia')
-rw-r--r-- | app-sci/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-sci/celestia/ChangeLog b/app-sci/celestia/ChangeLog index a82454320c20..53d971674946 100644 --- a/app-sci/celestia/ChangeLog +++ b/app-sci/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/celestia # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.22 2004/11/13 02:51:12 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.23 2004/11/16 08:40:52 phosphan Exp $ + + 16 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> celestia-1.3.0-r1.ebuild, + celestia-1.3.0.ebuild, celestia-1.3.1.ebuild: + Fixing #71064 (removing einfo "-------") 12 Nov 2004; Daniel Goller <morfic@gentoo.org> celestia-1.3.2.ebuild: added arts USE flag, stable on x86 and ppc diff --git a/app-sci/celestia/celestia-1.3.0-r1.ebuild b/app-sci/celestia/celestia-1.3.0-r1.ebuild index 64bcdd55b7b5..3c71e4841d65 100644 --- a/app-sci/celestia/celestia-1.3.0-r1.ebuild +++ b/app-sci/celestia/celestia-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.6 2004/06/24 21:54:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.7 2004/11/16 08:40:52 phosphan Exp $ inherit flag-o-matic kde-functions @@ -36,7 +36,7 @@ pkg_setup() { einfo "opengl-update ${X11_IMPLEM}" einfo "emerge celestia" einfo "opengl-update nvidia" - einfo "------------" + einfo "" einfo "NOTE: the gnome and kde GUIs are mutually exclusive, kde is" einfo "recommended. If you're getting the wrong one, run either:" einfo "'USE=\"gnome -kde\" emerge celestia' (for the gnome interface)" diff --git a/app-sci/celestia/celestia-1.3.0.ebuild b/app-sci/celestia/celestia-1.3.0.ebuild index 06b13a4ff8df..63f4fc9de574 100644 --- a/app-sci/celestia/celestia-1.3.0.ebuild +++ b/app-sci/celestia/celestia-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0.ebuild,v 1.4 2004/06/24 21:54:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0.ebuild,v 1.5 2004/11/16 08:40:52 phosphan Exp $ inherit flag-o-matic kde-functions @@ -36,7 +36,7 @@ pkg_setup() { einfo "opengl-update ${X11_IMPLEM}" einfo "emerge celestia" einfo "opengl-update nvidia" - einfo "------------" + einfo "" einfo "NOTE: the gnome and kde GUIs are mutually exclusive. If you're getting" einfo "the wrong one, run either:" einfo "'USE=gnome emerge celestia' (for the gnome interface)" diff --git a/app-sci/celestia/celestia-1.3.1.ebuild b/app-sci/celestia/celestia-1.3.1.ebuild index 89c9905ee7a8..2c1097f36dc7 100644 --- a/app-sci/celestia/celestia-1.3.1.ebuild +++ b/app-sci/celestia/celestia-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.1.ebuild,v 1.4 2004/06/24 21:54:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.1.ebuild,v 1.5 2004/11/16 08:40:52 phosphan Exp $ inherit eutils flag-o-matic kde-functions @@ -36,7 +36,7 @@ pkg_setup() { einfo "opengl-update ${X11_IMPLEM}" einfo "emerge celestia" einfo "opengl-update nvidia" - einfo "------------" + einfo "" einfo "NOTE: the gnome and kde GUIs are mutually exclusive, kde is" einfo "recommended. If you're getting the wrong one, run either:" einfo "'USE=\"gnome -kde\" emerge celestia' (for the gnome interface)" |