summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2006-11-02 17:52:17 +0000
committerMamoru Komachi <usata@gentoo.org>2006-11-02 17:52:17 +0000
commit378e573fb70e2b97cbf16230b6aeb999185b9bd0 (patch)
tree8f992ddfe64474eb32cb74192166913ba3d90249 /app-text/yamcha/yamcha-0.32.ebuild
parentAdded a patch to fix compilation problem in perl module for the first time. R... (diff)
downloadgentoo-2-378e573fb70e2b97cbf16230b6aeb999185b9bd0.tar.gz
gentoo-2-378e573fb70e2b97cbf16230b6aeb999185b9bd0.tar.bz2
gentoo-2-378e573fb70e2b97cbf16230b6aeb999185b9bd0.zip
Added a patch to fix compilation problem in perl module for the first time. Removed old ebuild and stabilized -r1. Added ~amd64 keyword.
(Portage version: 2.1.1-r1) (Unsigned Manifest commit)
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
-}