diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:31:18 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:31:18 +0000 |
commit | 6f46ef0c4bb4af5a54691ecb0a0c8ea41bbfeb7a (patch) | |
tree | 98aabc947d64135d890dc03494223edf6031d268 /games-util/atlas | |
parent | Fix broken Manifest due to ChangeLog commit without repoman. (diff) | |
download | gentoo-2-6f46ef0c4bb4af5a54691ecb0a0c8ea41bbfeb7a.tar.gz gentoo-2-6f46ef0c4bb4af5a54691ecb0a0c8ea41bbfeb7a.tar.bz2 gentoo-2-6f46ef0c4bb4af5a54691ecb0a0c8ea41bbfeb7a.zip |
rm old versions
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/atlas-0.2.2-r1.ebuild | 65 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.0.ebuild | 60 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.1.ebuild | 20 | ||||
-rw-r--r-- | games-util/atlas/files/0.2.2-fix.patch | 29 | ||||
-rw-r--r-- | games-util/atlas/files/digest-atlas-0.2.2-r1 | 3 | ||||
-rw-r--r-- | games-util/atlas/files/digest-atlas-0.3.0 | 3 |
6 files changed, 9 insertions, 171 deletions
diff --git a/games-util/atlas/atlas-0.2.2-r1.ebuild b/games-util/atlas/atlas-0.2.2-r1.ebuild deleted file mode 100644 index 20a63722dce3..000000000000 --- a/games-util/atlas/atlas-0.2.2-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2007 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-r1.ebuild,v 1.6 2007/03/12 18:20:22 genone Exp $ - -inherit eutils 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="ppc ~sparc x86" -IUSE="" - -DEPEND=">=games-simulation/flightgear-0.9.4 - >=media-libs/libpng-1.2.5 - >=media-libs/plib-1.4 - virtual/glut" - -S=${WORKDIR}/${MY_P} - -INSDESTTREE="${GAMES_LIBDIR}/FlightGear" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PV}-fix.patch" -} - -src_compile() { - egamesconf --with-fgbase="${GAMES_LIBDIR}/FlightGear" || die - emake || die "emake failed" -} - -src_install() { - doins "${S}/src/AtlasPalette" || die - egamesinstall || die - keepdir "${GAMES_LIBDIR}/FlightGear/Atlas/lowres" - dodoc AUTHORS README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "You now can make the maps with the following commands:" - elog "${GAMES_BINDIR}/Map --atlas=${GAMES_LIBDIR}/FlightGear/Atlas" - elog "${GAMES_BINDIR}/Map --atlas=${GAMES_LIBDIR}/FlightGear/Atlas/lowres --size=64" - elog - elog "To run Atlas concurrently with FlightGear use the following:" - elog "Atlas --path=[path of map images] --udp=[port number]" - elog "and start fgfs with the following switch (or in .fgfsrc):" - elog "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" - echo -} - -pkg_postrm() { - elog "You must manually remove the maps if you don't want them around." - elog "They are found in the following directory:" - echo - elog "${GAMES_LIBDIR}/FlightGear/Atlas" - echo -} diff --git a/games-util/atlas/atlas-0.3.0.ebuild b/games-util/atlas/atlas-0.3.0.ebuild deleted file mode 100644 index 7b81bc1c1a3a..000000000000 --- a/games-util/atlas/atlas-0.3.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.0.ebuild,v 1.4 2007/03/12 18:20:22 genone Exp $ - -inherit eutils 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="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND=">=games-simulation/flightgear-0.9.4 - >=media-libs/libpng-1.2.5 - media-libs/jpeg - x11-libs/libXi - x11-libs/libXmu" - -S=${WORKDIR}/${MY_P} - -src_compile() { - egamesconf --with-fgbase="${GAMES_DATADIR}/FlightGear" \ - || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - insinto ${GAMES_DATADIR}/FlightGear - doins "${S}/src/AtlasPalette" || die "doins failed" - keepdir "${GAMES_DATADIR}/FlightGear/Atlas/lowres" - dodoc AUTHORS NEWS README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - elog "You now can make the maps with the following commands:" - elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas" - elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas/lowres --size=64" - elog - elog "To run Atlas concurrently with FlightGear use the following:" - elog "Atlas --path=[path of map images] --udp=[port number]" - elog "and start fgfs with the following switch (or in .fgfsrc):" - elog "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" - echo -} - -pkg_postrm() { - elog "You must manually remove the maps if you don't want them around." - elog "They are found in the following directory:" - echo - elog "${GAMES_DATADIR}/FlightGear/Atlas" - echo -} diff --git a/games-util/atlas/atlas-0.3.1.ebuild b/games-util/atlas/atlas-0.3.1.ebuild index d2fd7bf7f78a..d90e2b7adc80 100644 --- a/games-util/atlas/atlas-0.3.1.ebuild +++ b/games-util/atlas/atlas-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.2 2007/03/12 18:20:22 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.3 2007/04/06 04:31:18 nyhm Exp $ inherit eutils games @@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" -DEPEND=">=games-simulation/flightgear-0.9.4 - >=media-libs/libpng-1.2.5 +DEPEND="games-simulation/flightgear + media-libs/libpng media-libs/jpeg x11-libs/libXi x11-libs/libXmu" @@ -23,23 +23,21 @@ DEPEND=">=games-simulation/flightgear-0.9.4 S=${WORKDIR}/${MY_P} src_compile() { - egamesconf --with-fgbase="${GAMES_DATADIR}/FlightGear" \ - || die "egamesconf failed" + egamesconf --with-fgbase="${GAMES_DATADIR}"/FlightGear || die emake || die "emake failed" } src_install() { - make DESTDIR=${D} install || die "make install failed" - insinto ${GAMES_DATADIR}/FlightGear - doins "${S}/src/AtlasPalette" || die "doins failed" - keepdir "${GAMES_DATADIR}/FlightGear/Atlas/lowres" + emake DESTDIR="${D}" install || die "emake install failed" + insinto "${GAMES_DATADIR}"/FlightGear + doins src/AtlasPalette || die "doins failed" + keepdir "${GAMES_DATADIR}"/FlightGear/Atlas/lowres dodoc AUTHORS NEWS README prepgamesdirs } pkg_postinst() { games_pkg_postinst - elog "You now can make the maps with the following commands:" elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas" elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas/lowres --size=64" diff --git a/games-util/atlas/files/0.2.2-fix.patch b/games-util/atlas/files/0.2.2-fix.patch deleted file mode 100644 index 2459fa2daccc..000000000000 --- a/games-util/atlas/files/0.2.2-fix.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Overlays.cxx.orig 2005-02-12 13:58:16.527529528 +0100 -+++ src/Overlays.cxx 2005-02-12 13:58:47.580808712 +0100 -@@ -490,7 +490,7 @@ - return; - - strcpy( arpname, fg_root ); -- strcat( arpname, "/Airports/default.apt.gz" ); -+ strcat( arpname, "/Airports/apt.dat.gz" ); - - gzFile arp; - -@@ -580,7 +580,7 @@ - return; - - strcpy( navname, fg_root ); -- strcat( navname, "/Navaids/default.nav.gz" ); -+ strcat( navname, "/Navaids/nav.dat.gz" ); - - gzFile nav; - -@@ -653,7 +653,7 @@ - return; - - strcpy( navname, fg_root ); -- strcat( navname, "/Navaids/default.fix.gz" ); -+ strcat( navname, "/Navaids/fix.dat.gz" ); - - gzFile fix; - diff --git a/games-util/atlas/files/digest-atlas-0.2.2-r1 b/games-util/atlas/files/digest-atlas-0.2.2-r1 deleted file mode 100644 index 5bb14c972ab6..000000000000 --- a/games-util/atlas/files/digest-atlas-0.2.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a69301f7e762d84c9b3089b87ff7b048 Atlas-0.2.2.tar.gz 156796 -RMD160 49fd51165b7411eb4fcf952459b87f2def1799b8 Atlas-0.2.2.tar.gz 156796 -SHA256 a59530d8616943d0d19dce0e2bd5b464c334d153d2d98d819375f8caabfbfdb6 Atlas-0.2.2.tar.gz 156796 diff --git a/games-util/atlas/files/digest-atlas-0.3.0 b/games-util/atlas/files/digest-atlas-0.3.0 deleted file mode 100644 index 7036d686e039..000000000000 --- a/games-util/atlas/files/digest-atlas-0.3.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 863a878322a60873785a163d394c3075 Atlas-0.3.0.tar.gz 199379 -RMD160 76636049ebd5b3f47e93c6288d0302f52923dd99 Atlas-0.3.0.tar.gz 199379 -SHA256 14214a5e7f927f23de0353012c3649649f568f66723800d535adf361b4602e6e Atlas-0.3.0.tar.gz 199379 |