diff options
author | 2007-09-06 19:25:53 +0000 | |
---|---|---|
committer | 2007-09-06 19:25:53 +0000 | |
commit | 870a3b5a3922c9b5fcbb740f4f295deb3c09f0b5 (patch) | |
tree | 70c6768f04db051c06bd294a747cfe82ae6818af /sci-geosciences/gebabbel/files | |
parent | Fix manpath (diff) | |
download | gentoo-2-870a3b5a3922c9b5fcbb740f4f295deb3c09f0b5.tar.gz gentoo-2-870a3b5a3922c9b5fcbb740f4f295deb3c09f0b5.tar.bz2 gentoo-2-870a3b5a3922c9b5fcbb740f4f295deb3c09f0b5.zip |
gebabbel - frontend for gpsbabel
(Portage version: 2.1.3.7)
Diffstat (limited to 'sci-geosciences/gebabbel/files')
-rw-r--r-- | sci-geosciences/gebabbel/files/digest-gebabbel-0.3 | 3 | ||||
-rw-r--r-- | sci-geosciences/gebabbel/files/gebabbel-0.3-fix.diff | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-geosciences/gebabbel/files/digest-gebabbel-0.3 b/sci-geosciences/gebabbel/files/digest-gebabbel-0.3 new file mode 100644 index 000000000000..c6ca2351193e --- /dev/null +++ b/sci-geosciences/gebabbel/files/digest-gebabbel-0.3 @@ -0,0 +1,3 @@ +MD5 6268ddfec4a22486c361f559635e717a Gebabbel-0.3-Src.tar.gz 2316428 +RMD160 7b9779122fc416ef7df8573565db168a21ed92c9 Gebabbel-0.3-Src.tar.gz 2316428 +SHA256 85f80c936b5db07150c2d5431cce6c6272c0ae8d5eacc8a058fc08cfd5693d5e Gebabbel-0.3-Src.tar.gz 2316428 diff --git a/sci-geosciences/gebabbel/files/gebabbel-0.3-fix.diff b/sci-geosciences/gebabbel/files/gebabbel-0.3-fix.diff new file mode 100644 index 000000000000..70dfdaa82168 --- /dev/null +++ b/sci-geosciences/gebabbel/files/gebabbel-0.3-fix.diff @@ -0,0 +1,11 @@ +--- Gebabbel-0.3/src/MyMainWindow.cpp 2007-07-11 23:55:10.000000000 +0200 ++++ Gebabbel-0.3-1/src/MyMainWindow.cpp 2007-09-06 20:19:16.000000000 +0200 +@@ -809,7 +809,7 @@ + + // The options -Si and -Sn replace -s and -N since gpsbabel-1.3.3 + // Separators.setPattern( " -[pwrtTsNixo] " ); +- Separators.setPattern( " -[pwrtTixo] \| -Sn \| -Si " ); ++ Separators.setPattern( " -[pwrtTixoS][in]? " ); + + // Command must start with the path to the gpsbabel executable, + // which can be an absolute path or only consist of the executable name |