diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:46:31 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:46:31 +0000 |
commit | 66eedbc4af4ee0f42e1c8ce754f726a1ff570cd1 (patch) | |
tree | 0ad54e40c394c54d574cb110393fb69a88e787c5 /sci-astronomy | |
parent | Version bump. Needed to adjust the dependencies of the old ebuild because the... (diff) | |
download | historical-66eedbc4af4ee0f42e1c8ce754f726a1ff570cd1.tar.gz historical-66eedbc4af4ee0f42e1c8ce754f726a1ff570cd1.tar.bz2 historical-66eedbc4af4ee0f42e1c8ce754f726a1ff570cd1.zip |
Changed note to reference eselect instead of opengl-update.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/Manifest | 14 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.3.2.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 71105e70e8c5..7d217a02293d 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.3 2005/07/17 07:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.4 2005/09/03 22:46:31 eradicator Exp $ + + 03 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> + celestia-1.3.2.ebuild: + Changed note to reference eselect instead of opengl-update. 17 Jul 2005; Mike Frysinger <vapier@gentoo.org> celestia-1.3.2.ebuild: Change glut to use virtual/glut #93449, clean up the ebuild a bit, and if diff --git a/sci-astronomy/celestia/Manifest b/sci-astronomy/celestia/Manifest index ececc2b9822b..afaed9b3402e 100644 --- a/sci-astronomy/celestia/Manifest +++ b/sci-astronomy/celestia/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 87233acdbef08c144d95e7dad998d42c ChangeLog 6039 +MD5 6be90f964bc6ca0195b0623338dfd1f0 celestia-1.3.2.ebuild 3063 MD5 1b55bd73a1313e288a88762af6cd0fb7 metadata.xml 330 -MD5 36ad779eed4affe5b2b8f45181dc3696 celestia-1.3.2.ebuild 3054 -MD5 d3d0c93970f9d603b0cbad036aa83811 ChangeLog 5890 +MD5 f659f2616eeaaa4d3b6422e586d2bfa2 files/celestia-1.3.2-noarts.patch 3566 MD5 d4ff8e51fb3a546279e7442cf24e07d7 files/digest-celestia-1.3.2 68 MD5 f96a6eb019a59bf1a643b96c43657af8 files/resmanager.h.patch 893 -MD5 f659f2616eeaaa4d3b6422e586d2bfa2 files/celestia-1.3.2-noarts.patch 3566 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC2gjKgIKl8Uu19MoRAihVAJ0cC+z/eg8Jo1I18h2PUq7JTJfZvACfetGF -1+h+ZXsAla1IWX6PiFOg59g= -=A9jb +iD8DBQFDGifTArHZZzCEUG0RAvRCAJ44rtFeFWYb5vm1aTW4MLvPVEwNdwCfULMt +cU93T9mK/8nRoveNQCMwBhU= +=fqe6 -----END PGP SIGNATURE----- diff --git a/sci-astronomy/celestia/celestia-1.3.2.ebuild b/sci-astronomy/celestia/celestia-1.3.2.ebuild index f7adf6da0d58..0233da006bfa 100644 --- a/sci-astronomy/celestia/celestia-1.3.2.ebuild +++ b/sci-astronomy/celestia/celestia-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.3 2005/07/17 07:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.4 2005/09/03 22:46:31 eradicator Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -51,9 +51,9 @@ pkg_setup() { einfo "Please note:" einfo "if you experience problems building celestia with nvidia drivers," einfo "you can try:" - einfo "opengl-update ${X11_IMPLEM}" + einfo "eselect opengl set xorg-x11" einfo "emerge celestia" - einfo "opengl-update nvidia" + einfo "eselect opengl set nvidia" } src_unpack() { |