diff options
author | 2008-01-12 19:54:37 +0000 | |
---|---|---|
committer | 2008-01-12 19:54:37 +0000 | |
commit | c166d2b31c19afa234deca9ad626284cc66185e4 (patch) | |
tree | 39703fd38e7e968d80769ea0992aa4d45d970ee7 /sci-mathematics/gretl/files | |
parent | mask mod_auth_external too (diff) | |
download | gentoo-2-c166d2b31c19afa234deca9ad626284cc66185e4.tar.gz gentoo-2-c166d2b31c19afa234deca9ad626284cc66185e4.tar.bz2 gentoo-2-c166d2b31c19afa234deca9ad626284cc66185e4.zip |
Version bump
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r-- | sci-mathematics/gretl/files/digest-gretl-1.6.5 | 3 | ||||
-rw-r--r-- | sci-mathematics/gretl/files/digest-gretl-1.7.1 | 3 | ||||
-rw-r--r-- | sci-mathematics/gretl/files/gretl-1.6.5-nls.patch | 17 |
3 files changed, 3 insertions, 20 deletions
diff --git a/sci-mathematics/gretl/files/digest-gretl-1.6.5 b/sci-mathematics/gretl/files/digest-gretl-1.6.5 deleted file mode 100644 index 23c15d5b47bf..000000000000 --- a/sci-mathematics/gretl/files/digest-gretl-1.6.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ed2ca08e8e06df14bc2d4a071535c3e5 gretl-1.6.5.tar.bz2 4362695 -RMD160 0889ef285234ac56f55494748bf401cbb170be37 gretl-1.6.5.tar.bz2 4362695 -SHA256 c6f40ed667fdc25298724c0aa9ada06d1f6a75f328d6f72a2ee906e92ae8faac gretl-1.6.5.tar.bz2 4362695 diff --git a/sci-mathematics/gretl/files/digest-gretl-1.7.1 b/sci-mathematics/gretl/files/digest-gretl-1.7.1 new file mode 100644 index 000000000000..7d18ce47290e --- /dev/null +++ b/sci-mathematics/gretl/files/digest-gretl-1.7.1 @@ -0,0 +1,3 @@ +MD5 85e0890eaf912ef105b6c58978eec1c3 gretl-1.7.1.tar.bz2 4748191 +RMD160 fac615136468ac82e0e68b5caec340aae1a35f57 gretl-1.7.1.tar.bz2 4748191 +SHA256 3a9ac36536941a1ac958a154c27e2b4be825e711e52334bb94f4fa0325ce7fec gretl-1.7.1.tar.bz2 4748191 diff --git a/sci-mathematics/gretl/files/gretl-1.6.5-nls.patch b/sci-mathematics/gretl/files/gretl-1.6.5-nls.patch deleted file mode 100644 index 7776c17d6ba7..000000000000 --- a/sci-mathematics/gretl/files/gretl-1.6.5-nls.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/src/interact.c.orig 2007-11-12 17:38:54.708866419 +0000 -+++ lib/src/interact.c 2007-11-12 17:40:04.540845917 +0000 -@@ -2443,11 +2443,13 @@ - #ifdef ENABLE_NLS - if (!strcmp(s, "-e") || !strncmp(s, "--english", 9)) { - *force_lang = ENGLISH; -+ continue; - } else if (!strcmp(s, "-q") || !strncmp(s, "--basque", 8)) { - *force_lang = BASQUE; -+ continue; - } - #endif -- else if (!strcmp(s, "-b") || !strncmp(s, "--batch", 7)) { -+ if (!strcmp(s, "-b") || !strncmp(s, "--batch", 7)) { - opt = OPT_BATCH; - } else if (!strcmp(s, "-h") || !strcmp(s, "--help")) { - opt = OPT_HELP; |