openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06783
[Merge] lp:~raoul-snyman/openlp/gentoo into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/gentoo into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/gentoo/+merge/52518
Added an initial Gentoo ebuild file.
--
https://code.launchpad.net/~raoul-snyman/openlp/gentoo/+merge/52518
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/gentoo into lp:openlp.
=== added directory 'resources/gentoo'
=== added file 'resources/gentoo/openlp-1.9.4.ebuild'
--- resources/gentoo/openlp-1.9.4.ebuild 1970-01-01 00:00:00 +0000
+++ resources/gentoo/openlp-1.9.4.ebuild 2011-03-08 07:01:30 +0000
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Copyright 2010 Jaak Ristioja
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+RESTRICT_PYTHON_ABIS="3.*"
+inherit python
+
+DESCRIPTION="Free church presentation software"
+HOMEPAGE="http://openlp.org/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/OpenLP-${PV}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 x86-fbsd x86-freebsd amd64-linux x86-linux x86-macos x86-solaris"
+
+RDEPEND=">=dev-lang/python-2.5.0
+ dev-python/beautifulsoup
+ dev-python/chardet
+ dev-python/lxml
+ dev-python/pyenchant
+ dev-python/PyQt4[X,multimedia]
+ dev-python/sqlalchemy"
+DEPEND="${RDEPEND}"
+
+PYTHON_DEPEND="2:2.5"
+PYTHON_MODNAME="openlp"
+
+S=${WORKDIR}/OpenLP-${PV}-src
Follow ups