diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-10 19:09:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-10 19:09:24 +0000 |
commit | 3d0c5610e21fa250e2870e3814d94be6866bc60e (patch) | |
tree | f81d0024fa871207aa2fe56c991f0792dc24ba8c /games-util | |
parent | old (diff) | |
download | gentoo-2-3d0c5610e21fa250e2870e3814d94be6866bc60e.tar.gz gentoo-2-3d0c5610e21fa250e2870e3814d94be6866bc60e.tar.bz2 gentoo-2-3d0c5610e21fa250e2870e3814d94be6866bc60e.zip |
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/atlas/Manifest | 2 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.1_p20090812.ebuild | 67 |
2 files changed, 0 insertions, 69 deletions
diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest index 6effc9d5ff7c..62f808e582f5 100644 --- a/games-util/atlas/Manifest +++ b/games-util/atlas/Manifest @@ -1,6 +1,4 @@ -DIST Atlas-0.3.1_p20090812.tar.gz 302258 RMD160 68dac47e7ef5baf0a533bbe55e0f9ec7d7e94b3b SHA1 1e124c658c6f6b790ea45ea5e8a6c4a89d734793 SHA256 4da946906f36500f6ca4c88ce7877e89af9eec9cd5154e7e36d92e2397d4bc4d DIST atlas-0.3.1_p20100302.tar.bz2 268125 RMD160 a4bbd79cbb83b472eef51c67d10e82fcdc5e52a0 SHA1 6b819ff0cc4737e521b6acdeb623135cc64ec7f4 SHA256 d12d9469eca0bdabab73ebb63058b1e8767fd4dc463936c785c7fddf8970c68a -EBUILD atlas-0.3.1_p20090812.ebuild 1856 RMD160 c761c5b21f85116142f55ea8cd439d36da4b3f1d SHA1 a8be2375d574e5d3438b76f1dd4df59ae1352a3a SHA256 f5deaa872e5e90eb613381a32457b208e80761ba67be524ef302042ab0b3ed04 EBUILD atlas-0.3.1_p20100302.ebuild 1922 RMD160 e6c3c6be318bd02cd07ccd3e7e63dd4c46621c8e SHA1 41f63723bbd985e4774a41f733974f717da7c684 SHA256 c47426d6c61daa10898a6dc77655ca3b133ed473bcee595b4c79875311051dbb MISC ChangeLog 2763 RMD160 2ba07a3e1ea8791e73fdffbe2734c71b62155673 SHA1 fa7b6e288737b0e4c6955d077c8a195ba54cd555 SHA256 04a3d0627ff19a95f45be8c182c15ffdaba2be6387e60a597b77b35da5a489a6 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-util/atlas/atlas-0.3.1_p20090812.ebuild b/games-util/atlas/atlas-0.3.1_p20090812.ebuild deleted file mode 100644 index 3fe2909d1fcc..000000000000 --- a/games-util/atlas/atlas-0.3.1_p20090812.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2010 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_p20090812.ebuild,v 1.3 2010/03/02 10:37:37 fauli Exp $ - -EAPI=2 -inherit autotools games - -MY_P=Atlas-${PV} -DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" -HOMEPAGE="http://atlas.sourceforge.net/" -SRC_URI="mirror://gentoo/${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 - net-misc/curl" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - eautoreconf -} - -src_configure() { - egamesconf \ - --disable-dependency-tracking \ - --with-fgbase="${GAMES_DATADIR}"/FlightGear -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - insinto "${GAMES_DATADIR}"/FlightGear/Atlas - doins src/data/*.jpg || die "doins failed" - insinto "${GAMES_DATADIR}"/FlightGear/Atlas/Palettes - doins src/data/Palettes/*.ap || die "doins failed" - insinto "${GAMES_DATADIR}"/FlightGear/Atlas/Fonts - doins src/data/Fonts/*.txf || die "doins failed" - 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 -} |