diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-10-30 12:25:29 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-10-30 12:25:29 +0000 |
commit | b0c728c2d431ae5f74849de3d9d501e29b97998d (patch) | |
tree | 741aaadb6bf0eea0f9c8f6281c6b7bc488fd181f /app-text/mecab | |
parent | remove old ebuild. (diff) | |
download | historical-b0c728c2d431ae5f74849de3d9d501e29b97998d.tar.gz historical-b0c728c2d431ae5f74849de3d9d501e29b97998d.tar.bz2 historical-b0c728c2d431ae5f74849de3d9d501e29b97998d.zip |
remove old ebuilds.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.92.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 85c5690ed556..90dea46ef0fd 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/mecab # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.27 2006/10/30 12:17:08 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.28 2006/10/30 12:25:29 hattya Exp $ + + 30 Oct 2006; Akinori Hattori <hattya@gentoo.org> -mecab-0.81.ebuild, + -mecab-0.91.ebuild, mecab-0.92.ebuild: + remove old ebuilds. + + 30 Oct 2006; Akinori Hattori <hattya@gentoo.org> mecab-0.92.ebuild: + stable on x86. *mecab-0.93 (30 Oct 2006) diff --git a/app-text/mecab/mecab-0.92.ebuild b/app-text/mecab/mecab-0.92.ebuild index e08e4237c953..3f76f1da27fe 100644 --- a/app-text/mecab/mecab-0.92.ebuild +++ b/app-text/mecab/mecab-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.3 2006/10/20 17:37:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.4 2006/10/30 12:25:29 hattya Exp $ IUSE="unicode" @@ -9,7 +9,7 @@ HOMEPAGE="http://mecab.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/${PN}/20896/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" DEPEND="dev-lang/perl" |