diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-08-18 22:56:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-08-18 22:56:12 +0000 |
commit | a54232b599ad4c3579837f9d2cd999446f0892b2 (patch) | |
tree | a7c747e33b2bfbb1c642bd2e3ace3c606dc6783e /app-office/abiword/files | |
parent | dev version bump with some fixes (diff) | |
download | gentoo-2-a54232b599ad4c3579837f9d2cd999446f0892b2.tar.gz gentoo-2-a54232b599ad4c3579837f9d2cd999446f0892b2.tar.bz2 gentoo-2-a54232b599ad4c3579837f9d2cd999446f0892b2.zip |
dev version bump with some fixes
Diffstat (limited to 'app-office/abiword/files')
-rw-r--r-- | app-office/abiword/files/abiword-1.99.4-ots_buildfix.patch | 11 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-1.99.1 | 1 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-1.99.2 | 2 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-1.99.4-r2 (renamed from app-office/abiword/files/digest-abiword-1.99.4-r1) | 0 |
4 files changed, 11 insertions, 3 deletions
diff --git a/app-office/abiword/files/abiword-1.99.4-ots_buildfix.patch b/app-office/abiword/files/abiword-1.99.4-ots_buildfix.patch new file mode 100644 index 000000000000..7ff60b13298f --- /dev/null +++ b/app-office/abiword/files/abiword-1.99.4-ots_buildfix.patch @@ -0,0 +1,11 @@ +--- tools/ots/xp/AbiOts.cpp 2003-08-17 17:09:34.000000000 -0400 ++++ tools/ots/xp/AbiOts.cpp 2003-08-17 17:09:10.000000000 -0400 +@@ -123,7 +123,7 @@ + } + + ots_parse_stream(reinterpret_cast<const unsigned char *>(txt.utf8_str()), txt.byteLength(), article); +- ots_remove_dict_words(article); ++ // ots_remove_dict_words(article); + ots_grade_doc (article); + ots_highlight_doc (article, getSummaryPercent()); + diff --git a/app-office/abiword/files/digest-abiword-1.99.1 b/app-office/abiword/files/digest-abiword-1.99.1 deleted file mode 100644 index 2c619263594a..000000000000 --- a/app-office/abiword/files/digest-abiword-1.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e96b50aea36ebf935d001b436b2bc582 abiword-1.99.1.tar.gz 18099889 diff --git a/app-office/abiword/files/digest-abiword-1.99.2 b/app-office/abiword/files/digest-abiword-1.99.2 deleted file mode 100644 index 99e4775b5364..000000000000 --- a/app-office/abiword/files/digest-abiword-1.99.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6319519f6f8b3eb70b0370bf694350d4 abiword-1.99.2.tar.gz 17197250 -MD5 bc1bcbc16baa1c7026d0b7c0fa3b629b abiword-plugins-1.99.2.tar.gz 1516553 diff --git a/app-office/abiword/files/digest-abiword-1.99.4-r1 b/app-office/abiword/files/digest-abiword-1.99.4-r2 index 53084ebf4b38..53084ebf4b38 100644 --- a/app-office/abiword/files/digest-abiword-1.99.4-r1 +++ b/app-office/abiword/files/digest-abiword-1.99.4-r2 |