diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 18:43:16 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 18:43:16 +0000 |
commit | 04eb21c1bec6a17141e2a4ca0792fa4ed95a177d (patch) | |
tree | 82f72eef79c773f5c0a1f029b6c25ab7008c5f03 /app-text/antiword | |
parent | Remove unused patches. Fix repoman complains. (diff) | |
download | gentoo-2-04eb21c1bec6a17141e2a4ca0792fa4ed95a177d.tar.gz gentoo-2-04eb21c1bec6a17141e2a4ca0792fa4ed95a177d.tar.bz2 gentoo-2-04eb21c1bec6a17141e2a4ca0792fa4ed95a177d.zip |
Remove unused patches. Fix repoman complains.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.37.ebuild | 6 | ||||
-rw-r--r-- | app-text/antiword/files/antiword-0.36.1-ppc-macos.diff | 14 | ||||
-rw-r--r-- | app-text/antiword/files/gentoo-antiword.diff | 11 |
4 files changed, 10 insertions, 30 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog index 38abbd03db75..f57d658ca1d9 100644 --- a/app-text/antiword/ChangeLog +++ b/app-text/antiword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/antiword -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.39 2008/12/30 20:56:25 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.40 2009/09/06 18:43:16 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> + -files/antiword-0.36.1-ppc-macos.diff, antiword-0.37.ebuild, + -files/gentoo-antiword.diff: + Remove unused patches. Fix repoman complains. 30 Dec 2008; Christoph Mende <angelos@gentoo.org> antiword-0.37.ebuild: QA: Respect CC (bug 243708), respect LDFLAGS diff --git a/app-text/antiword/antiword-0.37.ebuild b/app-text/antiword/antiword-0.37.ebuild index 938e390700ce..6ef901818be9 100644 --- a/app-text/antiword/antiword-0.37.ebuild +++ b/app-text/antiword/antiword-0.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v 1.11 2008/12/30 20:57:48 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v 1.12 2009/09/06 18:43:16 idl0r Exp $ inherit eutils toolchain-funcs @@ -39,6 +39,6 @@ src_install() { cd Docs doman antiword.1 - dodoc COPYING ChangeLog Exmh Emacs FAQ History Netscape \ + dodoc ChangeLog Exmh Emacs FAQ History Netscape \ QandA ReadMe Mozilla Mutt } diff --git a/app-text/antiword/files/antiword-0.36.1-ppc-macos.diff b/app-text/antiword/files/antiword-0.36.1-ppc-macos.diff deleted file mode 100644 index d93d34059289..000000000000 --- a/app-text/antiword/files/antiword-0.36.1-ppc-macos.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- main_u.c 2005-08-30 17:55:24 -0500 -+++ antiword-0.36.1/main_u.c 2005-08-30 17:55:36 -0500 -@@ -29,9 +29,9 @@ - #include <fcntl.h> - #include <io.h> - #endif /* __dos */ --#if defined(__STDC_ISO_10646__) -+#if defined(__STDC_ISO_10646__) || defined(__APPLE_CC__) - #include <locale.h> --#endif /* __STDC_ISO_10646__ */ -+#endif /* __STDC_ISO_10646__ || __APPLE_CC__ */ - #if defined(N_PLAT_NLM) - #if !defined(_VA_LIST) - #include "NW-only/nw_os.h" diff --git a/app-text/antiword/files/gentoo-antiword.diff b/app-text/antiword/files/gentoo-antiword.diff deleted file mode 100644 index 19fc8d6f9d67..000000000000 --- a/app-text/antiword/files/gentoo-antiword.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- antiword.h.orig Wed Jan 23 19:01:31 2002 -+++ antiword.h Wed Jan 23 19:01:46 2002 -@@ -143,7 +143,7 @@ - #define ANTIWORD_DIR "antiword" - #define FONTNAMES_FILE "fontname.txt" - #else --#define GLOBAL_ANTIWORD_DIR "/opt/antiword/share" -+#define GLOBAL_ANTIWORD_DIR "/usr/share/antiword" - #define ANTIWORD_DIR ".antiword" - #define FONTNAMES_FILE "fontnames" - #endif /* __dos */ |