diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-07-22 14:49:54 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-07-22 14:49:54 +0000 |
commit | 6cd9bd15ad735b5c863205be64b191b182d6822b (patch) | |
tree | be43c3fd530383a9ff44812cb2e9831ed72deb70 /dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild | |
parent | added depend on jikes, new upstream version + patch to fix compilation with j... (diff) | |
download | gentoo-2-6cd9bd15ad735b5c863205be64b191b182d6822b.tar.gz gentoo-2-6cd9bd15ad735b5c863205be64b191b182d6822b.tar.bz2 gentoo-2-6cd9bd15ad735b5c863205be64b191b182d6822b.zip |
Fixed some problems.Bug #50902, #50904.
Diffstat (limited to 'dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild')
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild new file mode 100644 index 000000000000..f58a941a5117 --- /dev/null +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.1 2004/07/22 14:49:54 matsuu Exp $ + +inherit perl-module + +DESCRIPTION="Chasen library module for Perl." +SRC_URI="http://www.daionet.gr.jp/~knok/chasen/${P}.tar.gz + http://www.daionet.gr.jp/~knok/chasen/ChaSen.pm-1.03-pod-fix.diff" +HOMEPAGE="http://www.daionet.gr.jp/~knok/chasen/" + +SLOT="0" +LICENSE="chasen" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=app-text/chasen-2.2.9" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff + sed -i -e '5a"LD" => "g++",' Makefile.PL || die +} |