diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:47:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:47:54 +0000 |
commit | 5cfa6063f88f6ada0e393a732e910a89724d2367 (patch) | |
tree | 28cf09b13774bb804d5b849a043d19ab3c215e9a /app-text | |
parent | cleanup (diff) | |
download | historical-5cfa6063f88f6ada0e393a732e910a89724d2367.tar.gz historical-5cfa6063f88f6ada0e393a732e910a89724d2367.tar.bz2 historical-5cfa6063f88f6ada0e393a732e910a89724d2367.zip |
cleanup
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sablotron/Manifest | 2 | ||||
-rw-r--r-- | app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch | 26 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest index 81bbed1428e8..d4d6a968a8a6 100644 --- a/app-text/sablotron/Manifest +++ b/app-text/sablotron/Manifest @@ -4,5 +4,3 @@ MD5 96a19c7e005234abf6a71c9a23ee57d0 sablotron-0.97.ebuild 807 MD5 d4d88eebd05b4208b430c3e2738431a4 files/Sablot-0.96.1.patch 1698 MD5 bd659f0d856dbbac81723564bfdeb57b files/digest-sablotron-0.96 63 MD5 47394bfd045510f7f6b74c7828d48502 files/digest-sablotron-0.97 63 -MD5 e22b7a4c9b6abb0f9a01dd189734f3cd files/sablotron-0.95-gentoo.patch 600 -MD5 e22b7a4c9b6abb0f9a01dd189734f3cd files/sablotron-0.95-r1-gentoo.patch 600 diff --git a/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch b/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch deleted file mode 100644 index c20cc3c3affc..000000000000 --- a/app-text/sablotron/files/sablotron-0.95-r1-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ -*** sxpath.h Fri Jun 7 21:01:31 2002 ---- sxpath.h Thu Jun 27 13:35:17 2002 -*************** -*** 66,74 **** - typedef void *QueryContext; - - /*option constants */ -! const unsigned long SXPF_DISPOSE_NAMES = 1; -! const unsigned long SXPF_DISPOSE_VALUES = 2; -! const unsigned long SXPF_SUPPORTS_UNPARSED_ENTITIES = 4; - - /* - * DOM handler functions ---- 66,77 ---- - typedef void *QueryContext; - - /*option constants */ -! typedef enum -! { -! SXPF_DISPOSE_NAMES = 0x1, -! SXPF_DISPOSE_VALUES = 0x2, -! SXPF_SUPPORTS_UNPARSED_ENTITIES =0x4 -! } SXPFlags; - - /* - * DOM handler functions |