diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-05 20:34:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-05 20:34:54 +0000 |
commit | 991b1c0695f9f9cd87d3828024d37fffb74f7740 (patch) | |
tree | 14bdb4b68164b1fb9cb201c1838672a1d1fab257 /app-sci/stellarium | |
parent | version bump; added myself to the metadata.xml file (diff) | |
download | historical-991b1c0695f9f9cd87d3828024d37fffb74f7740.tar.gz historical-991b1c0695f9f9cd87d3828024d37fffb74f7740.tar.bz2 historical-991b1c0695f9f9cd87d3828024d37fffb74f7740.zip |
version bump; added myself to the metadata.xml file
Diffstat (limited to 'app-sci/stellarium')
-rw-r--r-- | app-sci/stellarium/Manifest | 8 | ||||
-rw-r--r-- | app-sci/stellarium/files/digest-stellarium-0.5.2 | 1 | ||||
-rw-r--r-- | app-sci/stellarium/metadata.xml | 3 | ||||
-rw-r--r-- | app-sci/stellarium/stellarium-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/stellarium/stellarium-0.5.2.ebuild | 31 |
5 files changed, 41 insertions, 6 deletions
diff --git a/app-sci/stellarium/Manifest b/app-sci/stellarium/Manifest index a9dfeb0a1509..d601c344f5bb 100644 --- a/app-sci/stellarium/Manifest +++ b/app-sci/stellarium/Manifest @@ -1,6 +1,6 @@ -MD5 ea5a7b9bcb897cd1e37b190db6642b9f ChangeLog 626 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 566aa89ff147d7d6821c89ebf6f6f576 stellarium-0.5.1.ebuild 764 -MD5 09cc8b931d56eb7b3e43d2a71419655f stellarium-0.5.2.ebuild 630 +MD5 3f2545fd06b708685817058d17bc876b ChangeLog 810 +MD5 e4bdac528fd001633aa222d2b42fe048 metadata.xml 219 +MD5 806bbd961da9a366786420630d3c2fcf stellarium-0.5.1.ebuild 764 +MD5 4d5e069e99b9382f581ec47f2d6ee127 stellarium-0.5.2.ebuild 765 MD5 bcab0b5f5478a8d852f8819a1e1249a8 files/digest-stellarium-0.5.1 69 MD5 86f0c7ba8d19b134d3fc0ba76f7cb419 files/digest-stellarium-0.5.2 69 diff --git a/app-sci/stellarium/files/digest-stellarium-0.5.2 b/app-sci/stellarium/files/digest-stellarium-0.5.2 new file mode 100644 index 000000000000..c792539cc505 --- /dev/null +++ b/app-sci/stellarium/files/digest-stellarium-0.5.2 @@ -0,0 +1 @@ +MD5 3efca3facfbc2a06f9198a37918fad1b stellarium-0.5.2.tar.gz 3136383 diff --git a/app-sci/stellarium/metadata.xml b/app-sci/stellarium/metadata.xml index b229aec85b8f..26e2eaf0d6cb 100644 --- a/app-sci/stellarium/metadata.xml +++ b/app-sci/stellarium/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> +<maintainer> +<email>mr_bones_@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/app-sci/stellarium/stellarium-0.5.1.ebuild b/app-sci/stellarium/stellarium-0.5.1.ebuild index 37c54f7b9bdd..c6bb9517fb40 100644 --- a/app-sci/stellarium/stellarium-0.5.1.ebuild +++ b/app-sci/stellarium/stellarium-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/stellarium-0.5.1.ebuild,v 1.3 2003/11/18 08:53:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/stellarium-0.5.1.ebuild,v 1.4 2004/01/05 20:34:47 mr_bones_ Exp $ inherit eutils diff --git a/app-sci/stellarium/stellarium-0.5.2.ebuild b/app-sci/stellarium/stellarium-0.5.2.ebuild new file mode 100644 index 000000000000..672ad7e44c05 --- /dev/null +++ b/app-sci/stellarium/stellarium-0.5.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/stellarium-0.5.2.ebuild,v 1.1 2004/01/05 20:34:47 mr_bones_ Exp $ + +inherit eutils + +DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." +HOMEPAGE="http://stellarium.free.fr/" +SRC_URI="http://stellarium.free.fr/download/${P}.tar.gz" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + virtual/opengl + media-libs/libsdl" + +src_unpack() { + # Configure script is in DOS format for some reason + unpack ${A} + cd ${S} + edos2unix configure + chmod 755 configure +} + +src_install() { + einstall || die + dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed" +} |