diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-07-18 11:00:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-07-18 11:00:39 +0000 |
commit | 659712b7acec0121b5cedf6a341f0f62e41ae3a7 (patch) | |
tree | 2b770bd1f1e75f40529649213d59b2d9dd6e760e /app-i18n/skim/files | |
parent | completely broken (diff) | |
download | gentoo-2-659712b7acec0121b5cedf6a341f0f62e41ae3a7.tar.gz gentoo-2-659712b7acec0121b5cedf6a341f0f62e41ae3a7.tar.bz2 gentoo-2-659712b7acec0121b5cedf6a341f0f62e41ae3a7.zip |
Version bumped.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-i18n/skim/files')
-rw-r--r-- | app-i18n/skim/files/digest-skim-1.2.2 | 1 | ||||
-rw-r--r-- | app-i18n/skim/files/digest-skim-1.3.0 | 1 | ||||
-rw-r--r-- | app-i18n/skim/files/digest-skim-1.4.0 | 1 | ||||
-rw-r--r-- | app-i18n/skim/files/skim-1.0.2-types.patch | 12 |
4 files changed, 1 insertions, 14 deletions
diff --git a/app-i18n/skim/files/digest-skim-1.2.2 b/app-i18n/skim/files/digest-skim-1.2.2 deleted file mode 100644 index 0d1d23d1f8d5..000000000000 --- a/app-i18n/skim/files/digest-skim-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ee02b5d18276637b7db1df0ec7cf1ae skim-1.2.2.tar.bz2 1420215 diff --git a/app-i18n/skim/files/digest-skim-1.3.0 b/app-i18n/skim/files/digest-skim-1.3.0 deleted file mode 100644 index b8195ee6b9a8..000000000000 --- a/app-i18n/skim/files/digest-skim-1.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b184226e951656b30d4572fb8f7c1374 skim-1.3.0.tar.bz2 1474158 diff --git a/app-i18n/skim/files/digest-skim-1.4.0 b/app-i18n/skim/files/digest-skim-1.4.0 new file mode 100644 index 000000000000..89a5bad8d298 --- /dev/null +++ b/app-i18n/skim/files/digest-skim-1.4.0 @@ -0,0 +1 @@ +MD5 6a261a5e15e641a021732b16542ca264 skim-1.4.0.tar.bz2 1058915 diff --git a/app-i18n/skim/files/skim-1.0.2-types.patch b/app-i18n/skim/files/skim-1.0.2-types.patch deleted file mode 100644 index 53b41015c1b8..000000000000 --- a/app-i18n/skim/files/skim-1.0.2-types.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -pur skim-1.0.2/src/socketserverthread.h skim-1.0.2.patched/src/socketserverthread.h ---- skim-1.0.2/src/socketserverthread.h 2004-10-10 16:34:03.000000000 +0200 -+++ skim-1.0.2.patched/src/socketserverthread.h 2005-02-27 19:59:46.745519480 +0100 -@@ -120,7 +120,7 @@ signals: - void updatePreeditStringReq(const QString &, const scim::AttributeList &); - void updateLookupTableReq( const QStringList &, const QStringList &, - QValueList<scim::AttributeList > &, int cursor, -- unsigned page_start, unsigned candidates, unsigned & exact_item_num ); -+ int page_start, uint32 candidates, size_t & exact_item_num ); - void showAuxStringReq(); - void showPreeditStringReq(); - void showStatusStringReq(); |