summaryrefslogtreecommitdiff
path: root/dev-python/pivy/pivy-0.5_alpha592.ebuild
blob: d071ea337d6df2f44af3f0fa368fce5409b7c9cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MY_P="Pivy-${PV}"

DESCRIPTION="a Coin binding for Python"
HOMEPAGE="http://pivy.coin3d.org/"
SRC_URI="http://omploader.org/vMnl2dA/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="
	media-libs/coin
	>=media-libs/SoQt-1.4.2_alpha"

DEPEND="${RDEPEND}
		dev-lang/swig"

RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	distutils_src_prepare
	python setup.py clean
}
;id=0524ef9aad5e908c4062c2696a3b7a807bd494c7&follow=1'>clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3