All pastes #3157571 Raw Edit

pinkbyte

public unlisted text v1 · immutable
#3157571 ·published 2015-09-10 12:06 UTC
rendered paste body
# Copyright 1999-2015 Gentoo Foundation# Distributed under the terms of the GNU General Public License v2# $Id$EAPI=5EGIT_REPO_URI="https://github.com/fofix/fofix.git"PYTHON_COMPAT=( python2_7 )inherit distutils-r1 git-r3DESCRIPTION="A game of musical skill and fast fingers"HOMEPAGE="http://code.google.com/p/fofix/"LICENSE="GPL-2"SLOT="0"KEYWORDS="~amd64 ~x86"IUSE=""DEPEND="	dev-python/cython[${PYTHON_USEDEP}]	virtual/ffmpeg	virtual/glu	virtual/libffi	dev-python/pyogg[${PYTHON_USEDEP}]	dev-python/cerealizer[${PYTHON_USEDEP}]	virtual/python-imaging[${PYTHON_USEDEP}]	dev-python/numpy[${PYTHON_USEDEP}]	dev-python/pyopengl[${PYTHON_USEDEP}]	dev-python/pygame[${PYTHON_USEDEP}]	dev-python/pysqlite[${PYTHON_USEDEP}]	dev-python/pyvorbis[${PYTHON_USEDEP}]	dev-python/pyaudio[${PYTHON_USEDEP}]	media-libs/libsoundtouch	"RDEPEND="${DEPEND}"src_install() {	dolib fofix/lib/_VideoPlayer.so || die	insinto /opt/fofix	doins -r *	echo "#/bin/sh" > fofix.sh	echo "${EPYTHON} /opt/fofix/FoFiX.py" >> fofix.sh	dobin fofix.sh	newicon data/fofix_icon.png "${PN}".png	make_desktop_entry fofix.sh "FOFIX"}