diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-11-02 17:52:04 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-11-02 17:52:04 +0000 |
commit | 75ab83eec9140316cc7ba707e4b20ec150194056 (patch) | |
tree | 87b4432d02540a53e594b067d983826b144d111c /app-text/yamcha/yamcha-0.33-r1.ebuild | |
parent | Added a patch to fix compilation problem in perl module for the first time. R... (diff) | |
download | gentoo-2-75ab83eec9140316cc7ba707e4b20ec150194056.tar.gz gentoo-2-75ab83eec9140316cc7ba707e4b20ec150194056.tar.bz2 gentoo-2-75ab83eec9140316cc7ba707e4b20ec150194056.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)
Diffstat (limited to 'app-text/yamcha/yamcha-0.33-r1.ebuild')
-rw-r--r-- | app-text/yamcha/yamcha-0.33-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app-text/yamcha/yamcha-0.33-r1.ebuild b/app-text/yamcha/yamcha-0.33-r1.ebuild index f757a2788e71..659de49339ed 100644 --- a/app-text/yamcha/yamcha-0.33-r1.ebuild +++ b/app-text/yamcha/yamcha-0.33-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yamcha/yamcha-0.33-r1.ebuild,v 1.1 2006/06/29 19:38:31 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yamcha/yamcha-0.33-r1.ebuild,v 1.2 2006/11/02 17:52:04 usata Exp $ -inherit perl-module +inherit perl-module eutils # inherit distutils DESCRIPTION="Yet Another Multipurpose CHunk Annotator" @@ -11,7 +11,7 @@ SRC_URI="http://chasen.org/~taku/software/yamcha/src/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64" IUSE="perl" #IUSE="python ruby" @@ -20,6 +20,12 @@ DEPEND="sci-misc/tinysvm dev-lang/perl" #RDEPEND="" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-pm.patch +} + src_compile() { econf || die emake || die |