git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8c4e5b8
Branches
Tags
master
keks-overlay.git
dev-ruby
ruby-python
ruby-python-0.3.3.ebuild
A keks * initial commit
Lars Strojny
commited
8c4e5b8
at 2006-12-17 11:28:02
ruby-python-0.3.3.ebuild
Blame
History
Raw
# 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 *.* }