diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-08 17:03:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-08 17:03:37 +0000 |
commit | 3714e756e98ed257a3b695314a3d8266ecfbc8d0 (patch) | |
tree | d72ad68c2c174a7d6771d96da4ef85e0dd5a5e74 /games-util/atlas | |
parent | amd64 stable wrt #385925 (diff) | |
download | gentoo-2-3714e756e98ed257a3b695314a3d8266ecfbc8d0.tar.gz gentoo-2-3714e756e98ed257a3b695314a3d8266ecfbc8d0.tar.bz2 gentoo-2-3714e756e98ed257a3b695314a3d8266ecfbc8d0.zip |
old
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.1_p20100302.ebuild | 74 |
2 files changed, 5 insertions, 75 deletions
diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog index 3f726e0fc894..0ffdb17edf73 100644 --- a/games-util/atlas/ChangeLog +++ b/games-util/atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/atlas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.26 2011/08/09 17:29:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.27 2011/10/08 17:03:37 ssuominen Exp $ + + 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + -atlas-0.3.1_p20100302.ebuild: + old 09 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> atlas-0.3.1_p20101101.ebuild, +files/atlas-0.3.1_p20101101-libpng15.patch: diff --git a/games-util/atlas/atlas-0.3.1_p20100302.ebuild b/games-util/atlas/atlas-0.3.1_p20100302.ebuild deleted file mode 100644 index 12e919c77880..000000000000 --- a/games-util/atlas/atlas-0.3.1_p20100302.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2011 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_p20100302.ebuild,v 1.8 2011/02/26 16:55:11 signals Exp $ - -EAPI=2 -inherit autotools flag-o-matic games - -DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" -HOMEPAGE="http://atlas.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -# broken, 315409 -DEPEND="=games-simulation/flightgear-1.9* - media-libs/libpng - virtual/jpeg - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libICE - x11-libs/libSM - x11-libs/libXt - x11-libs/libXmu - virtual/opengl - media-libs/freeglut - net-misc/curl" - -src_prepare() { - eautoreconf -} - -src_configure() { - append-cppflags -DGL_GLEXT_PROTOTYPES - - egamesconf \ - --disable-dependency-tracking \ - --with-fgbase="${GAMES_DATADIR}"/FlightGear -} - -src_install() { - emake DESTDIR="${D}" install || die - insinto "${GAMES_DATADIR}"/FlightGear/Atlas - doins src/data/*.jpg || die - insinto "${GAMES_DATADIR}"/FlightGear/Atlas/Palettes - doins src/data/Palettes/*.ap || die - insinto "${GAMES_DATADIR}"/FlightGear/Atlas/Fonts - doins src/data/Fonts/*.txf || die - 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 - 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 -} |