diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:47:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-21 16:47:40 +0000 |
commit | 42093b634831a017d0f095f6903e583e4d498ec6 (patch) | |
tree | adb65bddd2d5941d876ce76c3b1c0e772211f064 /app-text/sablotron/files | |
parent | removing gcc hardcode. (diff) | |
download | historical-42093b634831a017d0f095f6903e583e4d498ec6.tar.gz historical-42093b634831a017d0f095f6903e583e4d498ec6.tar.bz2 historical-42093b634831a017d0f095f6903e583e4d498ec6.zip |
cleanup
Diffstat (limited to 'app-text/sablotron/files')
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.95 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.95-r1 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/sablotron-0.95-gentoo.patch | 26 |
3 files changed, 0 insertions, 28 deletions
diff --git a/app-text/sablotron/files/digest-sablotron-0.95 b/app-text/sablotron/files/digest-sablotron-0.95 deleted file mode 100644 index dd356f90f2a8..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.95 +++ /dev/null @@ -1 +0,0 @@ -MD5 5dbcb6eabe8a962f9b84719cdb100390 Sablot-0.95.tar.gz 373842 diff --git a/app-text/sablotron/files/digest-sablotron-0.95-r1 b/app-text/sablotron/files/digest-sablotron-0.95-r1 deleted file mode 100644 index dd356f90f2a8..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.95-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5dbcb6eabe8a962f9b84719cdb100390 Sablot-0.95.tar.gz 373842 diff --git a/app-text/sablotron/files/sablotron-0.95-gentoo.patch b/app-text/sablotron/files/sablotron-0.95-gentoo.patch deleted file mode 100644 index c20cc3c3affc..000000000000 --- a/app-text/sablotron/files/sablotron-0.95-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 |