summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-11-16 05:01:58 +0000
committerMike Gardiner <obz@gentoo.org>2003-11-16 05:01:58 +0000
commit86aa24023d362281581551ddd4681bbf88299840 (patch)
tree13325527cbd5a637c60f0f0879b94c4072fd3fc0 /app-text/html2text
parentVersion Bump. Really closes Bug #38378. (diff)
downloadgentoo-2-86aa24023d362281581551ddd4681bbf88299840.tar.gz
gentoo-2-86aa24023d362281581551ddd4681bbf88299840.tar.bz2
gentoo-2-86aa24023d362281581551ddd4681bbf88299840.zip
Fixed gcc3.3.patch
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/ChangeLog6
-rw-r--r--app-text/html2text/Manifest4
-rw-r--r--app-text/html2text/files/html2text-gcc3.3.patch5
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog
index 10136d391354..1c692fd13b4d 100644
--- a/app-text/html2text/ChangeLog
+++ b/app-text/html2text/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/html2text
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.3 2003/10/26 05:57:54 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.4 2003/11/16 05:01:47 obz Exp $
+
+ 16 Nov 2003; Mike Gardiner <obz@gentoo.org> files/html2text-gcc3.3.patch:
+ Fixed html2text-gcc3.3.patch, removing the CVS header line, so that the patch
+ is not changed after committing to the portage tree
26 Oct 2003; Mike Gardiner <obz@gentoo.org> html2text-1.3.1.ebuild,
files/html2text-gcc3.3.patch:
diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index a548c398c093..451c0e6ec4ff 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1,5 +1,5 @@
MD5 b5b8ba0935d70d9a9f1b3cf5eb204c82 html2text-1.3.1.ebuild 893
-MD5 6053b729a990d8190aef1943b520cae1 ChangeLog 671
+MD5 90e143fb23456a248d1a4a03fc80d108 ChangeLog 882
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 821cb2c304f248bddc5badca9704b671 files/digest-html2text-1.3.1 67
-MD5 e016a773436674a762e83d315d0d286b files/html2text-gcc3.3.patch 26575
+MD5 a6cfcb22a1966dd02fbebcaeb77d191c files/html2text-gcc3.3.patch 26518
diff --git a/app-text/html2text/files/html2text-gcc3.3.patch b/app-text/html2text/files/html2text-gcc3.3.patch
index 7fc8f85ad74b..feb0ecc2acb5 100644
--- a/app-text/html2text/files/html2text-gcc3.3.patch
+++ b/app-text/html2text/files/html2text-gcc3.3.patch
@@ -1,7 +1,7 @@
diff -bB -r -u html2text-1.3.1/Area.C html2text-1.3.1-Patch_C/Area.C
--- html2text-1.3.1/Area.C Tue Nov 2 18:57:49 1999
+++ html2text-1.3.1-Patch_C/Area.C Wed Jul 2 21:58:32 2003
-@@ -1,48 +1,39 @@
+@@ -1,40 +1,32 @@
-/* ------------------------------------------------------------------------- */
+ /***************************************************************************/
@@ -65,8 +65,7 @@ diff -bB -r -u html2text-1.3.1/Area.C html2text-1.3.1-Patch_C/Area.C
+
+ /***************************************************************************/
--#ident "$Id: html2text-gcc3.3.patch,v 1.1 2003/10/26 05:57:54 obz Exp $"
-
+@@ -42,6 +34,6 @@
#include <stdlib.h>
#include <string.h>
-#include <iostream.h>