summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-07 09:00:03 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-07 09:00:03 +0000
commiteb8e7023179cc5e7e7ec9d6154c05af66a2db85d (patch)
tree957fc0e18e334f72e4a9e236f5b26dc66cbc341a /app-text/mecab/mecab-0.77.ebuild
parentStable on x86 and ppc. (Manifest recommit) (diff)
downloadgentoo-2-eb8e7023179cc5e7e7ec9d6154c05af66a2db85d.tar.gz
gentoo-2-eb8e7023179cc5e7e7ec9d6154c05af66a2db85d.tar.bz2
gentoo-2-eb8e7023179cc5e7e7ec9d6154c05af66a2db85d.zip
Version bumped. Cleaned out old ebuilds.
Diffstat (limited to 'app-text/mecab/mecab-0.77.ebuild')
-rw-r--r--app-text/mecab/mecab-0.77.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-text/mecab/mecab-0.77.ebuild b/app-text/mecab/mecab-0.77.ebuild
deleted file mode 100644
index cd242b3abcce..000000000000
--- a/app-text/mecab/mecab-0.77.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.77.ebuild,v 1.4 2004/07/22 15:09:56 nakano Exp $
-
-MY_IPADIC="ipadic-2.5.1"
-DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
-HOMEPAGE="http://chasen.org/~taku/software/mecab/"
-SRC_URI="http://chasen.org/~taku/software/mecab/src/${P}.tar.gz
- http://chasen.aist-nara.ac.jp/stable/ipadic/${MY_IPADIC}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- dev-lang/perl"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}/dic
- unpack ${MY_IPADIC}.tar.gz
-}
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
-}