diff options
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/Manifest | 14 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.1.ebuild | 66 | ||||
-rw-r--r-- | games-util/atlas/files/atlas-0.3.1-gcc-4.3.patch | 10 | ||||
-rw-r--r-- | games-util/atlas/files/atlas-0.3.1-simgearNew.patch | 31 |
4 files changed, 0 insertions, 121 deletions
diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest index f0e4fb8021a4..578bdf0bdf1c 100644 --- a/games-util/atlas/Manifest +++ b/games-util/atlas/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX atlas-0.3.1-gcc-4.3.patch 231 RMD160 e87b44d9c9f01f07b06e008e57a58568401e74db SHA1 0d978900e71b075cfccda0d8083abb88c10f5ca7 SHA256 40fb53e7eb866d41257373ff613d53bb926aed4f19fb8b1568fc249235b25fb7 -AUX atlas-0.3.1-simgearNew.patch 1069 RMD160 3f8af4566fb58c694f36efb99b98f864750b334a SHA1 71fdc003289056ae3b43af9fddc32dad2d0e0d2e SHA256 91e2310e0f1bfab9f896b3898f9f4bc79cba8c3cb527e6676f9b4e4d4bc5350f -DIST Atlas-0.3.1.tar.gz 184857 RMD160 9f84a2e331ebc6eb7e84f256a13c845007a4679c SHA1 9f2aa7309774b943161cb80bf9b0dfaced548763 SHA256 a264edd2b668b96472ca80c0525a2b7ffac33b02a70333bf01fd93714b7f111a DIST Atlas-0.3.1_p20090812.tar.gz 302258 RMD160 68dac47e7ef5baf0a533bbe55e0f9ec7d7e94b3b SHA1 1e124c658c6f6b790ea45ea5e8a6c4a89d734793 SHA256 4da946906f36500f6ca4c88ce7877e89af9eec9cd5154e7e36d92e2397d4bc4d -EBUILD atlas-0.3.1.ebuild 1873 RMD160 1fcd013acc0f0d67ee3c0404bb872984a3da6e2c SHA1 b9576d735e879c295f2b5ca1a1d3b80895f2c6a3 SHA256 8b0da24d3665eccb35271492985ae68b95ba9585950a7c5f848043dd924bf37d EBUILD atlas-0.3.1_p20090812.ebuild 1856 RMD160 c761c5b21f85116142f55ea8cd439d36da4b3f1d SHA1 a8be2375d574e5d3438b76f1dd4df59ae1352a3a SHA256 f5deaa872e5e90eb613381a32457b208e80761ba67be524ef302042ab0b3ed04 MISC ChangeLog 2475 RMD160 3084a54243de33b281f4610e633afcf1281f9299 SHA1 b0cdbae9eab6e010e12ece2ebc11be97674ec8e1 SHA256 8b1b6e65befd295578414bfb28cbecc47b66ea922be491506818d96e2fe85935 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkuM6ngACgkQNQqtfCuFneOkJQCeOjoSxMlXtqgs9jo8m3tQRk8P -PucAn0oXpnBnbYaVVOVkAcBwsTlc1oMP -=ZA09 ------END PGP SIGNATURE----- diff --git a/games-util/atlas/atlas-0.3.1.ebuild b/games-util/atlas/atlas-0.3.1.ebuild deleted file mode 100644 index 190368692f16..000000000000 --- a/games-util/atlas/atlas-0.3.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 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.5 2008/07/22 19:03:34 tupone Exp $ - -inherit eutils autotools 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 - media-libs/libpng - media-libs/jpeg - x11-libs/libXi - x11-libs/libXmu" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-simgearNew.patch \ - "${FILESDIR}"/${P}-gcc-4.3.patch - eautoreconf -} - -src_compile() { - egamesconf --with-fgbase="${GAMES_DATADIR}"/FlightGear || die - emake || die "emake failed" -} - -src_install() { - 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" - 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/files/atlas-0.3.1-gcc-4.3.patch b/games-util/atlas/files/atlas-0.3.1-gcc-4.3.patch deleted file mode 100644 index 044c6f1b862f..000000000000 --- a/games-util/atlas/files/atlas-0.3.1-gcc-4.3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fg_mkdir.cxx.old 2008-07-22 20:51:25.000000000 +0200 -+++ src/fg_mkdir.cxx 2008-07-22 20:52:30.000000000 +0200 -@@ -34,6 +34,7 @@ - #endif - #include <string.h> - #include <string> -+#include <stdlib.h> - - using namespace std; - diff --git a/games-util/atlas/files/atlas-0.3.1-simgearNew.patch b/games-util/atlas/files/atlas-0.3.1-simgearNew.patch deleted file mode 100644 index 1f0492780f25..000000000000 --- a/games-util/atlas/files/atlas-0.3.1-simgearNew.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- src/Makefile.am.old 2007-12-26 00:41:52.000000000 +0100 -+++ src/Makefile.am 2007-12-26 00:42:10.000000000 +0100 -@@ -23,7 +23,7 @@ - Projection.cxx Projection.hxx - - Atlas_LDADD = \ -- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug -lsgbucket\ -+ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgserial -lsgdebug -lsgbucket\ - -lsgxml -lplibsg -lplibpu -lplibul -lplibfnt -lplibnet \ - $(opengl_LIBS) \ - -lpng -lz -lpthread -ljpeg ---- src/Makefile.am.old 2007-12-26 00:51:56.000000000 +0100 -+++ src/Makefile.am 2007-12-26 00:52:37.000000000 +0100 -@@ -40,7 +40,7 @@ - fg_mkdir.cxx fg_mkdir.hxx - - Map_LDADD = \ -- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \ -+ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgdebug \ - -lplibsg -lplibpu -lplibul -lplibfnt -lsgbucket -lsgscreen \ - $(opengl_LIBS) \ - -lpng -lz -ljpeg -@@ -56,7 +56,7 @@ - Scenery.cxx Scenery.hxx - - MapPS_LDADD = \ -- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \ -+ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgdebug \ - -lplibsg -lsgbucket \ - -lpng -lz - |