summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe LEFEBVRE (chtof) <chtof62@gmail.com>2010-02-01 21:39:24 +0000
committerChristophe LEFEBVRE (chtof) <chtof62@gmail.com>2010-02-01 21:39:24 +0000
commitc84c837a2fbae3e0f390c654f8ad480f8a7a1b44 (patch)
tree3f00cb45fe0b61d9ac7859532b3adc9a46c608d8 /app-misc/perroquet/perroquet-1.0.1.ebuild
parentmarking globus for removal in 30 days (EBo) (diff)
downloadsunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.tar.gz
sunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.tar.bz2
sunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.zip
app-misc/perroquet: New ebuild for bug 299938 thanks to Tommy
svn path=/sunrise/; revision=9960
Diffstat (limited to 'app-misc/perroquet/perroquet-1.0.1.ebuild')
-rw-r--r--app-misc/perroquet/perroquet-1.0.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/perroquet/perroquet-1.0.1.ebuild b/app-misc/perroquet/perroquet-1.0.1.ebuild
new file mode 100644
index 000000000..64a1113e8
--- /dev/null
+++ b/app-misc/perroquet/perroquet-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit distutils eutils versionator
+
+DESCRIPTION="Educational program to improve listening in a foreign language"
+HOMEPAGE="http://perroquet.b219.org/"
+SRC_URI="http://launchpad.net/perroquet/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="virtual/libintl"
+DEPEND="${RDEPEND}
+ >=dev-python/pygobject-2.18.0
+ dev-python/gst-python
+ dev-perl/XML-Parser"
+
+src_prepare() {
+ # No other way to disable some options
+ epatch "${FILESDIR}/${P}-setup-options.patch"
+}