Skip to content

Commit

Permalink
games-util/atlas: version bump, fixes some issues
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/750521
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Mrozowski <[email protected]>
  • Loading branch information
reavertm committed Oct 22, 2020
1 parent 068f300 commit 91d44d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 311 deletions.
2 changes: 1 addition & 1 deletion games-util/atlas/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST atlas-hgcode-e183e3b3a0412b504edcb3664445b3e04fd484a2.zip 530005 BLAKE2B 3069f743ee83a1892283eebe27698c6360a90f67a05999f3f5cab8b786d976a4cd15151cbe8c7c1165b43cfb9e3265868a5b55b9364a82c5f78b1fe5f69dffcc SHA512 5f4453c81b01451ce69f4f1340a7c34736be3a9ecf638aa340455d0bb0af7a5d1a7e05d0b51e8b75f5c3acef4787d208ace75d4c686e8be7eafb8f81c71df360
DIST atlas-hgcode-d4e5360f8273823205d9dc066547f5077ffc13e2.zip 795465 BLAKE2B 2e3afa478bf791bd96233bfcf8cfbbc9ecb41458591bbf8262c4c720bc4393b8f3b0c023fdf7a5f98a9e68ae89bc478660521eb79fe7a2b8f9c0b156917754c2 SHA512 fbad07ee7f416506bff6c338bb53f05b3c59759df23eeb732c8e525f2a4d7622941d018871357c3367ce8dea81d6b38d8811f65b0678e8e0bf572d5757f4221d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=7
inherit autotools

MY_PN=atlas-hgcode
MY_PV=e183e3b3a0412b504edcb3664445b3e04fd484a2
MY_PV=d4e5360f8273823205d9dc066547f5077ffc13e2
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
Expand Down Expand Up @@ -38,17 +38,8 @@ BDEPEND="app-arch/unzip"

S=${WORKDIR}/${MY_P}

PATCHES=(
"${FILESDIR}/${P}-simgear-compilation.patch"
"${FILESDIR}/${P}-jpeg-9.patch"
)

src_prepare() {
default

# -Wnarrowing failure, #612986
sed -i -e 's|0x|(char)0x|g' src/tiles.h || die

eautoreconf
}

Expand Down
27 changes: 0 additions & 27 deletions games-util/atlas/files/atlas-0.5.1_beta_pre20160907-jpeg-9.patch

This file was deleted.

This file was deleted.

0 comments on commit 91d44d4

Please sign in to comment.