summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-02 06:17:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-02 06:17:30 +0000
commit250e63f2b15a3819b6e6925834f88ca091478f68 (patch)
tree3ccde7c23ee4ba4a949fab4d21cc11d6f8a90996 /app-sci
parentMark 0.5.2 stable (diff)
downloadhistorical-250e63f2b15a3819b6e6925834f88ca091478f68.tar.gz
historical-250e63f2b15a3819b6e6925834f88ca091478f68.tar.bz2
historical-250e63f2b15a3819b6e6925834f88ca091478f68.zip
clean older ebuild
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/stellarium/ChangeLog6
-rw-r--r--app-sci/stellarium/Manifest4
-rw-r--r--app-sci/stellarium/files/digest-stellarium-0.5.11
-rw-r--r--app-sci/stellarium/stellarium-0.5.1.ebuild31
4 files changed, 6 insertions, 36 deletions
diff --git a/app-sci/stellarium/ChangeLog b/app-sci/stellarium/ChangeLog
index 9e004cf01cf5..083a5893bbf4 100644
--- a/app-sci/stellarium/ChangeLog
+++ b/app-sci/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/stellarium
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/ChangeLog,v 1.4 2004/06/02 06:15:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/ChangeLog,v 1.5 2004/06/02 06:17:30 mr_bones_ Exp $
+
+ 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ stellarium-0.5.1.ebuild:
+ clean older ebuild
01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
stellarium-0.5.2.ebuild:
diff --git a/app-sci/stellarium/Manifest b/app-sci/stellarium/Manifest
index 9b630e143122..fe08da81bbb1 100644
--- a/app-sci/stellarium/Manifest
+++ b/app-sci/stellarium/Manifest
@@ -1,6 +1,4 @@
-MD5 9cffd0463783f78f5ccf843ee425ff39 ChangeLog 912
+MD5 cbc49b01a720922af20f8c9d890128ac ChangeLog 1016
MD5 e4bdac528fd001633aa222d2b42fe048 metadata.xml 219
-MD5 806bbd961da9a366786420630d3c2fcf stellarium-0.5.1.ebuild 764
MD5 7164a5d5a40f16b7cf11344a21d7b4ba stellarium-0.5.2.ebuild 763
-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.1 b/app-sci/stellarium/files/digest-stellarium-0.5.1
deleted file mode 100644
index 1f7b3ab21e37..000000000000
--- a/app-sci/stellarium/files/digest-stellarium-0.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff9fb7856fec2369fe0de572a05019af stellarium-0.5.1.tar.gz 3089708
diff --git a/app-sci/stellarium/stellarium-0.5.1.ebuild b/app-sci/stellarium/stellarium-0.5.1.ebuild
deleted file mode 100644
index c6bb9517fb40..000000000000
--- a/app-sci/stellarium/stellarium-0.5.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.4 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"
-}