diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-26 16:50:19 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-26 16:50:19 +0000 |
commit | ef1b1ace63d3d6284c8b1527777d38d53c0bfe2c (patch) | |
tree | 4919bc011045fc71748466c50963d5f412b681ac /app-text/mecab | |
parent | Release as 0.40 final (diff) | |
download | historical-ef1b1ace63d3d6284c8b1527777d38d53c0bfe2c.tar.gz historical-ef1b1ace63d3d6284c8b1527777d38d53c0bfe2c.tar.bz2 historical-ef1b1ace63d3d6284c8b1527777d38d53c0bfe2c.zip |
stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/Manifest | 4 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.80.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 6eb4d4d9d37c..e6d98af9c81e 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mecab # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.19 2005/08/13 14:40:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.20 2005/11/26 16:50:19 tgall Exp $ + + 26 Nov 2005; Tom Gall <tgall@gentoo.org> mecab-0.80.ebuild: + stable on ppc64 13 Aug 2005; Luis Medinas <metalgod@gentoo.org> mecab-0.80.ebuild: Stable on AMD64. diff --git a/app-text/mecab/Manifest b/app-text/mecab/Manifest index 73478c3bb2eb..a6930e21db21 100644 --- a/app-text/mecab/Manifest +++ b/app-text/mecab/Manifest @@ -1,7 +1,7 @@ -MD5 ce286adfd5024d2eb6d7d5c9d0fdf136 ChangeLog 2161 +MD5 40044a365b0e39428ce93b29214c62e8 ChangeLog 2239 MD5 4791b77f237eb329b280249cc831b031 mecab-0.78.ebuild 820 MD5 995b5d3103496377cc3aac716a219102 mecab-0.79.ebuild 851 -MD5 14b48cad9ce79cac763486290a5310af mecab-0.80.ebuild 946 +MD5 88d9b76cfc82b553a64bb5d492612b22 mecab-0.80.ebuild 942 MD5 d03d3945c8438068ce3facf3a43dcc5f mecab-0.81.ebuild 1062 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 89d2c5718559030b51532b37db3d6baf files/digest-mecab-0.78 127 diff --git a/app-text/mecab/mecab-0.80.ebuild b/app-text/mecab/mecab-0.80.ebuild index 8f966fe3a827..39d08d6a2dfc 100644 --- a/app-text/mecab/mecab-0.80.ebuild +++ b/app-text/mecab/mecab-0.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.80.ebuild,v 1.7 2005/08/13 14:40:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.80.ebuild,v 1.8 2005/11/26 16:50:19 tgall Exp $ # need one of ipadic-2.4.4/2.5.0/2.5.1 MY_IPADIC="ipadic-2.5.1" @@ -12,7 +12,7 @@ SRC_URI="http://chasen.org/~taku/software/mecab/src/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="unicode" DEPEND="dev-lang/perl" |