diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 08:13:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 08:13:15 +0000 |
commit | 3197d24a02a5653bcdb8483c8b11f35b481374e5 (patch) | |
tree | 944751bd2c1b0d90e9baeaf7957b16dc1c80e14f /games-util/atlas | |
parent | header fix; ppc need deps before going stable (diff) | |
download | historical-3197d24a02a5653bcdb8483c8b11f35b481374e5.tar.gz historical-3197d24a02a5653bcdb8483c8b11f35b481374e5.tar.bz2 historical-3197d24a02a5653bcdb8483c8b11f35b481374e5.zip |
header fix; IUSE fix; DEPEND fix; hppa needs deps first
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/Manifest | 4 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.2.2.ebuild | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest index 7f52a53d3e6a..1f0a72d50937 100644 --- a/games-util/atlas/Manifest +++ b/games-util/atlas/Manifest @@ -1,4 +1,4 @@ -MD5 c22c70a726175c84565f4182fff72185 files/digest-atlas-0.2.2 63 -MD5 48e79da2030d1871398aaf79c61aed25 atlas-0.2.2.ebuild 1648 MD5 9384878fd7723b4cb101cbe65eb39e32 ChangeLog 470 +MD5 0d97bc1e016641a4ec3a3a77eaeebd7f atlas-0.2.2.ebuild 1670 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 c22c70a726175c84565f4182fff72185 files/digest-atlas-0.2.2 63 diff --git a/games-util/atlas/atlas-0.2.2.ebuild b/games-util/atlas/atlas-0.2.2.ebuild index 642311be71f4..fddf8154ed75 100644 --- a/games-util/atlas/atlas-0.2.2.ebuild +++ b/games-util/atlas/atlas-0.2.2.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/games-util/atlas/atlas-0.2.2.ebuild,v 1.2 2004/01/25 11:11:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2.ebuild,v 1.3 2004/02/11 08:13:15 mr_bones_ Exp $ inherit games @@ -11,11 +11,12 @@ HOMEPAGE="http://atlas.sourceforge.net/" SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" INSDESTTREE="/usr/games/lib/FlightGear" +KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~hppa" +IUSE="" -DEPEND=">=flightgear-0.8.0 +DEPEND=">=games-simulation/flightgear-0.8.0 >=libpng-1.2.5 >=media-libs/plib-1.4 virtual/glut" |