commit:     d42556fa626953e778687901f71971da736afa82
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Sat Jul 12 10:55:43 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 10:55:43 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=d42556fa

Initial import, clone from main tree.

Package-Manager: portage-2.2.10
Manifest-Sign-Key:

---
 games-util/atlas/ChangeLog                  |  6 +++
 games-util/atlas/Manifest                   |  1 +
 games-util/atlas/atlas-0.4_p20140519.ebuild | 64 +++++++++++++++++++++++++++
 games-util/atlas/atlas-9999.ebuild          | 67 +++++++++++++++++++++++++++++
 games-util/atlas/metadata.xml               |  8 ++++
 5 files changed, 146 insertions(+)

diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog
new file mode 100644
index 0000000..10e28a5
--- /dev/null
+++ b/games-util/atlas/ChangeLog
@@ -0,0 +1,6 @@
+*atlas-0.4_p20140519 (12 Jul 2014)
+*atlas-9999 (12 Jul 2014)
+
+  12 Jul 2014; Michael Weber <x...@gentoo.org> +atlas-0.4_p20140519.ebuild,
+  +atlas-9999.ebuild, +metadata.xml:
+  Initial import, clone from main tree.

diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest
new file mode 100644
index 0000000..3031249
--- /dev/null
+++ b/games-util/atlas/Manifest
@@ -0,0 +1 @@
+DIST atlas-0.4_p20140519.tar.bz2 361977 SHA256 
efd8a94fba447e7157955040fa33664bb87116b46104a33c79a6431fe5383159 SHA512 
0d0ba468fe748362b23de647a27cd279f2f3eee06699ac8a113ce8eeb24af6977a6567b5daedb2e6d95a976195db6131e8589d1db39b7d4ae2ea06424c539ef5
 WHIRLPOOL 
86eecc7d8fa3c9347e84c5e2ee9666613a604b83ef7cd2be2087a30b47f85020efb07d5618b2c42f2424503b29467248a195769558e9b39d473221d5d9f51676

diff --git a/games-util/atlas/atlas-0.4_p20140519.ebuild 
b/games-util/atlas/atlas-0.4_p20140519.ebuild
new file mode 100644
index 0000000..e432a68
--- /dev/null
+++ b/games-util/atlas/atlas-0.4_p20140519.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools games
+
+DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
+HOMEPAGE="http://atlas.sourceforge.net/";
+SRC_URI="http://dev.gentoo.org/~xmw/atlas-0.4_p20140519.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+       media-libs/freeglut
+       >=media-libs/libpng-1.4
+       net-misc/curl
+       sys-libs/zlib
+       virtual/glu
+       virtual/jpeg
+       virtual/opengl
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-games/simgear-2.4.0
+       media-libs/plib
+"
+RDEPEND="${COMMON_DEPEND}
+       >=games-simulation/flightgear-2.4.0
+"
+
+src_prepare() {
+       eautoreconf
+}
+
+src_configure() {
+       egamesconf \
+               --disable-dependency-tracking \
+               --with-fgbase="${GAMES_DATADIR}"/flightgear \
+               --enable-simgear-shared
+}
+
+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
+}

diff --git a/games-util/atlas/atlas-9999.ebuild 
b/games-util/atlas/atlas-9999.ebuild
new file mode 100644
index 0000000..7001bbc
--- /dev/null
+++ b/games-util/atlas/atlas-9999.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools games cvs
+
+DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
+HOMEPAGE="http://atlas.sourceforge.net/";
+ECVS_SERVER="atlas.cvs.sourceforge.net:/cvsroot/atlas"
+ECVS_MODULE="Atlas"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+       media-libs/freeglut
+       >=media-libs/libpng-1.4
+       net-misc/curl
+       sys-libs/zlib
+       virtual/glu
+       virtual/jpeg
+       virtual/opengl
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-games/simgear-2.4.0
+       media-libs/plib
+"
+RDEPEND="${COMMON_DEPEND}
+       >=games-simulation/flightgear-2.4.0
+"
+
+S=${WORKDIR}/${ECVS_MODULE}
+
+src_prepare() {
+       eautoreconf
+}
+
+src_configure() {
+       egamesconf \
+               --disable-dependency-tracking \
+               --with-fgbase="${GAMES_DATADIR}"/flightgear \
+               --enable-simgear-shared
+}
+
+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
+}

diff --git a/games-util/atlas/metadata.xml b/games-util/atlas/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/games-util/atlas/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer>
+<email>x...@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>

Reply via email to