diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-11-28 23:45:06 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-11-28 23:45:06 +0000 |
commit | 08f04363e197f4d8f5c0f01477621ea36ebb47d3 (patch) | |
tree | 5c716a4871ccdfa6bb26f9707338e20fda318571 /app-misc/ktoblzcheck/files | |
parent | New Version bump, with fixes for bugs, 101948 110741 and 110234 (diff) | |
download | gentoo-2-08f04363e197f4d8f5c0f01477621ea36ebb47d3.tar.gz gentoo-2-08f04363e197f4d8f5c0f01477621ea36ebb47d3.tar.bz2 gentoo-2-08f04363e197f4d8f5c0f01477621ea36ebb47d3.zip |
ktoblzcheck version bump and gcc41 fix
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-misc/ktoblzcheck/files')
-rw-r--r-- | app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8 | 1 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8 new file mode 100644 index 000000000000..54c8c2f4d1c1 --- /dev/null +++ b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.8 @@ -0,0 +1 @@ +MD5 5db25fb27011b94a697fef215632e6c4 ktoblzcheck-1.8.tar.gz 444335 diff --git a/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch b/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch new file mode 100644 index 000000000000..c7a0c75ea464 --- /dev/null +++ b/app-misc/ktoblzcheck/files/ktoblzcheck-1.8-gcc41.patch @@ -0,0 +1,13 @@ +--- ktoblzcheck-1.7/src/include/iban.h 2005-05-24 10:04:21.000000000 +0200 ++++ ktoblzcheck-1.7-gcc41/src/include/iban.h 2005-11-28 23:54:52.107511750 +0100 +@@ -219,8 +219,8 @@ + bool readSpecTable(std::istream &fin, const std::string& stopcomment); + bool readCountryTable(std::istream &fin); + static int to_number(char c) { return c - 'A' + 10; } +- static std::string IbanCheck::iban2number(const std::string& iban); +- static int IbanCheck::modulo97(const std::string& number); ++ static std::string iban2number(const std::string& iban); ++ static int modulo97(const std::string& number); + + specmap m_IbanSpec; + countrymap m_CountryMap; |