/[gentoo-x86]/dev-python/mecab-python/mecab-python-0.98.ebuild
Gentoo

Contents of /dev-python/mecab-python/mecab-python-0.98.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Tue Apr 17 21:41:23 2012 UTC (13 months ago) by ranger
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines
Marking mecab-python-0.98 ppc64 for bug 404713

(Portage version: 2.1.10.11/cvs/Linux ppc64)

1 ago 1.3 # Copyright 1999-2012 Gentoo Foundation
2 matsuu 1.1 # Distributed under the terms of the GNU General Public License v2
3 ranger 1.5 # $Header: /var/cvsroot/gentoo-x86/dev-python/mecab-python/mecab-python-0.98.ebuild,v 1.4 2012/04/05 05:16:04 jdhore Exp $
4 arfrever 1.2
5     EAPI="3"
6     PYTHON_DEPEND="2"
7     SUPPORT_PYTHON_ABIS="1"
8     RESTRICT_PYTHON_ABIS="3.* *-jython"
9 matsuu 1.1
10     inherit distutils
11    
12     DESCRIPTION="Python binding for MeCab"
13     HOMEPAGE="http://mecab.sourceforge.net/"
14     SRC_URI="mirror://sourceforge/${PN/-*}/${P}.tar.gz"
15    
16     LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
17 arfrever 1.2 SLOT="0"
18 ranger 1.5 KEYWORDS="amd64 ~ia64 ppc64 x86"
19 arfrever 1.2 IUSE=""
20 matsuu 1.1
21     DEPEND=">=app-text/mecab-${PV}"
22 arfrever 1.2 RDEPEND="${DEPEND}"
23 matsuu 1.1
24     DOCS="test.py"
25 arfrever 1.2 PYTHON_MODNAME="MeCab.py"
26 matsuu 1.1
27     src_install() {
28     distutils_src_install
29     dohtml bindings.html || die
30     }

  ViewVC Help
Powered by ViewVC 1.1.13