# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby DESCRIPTION="Ruby/Python extendsion library" HOMEPAGE="http://www.goto.info.waseda.ac.jp/~fukusima/ruby/python-e.html" SRC_URI="http://www.goto.info.waseda.ac.jp/~fukusima/ruby/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="" RDEPEND="" S=${WORKDIR}/python #RUBY_ECONF="--with-python-dir=/usr/" src_unpack() { ruby_src_unpack sed -e "s:1\.5:2.4:g" -i *.* }