summaryrefslogtreecommitdiff
blob: fe6757e86dcd575aba3c890499c5a79fd8136886 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"

inherit distutils eutils versionator

DESCRIPTION="Educational program to improve listening in a foreign language"
HOMEPAGE="http://perroquet.b219.org/"
SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="virtual/libintl"
DEPEND="${RDEPEND}
	dev-python/pygobject:2
	dev-python/gst-python
	dev-perl/XML-Parser"
RESTRICT_PYTHON_ABIS="2.[45] 3.*"

DISTUTILS_GLOBAL_OPTIONS=(--without-icon-cache --without-mime-database \
	--without-desktop-database)