1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-21 21:37:59 +01:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxmms/pyxmms-2.06.ebuild,v 1.1 2005/10/27 22:00:58 metalgod Exp $
inherit distutils
DESCRIPTION="Python interface to XMMS"
HOMEPAGE="http://people.via.ecp.fr/~flo/2002/PyXMMS/xmms.html"
SRC_URI="http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/python-2.2.2
>=media-sound/xmms-1.2.7-r18"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
PYTHON_MODNAME="xmms"
src_unpack() {
unpack ${A}
# fix the install prefix in setup.cfg
sed -e 's:/usr/local:/usr:' -i ${S}/setup.cfg || die "patching setup.cfg failed"
}