Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33985 - xshipwars - typo in latest ebuild & digest
Summary: xshipwars - typo in latest ebuild & digest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 22:20 UTC by Imran Sher Rafique
Modified: 2003-11-20 22:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix typo's in ebuild & digest (xshipwars-1.34.0.patch,1.32 KB, patch)
2003-11-20 22:23 UTC, Imran Sher Rafique
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Imran Sher Rafique 2003-11-20 22:20:26 UTC
There is a minor typo in the latest xshipwars ebuild (1.34.0), and its related
digest file, regarding one of the required tar files.

Here is the patch:
-----START_PATCH-----
diff -bBNrw -U2 xshipwars/files/digest-xshipwars-1.34.0
/usr/portage/games-action/xshipwars/files/digest-xshipwars-1.34.0
--- xshipwars/files/digest-xshipwars-1.34.0 Thu Nov 20 22:12:17 2003
+++ /usr/portage/games-action/xshipwars/files/digest-xshipwars-1.34.0   Thu Nov
20 22:03:44 2003
@@ -1,5 +1,5 @@
 MD5 09a3109f8588af9940d71522c713007c xsw-1.34.0.tar.bz2 1035462
 MD5 065d7b1b3a526382578c7c5a12d62d80 xswdata-1.33d.tar.bz2 2576273
-MD5 a555d638f5276d01bf716685fec2e9ee stimages1.7.tar.bz 6380434
+MD5 a555d638f5276d01bf716685fec2e9ee stimages1.7.tar.bz2 6380434
 MD5 2e656293db1d9d3a519d24074653e19d babylon5images1.1.tar.bz2 4531670
 MD5 7a440c9f86c5a124912c6187d2943ef4 stsounds1.4.tgz 663695
diff -bBNrw -U2 xshipwars/xshipwars-1.34.0.ebuild
/usr/portage/games-action/xshipwars/xshipwars-1.34.0.ebuild
--- xshipwars/xshipwars-1.34.0.ebuild   Thu Nov 20 22:12:17 2003
+++ /usr/portage/games-action/xshipwars/xshipwars-1.34.0.ebuild Thu Nov 20
18:53:08 2003
@@ -10,5 +10,5 @@
 SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
    ftp://wolfpack.twu.net/users/wolfpack/xswdata-1.33d.tar.bz2
-   ftp://wolfpack.twu.net/users/wolfpack/stimages1.7.tar.bz
+   ftp://wolfpack.twu.net/users/wolfpack/stimages1.7.tar.bz2
    ftp://wolfpack.twu.net/users/wolfpack/babylon5images1.1.tar.bz2
    ftp://wolfpack.twu.net/users/wolfpack/stsounds1.4.tgz"
-----END_PATCH-----


Reproducible: Always
Steps to Reproduce:
1. emerge xshipwars
2.
3.
Comment 1 Imran Sher Rafique 2003-11-20 22:23:31 UTC
Created attachment 21017 [details, diff]
patch to fix typo's in ebuild & digest
Comment 2 SpanKY gentoo-dev 2003-11-20 22:32:42 UTC
it actually used to be .bz ... i guess they fixed it upstream

i updated the ebuild/digest, thanks