diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-10 09:33:54 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-10 09:33:54 +0000 |
commit | cb675ae93608deb344008e50ba82aa9bb15db6a0 (patch) | |
tree | 7cd1e6b1e6d386fd7540ca427179b6be28827f13 /app-text/kbibtex/files | |
parent | Portability fix, bug 106446. (diff) | |
download | historical-cb675ae93608deb344008e50ba82aa9bb15db6a0.tar.gz historical-cb675ae93608deb344008e50ba82aa9bb15db6a0.tar.bz2 historical-cb675ae93608deb344008e50ba82aa9bb15db6a0.zip |
Patch applied to fix @string element bug, thanks to Thomas Fischer <fischer@unix-ag.uni-kl.de> for the patch, bug 107753.
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'app-text/kbibtex/files')
-rw-r--r-- | app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 | 1 | ||||
-rw-r--r-- | app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 b/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 new file mode 100644 index 000000000000..c21394b7a3cb --- /dev/null +++ b/app-text/kbibtex/files/digest-kbibtex-0.1.2-r1 @@ -0,0 +1 @@ +MD5 d90b2f793d7f3673d3ced07b048bd0bf kbibtex-0.1.2.tar.bz2 540139 diff --git a/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch b/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch new file mode 100644 index 000000000000..b2b19d747c5f --- /dev/null +++ b/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch @@ -0,0 +1,11 @@ +diff -Naur kbibtex-0.1.2_orig/src/bibtexstring.cpp kbibtex-0.1.2/src/bibtexstring.cpp +--- kbibtex-0.1.2_orig/src/bibtexstring.cpp 2005-09-30 17:12:30.000000000 +0200 ++++ kbibtex-0.1.2/src/bibtexstring.cpp 2005-09-30 17:12:48.000000000 +0200 +@@ -112,6 +112,7 @@ + else result.append( "\"" ); + + result.append( " }" ); ++ return result; + } + break; + case BibTeXFile::formatXML: |