diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 16:55:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 16:55:21 +0000 |
commit | bedd6213271fe54ad1d9810cb48e21b53021009a (patch) | |
tree | c0752d163f481feba15087605d5c4ee4723a7126 /app-misc/celestia | |
parent | added kermit license (diff) | |
download | historical-bedd6213271fe54ad1d9810cb48e21b53021009a.tar.gz historical-bedd6213271fe54ad1d9810cb48e21b53021009a.tar.bz2 historical-bedd6213271fe54ad1d9810cb48e21b53021009a.zip |
repoman'd
Diffstat (limited to 'app-misc/celestia')
-rw-r--r-- | app-misc/celestia/celestia-1.2.2.ebuild | 18 | ||||
-rw-r--r-- | app-misc/celestia/celestia-1.2.4.ebuild | 19 |
2 files changed, 20 insertions, 17 deletions
diff --git a/app-misc/celestia/celestia-1.2.2.ebuild b/app-misc/celestia/celestia-1.2.2.ebuild index 5baebef9e2e2..e3b3886791d5 100644 --- a/app-misc/celestia/celestia-1.2.2.ebuild +++ b/app-misc/celestia/celestia-1.2.2.ebuild @@ -1,17 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.2.ebuild,v 1.5 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.2.ebuild,v 1.6 2002/07/25 16:55:21 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Celestia is a free real-time space simulation that lets you experience our universe in three dimensions" SRC_URI="mirror://sourceforge/celestia/${P}.tar.gz" HOMEPAGE="http://www.shatters.net/celestia" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* <x11-libs/gtkglarea-1.99.0 ) +DEPEND="gtk? ( =x11-libs/gtk+-1.2* + <x11-libs/gtkglarea-1.99.0 ) gnome? ( =gnome-base/gnome-libs-1.4* ) - virtual/glu >=media-libs/glut-3.7-r2 - media-libs/jpeg >=media-libs/libpng-1.2.1" + >=media-libs/glut-3.7-r2 + virtual/glu + media-libs/jpeg + media-libs/libpng" src_compile() { @@ -22,9 +28,7 @@ src_compile() { use gnome || myconf="--without-gtk" ./configure --prefix=/usr ${myconf} || die - emake all || die - } src_install() { @@ -33,6 +37,4 @@ src_install() { dodoc AUTHORS COPYING NEWS README TODO controls.txt dohtml manual/*.html manual/*.css - } - diff --git a/app-misc/celestia/celestia-1.2.4.ebuild b/app-misc/celestia/celestia-1.2.4.ebuild index 83ab64f7a84b..6a6eca8db9e7 100644 --- a/app-misc/celestia/celestia-1.2.4.ebuild +++ b/app-misc/celestia/celestia-1.2.4.ebuild @@ -1,20 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.3 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.4 2002/07/25 16:55:21 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Celestia is a free real-time space simulation that lets you experience our universe in three dimensions" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://www.shatters.net/celestia" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* <x11-libs/gtkglarea-1.99.0 ) +DEPEND="gtk? ( =x11-libs/gtk+-1.2* + <x11-libs/gtkglarea-1.99.0 ) gnome? ( =gnome-base/gnome-libs-1.4* ) - virtual/glu >=media-libs/glut-3.7-r2 - media-libs/jpeg >=media-libs/libpng-1.2.1" + >=media-libs/glut-3.7-r2 + virtual/glu + media-libs/jpeg + media-libs/libpng" src_compile() { - local myconf # currently celestia's "gtk support" requires gnome @@ -24,15 +29,11 @@ src_compile() { ./configure --prefix=/usr ${myconf} || die emake all || die - } src_install() { - make install prefix=${D}/usr dodoc AUTHORS COPYING NEWS README TODO controls.txt dohtml manual/*.html manual/*.css - } - |