You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/parti/parti-0.0.6.ebuild

48 lines
1.1 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-0.0.6.ebuild,v 1.6 2012/05/04 08:58:55 jdhore Exp $
EAPI=3
PYTHON_DEPEND=2
inherit distutils eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
HOMEPAGE="http://partiwm.googlecode.com/"
MY_P="${PN}-all-${PV}"
SRC_URI="http://${PN}wm.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="dev-python/pygtk:2
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXtst"
RDEPEND="${COMMON_DEPEND}
dev-python/ipython
x11-apps/xmodmap"
DEPEND="${COMMON_DEPEND}
dev-python/pyrex
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
# upstream changeset 620a831d81, solved deprecation warnings on module sets
epatch "${FILESDIR}"/${P}-python-2.6-sets-deprecation.patch
# upstream changeset fedd8b2841, adds missing import sys
epatch "${FILESDIR}"/${P}-python-import.patch
}