diff options
author | 2010-11-25 12:37:10 +0000 | |
---|---|---|
committer | 2010-11-25 12:37:10 +0000 | |
commit | 37dcf29035b469f4310892ab7e2329651c205dcb (patch) | |
tree | aeccc3d806af7d98325ad70155210d0fe51afa16 /app-text/cabocha | |
parent | Version bump (diff) | |
download | gentoo-2-37dcf29035b469f4310892ab7e2329651c205dcb.tar.gz gentoo-2-37dcf29035b469f4310892ab7e2329651c205dcb.tar.bz2 gentoo-2-37dcf29035b469f4310892ab7e2329651c205dcb.zip |
remove unused files. fixes bug #344189.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-text/cabocha')
-rw-r--r-- | app-text/cabocha/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/cabocha/files/cabocha-0.52-amd64.patch | 13 |
2 files changed, 6 insertions, 15 deletions
diff --git a/app-text/cabocha/ChangeLog b/app-text/cabocha/ChangeLog index 21bca59d9728..69cf24f49334 100644 --- a/app-text/cabocha/ChangeLog +++ b/app-text/cabocha/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/cabocha -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cabocha/ChangeLog,v 1.5 2008/10/08 00:24:19 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cabocha/ChangeLog,v 1.6 2010/11/25 12:37:10 hattya Exp $ + + 25 Nov 2010; Akinori Hattori <hattya@gentoo.org> + -files/cabocha-0.52-amd64.patch: + remove unused files. fixes bug #344189. *cabocha-0.60_pre4 (08 Oct 2008) diff --git a/app-text/cabocha/files/cabocha-0.52-amd64.patch b/app-text/cabocha/files/cabocha-0.52-amd64.patch deleted file mode 100644 index ffc5c1f95582..000000000000 --- a/app-text/cabocha/files/cabocha-0.52-amd64.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ru cabocha-0.52.old/src/common.h cabocha-0.52/src/common.h ---- cabocha-0.52.old/src/common.h 2004-03-08 23:18:39.000000000 +0900 -+++ cabocha-0.52/src/common.h 2005-09-20 13:08:33.000000000 +0900 -@@ -102,7 +102,7 @@ - - static inline void replaceString (std::string &s, const std::string &src, const std::string &dst) - { -- unsigned int pos = s.find (src); -+ size_t pos = s.find (src); - if (pos != std::string::npos) s.replace (pos, src.size(), dst); - } - -cabocha-0.52/srcだけに発見: common.h~ |