summaryrefslogtreecommitdiff
path: root/games-strategy
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/Manifest.gzbin7583 -> 7583 bytes
-rw-r--r--games-strategy/settlers-2-gold-data/Manifest2
-rw-r--r--games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild6
3 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz
index f6e3950e5961..c78bd2c9222d 100644
--- a/games-strategy/Manifest.gz
+++ b/games-strategy/Manifest.gz
Binary files differ
diff --git a/games-strategy/settlers-2-gold-data/Manifest b/games-strategy/settlers-2-gold-data/Manifest
index 2b4aa26b0c8a..4bbd1766c40e 100644
--- a/games-strategy/settlers-2-gold-data/Manifest
+++ b/games-strategy/settlers-2-gold-data/Manifest
@@ -1,3 +1,3 @@
DIST setup_the_settlers_2_gold_1.5.1_(30319).exe 306652144 BLAKE2B d415d47e68c07b891c099d1a626f8b0641a49c5acd06953aa1280ddef2b4e7b360ee09739bae3b8489cf23c3e38e2a3d60311f360a0b3e5acf7884833380ae86 SHA512 743c2ab9eee293ec82178dac38c142366de4ef1a4c46517d30b457513bcbacf5f14d5309a2e357dd4785e439598266d90ce1c27e23165112e8f304a48f23d110
-EBUILD settlers-2-gold-data-0.ebuild 2327 BLAKE2B b70b506610696db7e49bccb49e1e5f1300a236250025501144230646cd691f2d58fad6e8c31fecc3103b62af245b6a501cf84c1a18083a9bf1755221da52de29 SHA512 c9d6ade3f3d1ed079fa4cd107106cb132849274d629ad9cffb69e6b3471d63d5b20e4673286e638b3b34303c8d2b1f71cf2ec4d5498a721ecfa7d5cf2d2d8cac
+EBUILD settlers-2-gold-data-0.ebuild 2339 BLAKE2B 222ed634e7a0f3ddbac84dc4316d25df14e9e24001640275635501d7c389591b0252c84d86601f00870cc5f9dc325be921163fd03b721f66efd7ff07ae31f149 SHA512 f3e9ec6e6b9541eb8e5bcdcab894d9b042baff78ab62070590dcd2abc96df2330f24f192aa69b990dd5cd1e7b42a651f597d84a44082c2b12db51f7fdf6d23dd
MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135
diff --git a/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild b/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
index dc17a23f065a..9f4e38c59670 100644
--- a/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
+++ b/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -43,13 +43,13 @@ dotar() {
# Avoid copying files twice
# Don't include *.ENG or *.GER files as they are unused by RTTR
- tar c \
+ tar -c -f - \
--mode=u+w \
--ignore-case \
--xform='s:.*:\U\0:x' \
--exclude-from=<(find "${S}"/ -type f -printf "%P\n" 2>/dev/null) \
{DATA,GFX}/**/*.{BBM,BOB,DAT,FNT,IDX,LBM,LST,RTX,WLD} \
- | tar x -C "${S}"
+ | tar -x -f - -C "${S}"
assert "tar failed"
eshopts_pop