diff options
author | Nick White <git@njw.me.uk> | 2010-06-09 14:23:06 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-06-09 14:23:06 +0100 |
commit | bfa692cf491185083672bf476f48d1af37153a53 (patch) | |
tree | 0edb1778e40c948c75c94abd437aa1943e14e3d1 /dev-games/renpy-modules | |
parent | e1d6f350043db79ebca79a373f4ae84714d75e5c (diff) | |
download | njw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.tar.bz2 njw-gentoo-local-bfa692cf491185083672bf476f48d1af37153a53.zip |
Removed a few more unused ebuilds
Diffstat (limited to 'dev-games/renpy-modules')
-rw-r--r-- | dev-games/renpy-modules/renpy-modules-6.10.2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild b/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild deleted file mode 100644 index 49c2d72..0000000 --- a/dev-games/renpy-modules/renpy-modules-6.10.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" -PYTHON_DEPEND="2:2.5" - -inherit distutils eutils - -MY_P=${PN%-modules}-${PV} -PYTHON_MODNAME="pysdlsound" - -DESCRIPTION="Modules for renpy" -HOMEPAGE="http://www.renpy.org" -SRC_URI="http://www.renpy.org/dl/${PV}/${MY_P}-source.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="media-libs/libpng - media-libs/libsdl - media-libs/freetype:2 - media-video/ffmpeg - dev-libs/fribidi - dev-python/pygame[X] - sys-libs/zlib - !=dev-games/renpy-6.10.2" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}/module" - -# RENPY_DEPS_INSTALL is a double-colon separated list of directories that -# contains all core renpy dependencies. This is usually /usr. -export RENPY_DEPS_INSTALL="${ROOT}usr" |