public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/atlas/
@ 2016-01-12 22:35 Maciej Mrozowski
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Mrozowski @ 2016-01-12 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     26174e91de7fa6823e66b77f58c98a1b38890a44
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 22:32:44 2016 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 22:34:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26174e91

games-util/atlas: Version bump (scm snapshot), remove old

Package-Manager: portage-2.2.26

 games-util/atlas/Manifest                                     |  2 +-
 ...as-0.4.9_p20140320.ebuild => atlas-0.5.0_p20141002.ebuild} | 11 +++--------
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest
index 3851f7d..8ce61c2 100644
--- a/games-util/atlas/Manifest
+++ b/games-util/atlas/Manifest
@@ -1 +1 @@
-DIST Atlas-0.4.9_cvs20140320.tar.bz2 387926 SHA256 8b43307e5e570c8051219a2deec0845b2df02f975a58ca06cc9ed77672acf5ff SHA512 c43b80aed945dc2ba7cd6d9cc95a3691f6583cc2a615d5c7d018575306b10fb99fc5a115691b9f31c43cbe91bf53b101bd4a1cde0747e614a99dc3a49268d70b WHIRLPOOL ffb93d372cf7186c9522bccbe5f462d0b94a11c8f01723b6e4a038a6cf80a00d9178c311c6294d6fe00291b6084200ed9d5407a0c6c744661a1447a9021eeaa2
+DIST Atlas-0.5.0.cvs20141002.tar.gz 470453 SHA256 cffde4b40d607b29204e19b9c67117bc6ce7e956dc98fe01344e2cb4e8a85437 SHA512 7873f1d9ba04979ebb3b94b16967bb834594cc1e84a4f0e27cc063a3b1e3e1aa53e1685298e075218da8f8dcacf756a724b8f705a6ad3c7cc7fc7e0ae2eb3384 WHIRLPOOL 9377a62f78c08c2b3a4b3462ce0ab736a8020230f5273d90bee4251291b334524bbf751049e037e9f9352ad313956198eae402c68d6f967bf0dc0f6eef24239b

diff --git a/games-util/atlas/atlas-0.4.9_p20140320.ebuild b/games-util/atlas/atlas-0.5.0_p20141002.ebuild
similarity index 83%
rename from games-util/atlas/atlas-0.4.9_p20140320.ebuild
rename to games-util/atlas/atlas-0.5.0_p20141002.ebuild
index 36701f0..2b53f2a 100644
--- a/games-util/atlas/atlas-0.4.9_p20140320.ebuild
+++ b/games-util/atlas/atlas-0.5.0_p20141002.ebuild
@@ -7,12 +7,12 @@ EAPI=5
 inherit autotools eutils games
 
 MY_PN=Atlas
-MY_PV=${PV/p/cvs}
+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"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -44,6 +44,7 @@ src_prepare() {
 
 src_configure() {
 	egamesconf \
+		--datadir="${GAMES_DATADIR}"/flightgear \
 		--disable-dependency-tracking \
 		--enable-simgear-shared \
 		--with-fgbase="${GAMES_DATADIR}"/flightgear
@@ -51,12 +52,6 @@ src_configure() {
 
 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
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/atlas/
@ 2016-01-14 16:13 Maciej Mrozowski
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Mrozowski @ 2016-01-14 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     92e51ce45f01debe7deb70a7af5eef16498dcb5f
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 16:12:38 2016 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 16:12:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e51ce4

games-util/atlas: Add missing media-libs/glew dependency, fixes bug 571756.

Package-Manager: portage-2.2.26

 games-util/atlas/atlas-0.5.0_p20141002.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-util/atlas/atlas-0.5.0_p20141002.ebuild b/games-util/atlas/atlas-0.5.0_p20141002.ebuild
index 2b53f2a..344abba 100644
--- a/games-util/atlas/atlas-0.5.0_p20141002.ebuild
+++ b/games-util/atlas/atlas-0.5.0_p20141002.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 COMMON_DEPEND="
 	media-libs/freeglut
+	media-libs/glew
 	>=media-libs/libpng-1.5
 	net-misc/curl
 	sys-libs/zlib


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/atlas/
@ 2017-04-17  7:17 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-04-17  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8654aff319226a42ca2d112c42009abdcd0fb2f0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 07:16:05 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 07:16:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8654aff3

games-util/atlas: Fix -Wnarrowing failures for GCC 6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=612986
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../atlas/atlas-0.5.1_beta_pre20160907.ebuild      | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
index 4599d1f6bcb..9b36eace1d2 100644
--- a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
+++ b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 MY_PN=atlas-hgcode
 MY_PV=e183e3b3a0412b504edcb3664445b3e04fd484a2
@@ -20,12 +20,12 @@ IUSE=""
 
 COMMON_DEPEND="
 	media-libs/freeglut
-	media-libs/glew:0
-	>=media-libs/libpng-1.5:0
+	media-libs/glew:0=
+	media-libs/libpng:0=
 	net-misc/curl
 	sys-libs/zlib
 	virtual/glu
-	virtual/jpeg:*
+	virtual/jpeg:0
 	virtual/opengl
 "
 DEPEND="${COMMON_DEPEND}
@@ -42,19 +42,20 @@ PATCHES=(
 	"${FILESDIR}/${P}-simgear-compilation.patch"
 )
 
-DOCS=(AUTHORS NEWS README)
-
 src_prepare() {
-	default_src_prepare
+	default
+
+	# -Wnarrowing failure, #612986
+	sed -i -e 's:0x:(char)0x:g' src/tiles.h || die
+
 	eautoreconf
 }
 
 src_configure() {
 	econf \
-		--datadir=/usr/share/flightgear \
-		--disable-dependency-tracking \
+		--datadir="${EPREFIX}"/usr/share/flightgear \
 		--enable-simgear-shared \
-		--with-fgbase=/usr/share/flightgear
+		--with-fgbase="${EPREFIX}"/usr/share/flightgear
 }
 
 pkg_postinst() {
@@ -62,5 +63,4 @@ pkg_postinst() {
 	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
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/atlas/
@ 2020-08-17 22:08 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2020-08-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a8612b1e30fa8e44fb72b990ff6b24b576584700
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jul 28 14:04:36 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 22:06:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8612b1e

games-util/atlas: EAPI7, minor improvements, fix LICENSE

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16880
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
index 4fed6a08e4a..6ddeb4506b5 100644
--- a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
+++ b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -13,10 +13,9 @@ DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
 HOMEPAGE="http://atlas.sourceforge.net/"
 SRC_URI="https://dev.gentoo.org/~reavertm/${MY_P}.zip"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 COMMON_DEPEND="
 	media-libs/freeglut
@@ -35,6 +34,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	>=games-simulation/flightgear-3.0.0
 "
+BDEPEND="app-arch/unzip"
 
 S=${WORKDIR}/${MY_P}
 
@@ -47,7 +47,7 @@ src_prepare() {
 	default
 
 	# -Wnarrowing failure, #612986
-	sed -i -e 's:0x:(char)0x:g' src/tiles.h || die
+	sed -i -e 's|0x|(char)0x|g' src/tiles.h || die
 
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-17 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 16:13 [gentoo-commits] repo/gentoo:master commit in: games-util/atlas/ Maciej Mrozowski
  -- strict thread matches above, loose matches on Subject: below --
2020-08-17 22:08 James Le Cuirot
2017-04-17  7:17 David Seifert
2016-01-12 22:35 Maciej Mrozowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox