summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/yamcha/yamcha-0.32.ebuild')
-rw-r--r--app-text/yamcha/yamcha-0.32.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/yamcha/yamcha-0.32.ebuild b/app-text/yamcha/yamcha-0.32.ebuild
deleted file mode 100644
index bd991a85e2cf..000000000000
--- a/app-text/yamcha/yamcha-0.32.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yamcha/yamcha-0.32.ebuild,v 1.1 2005/05/22 16:32:08 usata Exp $
-
-DESCRIPTION="Yet Another Multipurpose CHunk Annotator"
-HOMEPAGE="http://chasen.org/~taku/software/yamcha/"
-SRC_URI="http://chasen.org/~taku/software/yamcha/src/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-#IUSE="perl python ruby"
-
-DEPEND="sci-misc/tinysvm
- dev-lang/perl"
-#RDEPEND=""
-
-src_test() {
- make check || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS README
-}