diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-14 00:47:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-14 00:47:13 +0000 |
commit | c420d9a13185eed11594d8b69cd135abfa01ff48 (patch) | |
tree | 96eb88d82e0141f37e1e6c9f8d5ec28a2a7c263a /games-util/atlas | |
parent | use games.eclass variables; stable for x86 (diff) | |
download | gentoo-2-c420d9a13185eed11594d8b69cd135abfa01ff48.tar.gz gentoo-2-c420d9a13185eed11594d8b69cd135abfa01ff48.tar.bz2 gentoo-2-c420d9a13185eed11594d8b69cd135abfa01ff48.zip |
clean old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/atlas-0.2.2.ebuild | 60 | ||||
-rw-r--r-- | games-util/atlas/files/digest-atlas-0.2.2 | 1 |
2 files changed, 0 insertions, 61 deletions
diff --git a/games-util/atlas/atlas-0.2.2.ebuild b/games-util/atlas/atlas-0.2.2.ebuild deleted file mode 100644 index 9a647990aee5..000000000000 --- a/games-util/atlas/atlas-0.2.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.8 2005/02/14 16:35:14 mr_bones_ Exp $ - -inherit games - -MY_P="Atlas-${PV}" -DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" -HOMEPAGE="http://atlas.sourceforge.net/" -SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc" -IUSE="" - -DEPEND=">=games-simulation/flightgear-0.8.0 - >=media-libs/libpng-1.2.5 - >=media-libs/plib-1.4 - virtual/glut" - -S="${WORKDIR}/${MY_P}" - -INSDESTTREE="/usr/games/lib/FlightGear" - -src_compile() { - egamesconf --with-fgbase=/usr/games/lib/FlightGear || die - emake || die "emake failed" -} - -src_install() { - doins ${S}/src/AtlasPalette || die - egamesinstall || die - keepdir /usr/games/lib/FlightGear/Atlas - keepdir /usr/games/lib/FlightGear/Atlas/lowres - dodoc AUTHORS README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - einfo "You now can make the maps with the following commands:" - einfo "/usr/games/bin/Map --atlas=/usr/games/lib/FlightGear/Atlas" - einfo "/usr/games/bin/Map --atlas=/usr/games/lib/FlightGear/Atlas/lowres --size=64" - echo - einfo "To run Atlas concurrently with FlightGear use the following:" - einfo "Atlas --path=[path of map images] --udp=[port number]" - einfo "and start fgfs with the following switch (or in .fgfsrc):" - einfo "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" - echo -} - -pkg_postrm() { - einfo "You must manually remove the maps if you don't want them around." - einfo "They are found in the following directory:" - echo - einfo "/usr/games/lib/FlightGear/Atlas" - echo -} diff --git a/games-util/atlas/files/digest-atlas-0.2.2 b/games-util/atlas/files/digest-atlas-0.2.2 deleted file mode 100644 index 4c465fa14141..000000000000 --- a/games-util/atlas/files/digest-atlas-0.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a69301f7e762d84c9b3089b87ff7b048 Atlas-0.2.2.tar.gz 156796 |