reavertm    14/08/12 23:52:12

  Modified:             ChangeLog
  Added:                atlas-0.4.9_p20140320.ebuild
  Removed:              atlas-0.3.1_p20101101-r1.ebuild
                        atlas-0.3.1_p20101101.ebuild
  Log:
  Version bump, remove old, effectively fixes bug 458448.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  Changes    Path
1.30                 games-util/atlas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/atlas/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/atlas/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/atlas/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   16 Oct 2011 03:32:27 -0000      1.29
+++ ChangeLog   12 Aug 2014 23:52:12 -0000      1.30
@@ -1,6 +1,14 @@
 # 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.29 
2011/10/16 03:32:27 reavertm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.30 
2014/08/12 23:52:12 reavertm Exp $
+
+*atlas-0.4.9_p20140320 (12 Aug 2014)
+
+  12 Aug 2014; Maciej Mrozowski <reave...@gentoo.org>
+  +atlas-0.4.9_p20140320.ebuild, -atlas-0.3.1_p20101101-r1.ebuild,
+  -atlas-0.3.1_p20101101.ebuild, -files/atlas-0.3.1_p20101101-libpng15.patch,
+  -files/atlas-0.3.1_p20101101-simgear-2.4.0.patch:
+  Version bump, remove old, effectively fixes bug 458448.
 
   16 Oct 2011; Maciej Mrozowski <reave...@gentoo.org>
   atlas-0.3.1_p20101101-r1.ebuild:
@@ -120,4 +128,3 @@
 
   26 Aug 2003; Michael Sterrett <mster...@gentoo.org> atlas-0.2.2.ebuild:
   initial commit.  ebuild draft from Jeff Thorsett via bug 25540
-



1.1                  games-util/atlas/atlas-0.4.9_p20140320.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/atlas/atlas-0.4.9_p20140320.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/atlas/atlas-0.4.9_p20140320.ebuild?rev=1.1&content-type=text/plain

Index: atlas-0.4.9_p20140320.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.4.9_p20140320.ebuild,v 1.1 
2014/08/12 23:52:12 reavertm Exp $

EAPI=5

inherit autotools eutils games

MY_PN=Atlas
MY_PV=${PV/p/cvs}
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
HOMEPAGE="http://atlas.sourceforge.net/";
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

COMMON_DEPEND="
        media-libs/freeglut
        >=media-libs/libpng-1.5
        net-misc/curl
        sys-libs/zlib
        virtual/glu
        virtual/jpeg
        virtual/opengl
"
DEPEND="${COMMON_DEPEND}
        >=dev-games/simgear-3.0.0
        media-libs/plib
"
RDEPEND="${COMMON_DEPEND}
        >=games-simulation/flightgear-3.0.0
"

S=${WORKDIR}/${MY_PN}

src_prepare() {
        eautoreconf
}

src_configure() {
        egamesconf \
                --disable-dependency-tracking \
                --enable-simgear-shared \
                --with-fgbase="${GAMES_DATADIR}"/flightgear
}

src_install() {
        emake DESTDIR="${D}" install || die
        insinto "${GAMES_DATADIR}"/flightgear/Atlas
        doins src/data/*.{jpg,png} || 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
}




Reply via email to