public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2014-01-03  5:39 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2014-01-03  5:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e07a5234a62210b409f2610f75e6cc42dfd9746e
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 05:39:08 2014 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 05:39:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=commit;h=e07a5234

Initial ebuild, thanks floppym for assistance

---
 app-text/openlp/Manifest            |  2 ++
 app-text/openlp/openlp-2.0.3.ebuild | 42 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
new file mode 100644
index 0000000..541a991
--- /dev/null
+++ b/app-text/openlp/Manifest
@@ -0,0 +1,2 @@
+DIST OpenLP-2.0.3.tar.gz 5799669 SHA256 c92bb227753066c87650b042f4a33bf253c3d2d4ca07c693477af9158f5436f7 SHA512 c4552a79d35e02064ba6d93f8f7aa7235dd21e02d5192952849114aeb67b9bd3c746115fea6906718474cf1c5a61b537ab4a6e7c9e0e0008117f442397fff3af WHIRLPOOL 4481eced42c914d591e6c1af4a23845a34edfff3ba99238807bbad73bea851a6feacad99adc6b041eeff5b8eb33856facdcbf32bbb6b6a1fa076a4defcb4aab1
+EBUILD openlp-2.0.3.ebuild 1062 SHA256 14b40664e211348e9e5c949122e0327b8e08fb1e413a408eb49f4489af045fb5 SHA512 2ce120d3ec996d7b7c0fb76d98e3b13ce9bcd283d394524cfb0833d8e527b54ddcc9f49be36712eec324c7e3c096c9c921b58060d3da8545350fdbf3ecb73961 WHIRLPOOL 9638048158286999b582b5d9d7bf47fe84182eec6aa178f051fd2b4ba1ae0c9555f6f88679909963e25cf483762b055a6d56db3f3a2c3e30d69ffa4118f63949

diff --git a/app-text/openlp/openlp-2.0.3.ebuild b/app-text/openlp/openlp-2.0.3.ebuild
new file mode 100644
index 0000000..7285862
--- /dev/null
+++ b/app-text/openlp/openlp-2.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Free church presentation software"
+HOMEPAGE="http://openlp.org/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/OpenLP-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
+	dev-python/chardet[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/mako[${PYTHON_USEDEP}]
+	dev-python/pyenchant[${PYTHON_USEDEP}]
+	dev-python/pyodbc
+	dev-python/PyQt4[X,multimedia,phonon,webkit,${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/sip[${PYTHON_USEDEP}]
+	dev-python/sqlalchemy[${PYTHON_USEDEP}]
+	dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/OpenLP-${PV}
+
+python_install_all() { 
+	distutils-r1_python_install_all
+	domenu  resources/openlp.desktop
+	dosym  openlp.pyw /usr/bin/openlp
+	doicon resources/images/openlp.svg
+}
+


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2014-01-03  5:45 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2014-01-03  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     92e5fe79dd4cd0cdb178f0fb9aebaa85f3f9d6f3
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 05:44:51 2014 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 05:44:51 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=commit;h=92e5fe79

Move icon to hicolor for scalability

---
 app-text/openlp/Manifest            | 2 +-
 app-text/openlp/openlp-2.0.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index 541a991..19d96ac 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,2 +1,2 @@
 DIST OpenLP-2.0.3.tar.gz 5799669 SHA256 c92bb227753066c87650b042f4a33bf253c3d2d4ca07c693477af9158f5436f7 SHA512 c4552a79d35e02064ba6d93f8f7aa7235dd21e02d5192952849114aeb67b9bd3c746115fea6906718474cf1c5a61b537ab4a6e7c9e0e0008117f442397fff3af WHIRLPOOL 4481eced42c914d591e6c1af4a23845a34edfff3ba99238807bbad73bea851a6feacad99adc6b041eeff5b8eb33856facdcbf32bbb6b6a1fa076a4defcb4aab1
-EBUILD openlp-2.0.3.ebuild 1062 SHA256 14b40664e211348e9e5c949122e0327b8e08fb1e413a408eb49f4489af045fb5 SHA512 2ce120d3ec996d7b7c0fb76d98e3b13ce9bcd283d394524cfb0833d8e527b54ddcc9f49be36712eec324c7e3c096c9c921b58060d3da8545350fdbf3ecb73961 WHIRLPOOL 9638048158286999b582b5d9d7bf47fe84182eec6aa178f051fd2b4ba1ae0c9555f6f88679909963e25cf483762b055a6d56db3f3a2c3e30d69ffa4118f63949
+EBUILD openlp-2.0.3.ebuild 1074 SHA256 d83c80c41900c5956bbf5051332ee7e79d25a163f3b758721da65dc9903f4234 SHA512 a36567d9c17d8bbd99128785ce790b5bc72f471e9ecd3e219245ab3523bd32b9189dfae7425206d09192ad8a31887c993c50688f16a234c1137c1f1408cc13f8 WHIRLPOOL 378b0823967f0b84b143526064583c12317d56ec3272580093d0d1e8ebebb78febf333275d1487512e96a6a49babff87b7d3b2fc2177fadd514c3449749cf9fd

diff --git a/app-text/openlp/openlp-2.0.3.ebuild b/app-text/openlp/openlp-2.0.3.ebuild
index 7285862..f860fb9 100644
--- a/app-text/openlp/openlp-2.0.3.ebuild
+++ b/app-text/openlp/openlp-2.0.3.ebuild
@@ -37,6 +37,6 @@ python_install_all() {
 	distutils-r1_python_install_all
 	domenu  resources/openlp.desktop
 	dosym  openlp.pyw /usr/bin/openlp
-	doicon resources/images/openlp.svg
+	doicon -s scalable resources/images/openlp.svg
 }
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2014-01-05 20:42 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2014-01-05 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c2e9392bb991ae223f919f2c3749b3a99ee9e030
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 20:41:32 2014 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 20:41:32 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=commit;h=c2e9392b

Fix repoman issues

---
 app-text/openlp/Manifest            | 2 +-
 app-text/openlp/openlp-2.0.3.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index 19d96ac..6fbecaa 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,2 +1,2 @@
 DIST OpenLP-2.0.3.tar.gz 5799669 SHA256 c92bb227753066c87650b042f4a33bf253c3d2d4ca07c693477af9158f5436f7 SHA512 c4552a79d35e02064ba6d93f8f7aa7235dd21e02d5192952849114aeb67b9bd3c746115fea6906718474cf1c5a61b537ab4a6e7c9e0e0008117f442397fff3af WHIRLPOOL 4481eced42c914d591e6c1af4a23845a34edfff3ba99238807bbad73bea851a6feacad99adc6b041eeff5b8eb33856facdcbf32bbb6b6a1fa076a4defcb4aab1
-EBUILD openlp-2.0.3.ebuild 1074 SHA256 d83c80c41900c5956bbf5051332ee7e79d25a163f3b758721da65dc9903f4234 SHA512 a36567d9c17d8bbd99128785ce790b5bc72f471e9ecd3e219245ab3523bd32b9189dfae7425206d09192ad8a31887c993c50688f16a234c1137c1f1408cc13f8 WHIRLPOOL 378b0823967f0b84b143526064583c12317d56ec3272580093d0d1e8ebebb78febf333275d1487512e96a6a49babff87b7d3b2fc2177fadd514c3449749cf9fd
+EBUILD openlp-2.0.3.ebuild 1072 SHA256 1dd67a3655d5e1b08af925f1dad86a76dc5e9cc2ac379566219096a371dd5990 SHA512 034aa96775b4fc22b7c427f7d03906e580cf15056c78ccb1181a5210945d6bdcb5f9733f85285e912107dfd42ec97de0b8b030d7bf87cf5a6785c321c8fc17df WHIRLPOOL c1cc9e7af2fb0f5600c6177f6ced91a5a97c141a44cb9b04de93bd5b7a4fa6ec30d994711b628bb96fe914dba14852a0db82ee9106d518407509d598f4495f89

diff --git a/app-text/openlp/openlp-2.0.3.ebuild b/app-text/openlp/openlp-2.0.3.ebuild
index f860fb9..281ed17 100644
--- a/app-text/openlp/openlp-2.0.3.ebuild
+++ b/app-text/openlp/openlp-2.0.3.ebuild
@@ -33,10 +33,9 @@ DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/OpenLP-${PV}
 
-python_install_all() { 
+python_install_all() {
 	distutils-r1_python_install_all
 	domenu  resources/openlp.desktop
 	dosym  openlp.pyw /usr/bin/openlp
 	doicon -s scalable resources/images/openlp.svg
 }
-


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2014-03-02 13:27 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2014-03-02 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cadecd6e67d1bd62bb5c48af9768f7f6c3ff40f7
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 13:26:41 2014 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 13:26:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=commit;h=cadecd6e

sync openlp update

---
 app-text/openlp/Manifest                                     | 4 ++--
 app-text/openlp/{openlp-2.0.3.ebuild => openlp-2.0.4.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index 6fbecaa..ddc54be 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,2 +1,2 @@
-DIST OpenLP-2.0.3.tar.gz 5799669 SHA256 c92bb227753066c87650b042f4a33bf253c3d2d4ca07c693477af9158f5436f7 SHA512 c4552a79d35e02064ba6d93f8f7aa7235dd21e02d5192952849114aeb67b9bd3c746115fea6906718474cf1c5a61b537ab4a6e7c9e0e0008117f442397fff3af WHIRLPOOL 4481eced42c914d591e6c1af4a23845a34edfff3ba99238807bbad73bea851a6feacad99adc6b041eeff5b8eb33856facdcbf32bbb6b6a1fa076a4defcb4aab1
-EBUILD openlp-2.0.3.ebuild 1072 SHA256 1dd67a3655d5e1b08af925f1dad86a76dc5e9cc2ac379566219096a371dd5990 SHA512 034aa96775b4fc22b7c427f7d03906e580cf15056c78ccb1181a5210945d6bdcb5f9733f85285e912107dfd42ec97de0b8b030d7bf87cf5a6785c321c8fc17df WHIRLPOOL c1cc9e7af2fb0f5600c6177f6ced91a5a97c141a44cb9b04de93bd5b7a4fa6ec30d994711b628bb96fe914dba14852a0db82ee9106d518407509d598f4495f89
+DIST OpenLP-2.0.4.tar.gz 5805304 SHA256 ffb66cf67b04bf0070444fd4c61fbddb5ba9e411c4fb7b4225b84418e9c25d96 SHA512 314d1ed3ff5c8ff8cf11709941fa95515a899632c210ee67bc9f08c853a8d2bd5f61743a5b2b438fdddebc3cced53fbddd1d1f93e3a4c7b1324a1af3a4e4b2c1 WHIRLPOOL 8125fd331e092daa71093e46bdf99680b5acadfae9b7dde65f0dabe7d25e55c926b98bb69807d419274218c9161b2985c06357129bf928d0fa1ed1058eaf7660
+EBUILD openlp-2.0.4.ebuild 1072 SHA256 1dd67a3655d5e1b08af925f1dad86a76dc5e9cc2ac379566219096a371dd5990 SHA512 034aa96775b4fc22b7c427f7d03906e580cf15056c78ccb1181a5210945d6bdcb5f9733f85285e912107dfd42ec97de0b8b030d7bf87cf5a6785c321c8fc17df WHIRLPOOL c1cc9e7af2fb0f5600c6177f6ced91a5a97c141a44cb9b04de93bd5b7a4fa6ec30d994711b628bb96fe914dba14852a0db82ee9106d518407509d598f4495f89

diff --git a/app-text/openlp/openlp-2.0.3.ebuild b/app-text/openlp/openlp-2.0.4.ebuild
similarity index 100%
rename from app-text/openlp/openlp-2.0.3.ebuild
rename to app-text/openlp/openlp-2.0.4.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2014-08-16 19:53 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2014-08-16 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     82afd0ea56fc9279e0a891c419ed74d8e676119a
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 19:51:27 2014 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 19:51:27 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=commit;h=82afd0ea

openlp: misc bug fixes from upstream

---
 app-text/openlp/Manifest                                     | 4 ++--
 app-text/openlp/{openlp-2.0.4.ebuild => openlp-2.0.5.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index ddc54be..74bbae4 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,2 +1,2 @@
-DIST OpenLP-2.0.4.tar.gz 5805304 SHA256 ffb66cf67b04bf0070444fd4c61fbddb5ba9e411c4fb7b4225b84418e9c25d96 SHA512 314d1ed3ff5c8ff8cf11709941fa95515a899632c210ee67bc9f08c853a8d2bd5f61743a5b2b438fdddebc3cced53fbddd1d1f93e3a4c7b1324a1af3a4e4b2c1 WHIRLPOOL 8125fd331e092daa71093e46bdf99680b5acadfae9b7dde65f0dabe7d25e55c926b98bb69807d419274218c9161b2985c06357129bf928d0fa1ed1058eaf7660
-EBUILD openlp-2.0.4.ebuild 1072 SHA256 1dd67a3655d5e1b08af925f1dad86a76dc5e9cc2ac379566219096a371dd5990 SHA512 034aa96775b4fc22b7c427f7d03906e580cf15056c78ccb1181a5210945d6bdcb5f9733f85285e912107dfd42ec97de0b8b030d7bf87cf5a6785c321c8fc17df WHIRLPOOL c1cc9e7af2fb0f5600c6177f6ced91a5a97c141a44cb9b04de93bd5b7a4fa6ec30d994711b628bb96fe914dba14852a0db82ee9106d518407509d598f4495f89
+DIST OpenLP-2.0.5.tar.gz 5806428 SHA256 d1d39282b9a55d031d98d396373416ff0216d44ed5c9f6f747501592fe94699b SHA512 643fb632a430831e8ac697fd895573d56db2c4954aefd5d06bbca39af55cbdc9788aec7366c6663a4fdbf92f0fcb4aeeeef4579b8ca41e3e65a862b322835620 WHIRLPOOL e966b00ecc8c6c067fe78c028e4ebf18256fac417f4e5685e7bc43a7e26f7392a89a44ed6784e6c648a3937dba22c89dc7d2ef94f5dddf363f8b416c255227be
+EBUILD openlp-2.0.5.ebuild 1072 SHA256 1dd67a3655d5e1b08af925f1dad86a76dc5e9cc2ac379566219096a371dd5990 SHA512 034aa96775b4fc22b7c427f7d03906e580cf15056c78ccb1181a5210945d6bdcb5f9733f85285e912107dfd42ec97de0b8b030d7bf87cf5a6785c321c8fc17df WHIRLPOOL c1cc9e7af2fb0f5600c6177f6ced91a5a97c141a44cb9b04de93bd5b7a4fa6ec30d994711b628bb96fe914dba14852a0db82ee9106d518407509d598f4495f89

diff --git a/app-text/openlp/openlp-2.0.4.ebuild b/app-text/openlp/openlp-2.0.5.ebuild
similarity index 100%
rename from app-text/openlp/openlp-2.0.4.ebuild
rename to app-text/openlp/openlp-2.0.5.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/
@ 2016-09-09 23:37 Jory Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt @ 2016-09-09 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1022b47ee281ab8091f57b778afda7021d899502
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 23:36:56 2016 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 23:36:56 2016 +0000
URL:        https://gitweb.gentoo.org/dev/anarchy.git/commit/?id=1022b47e

app-text/openlp : fix missing dev-python/alembic, rename openlp.py to
openlp thanks Peter Fox for spotting the problem

 app-text/openlp/Manifest            | 2 +-
 app-text/openlp/openlp-2.4.2.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index b47b4e1..9e77bd1 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,3 +1,3 @@
 AUX OpenLP-2.4.2-disable-tests.patch 795 SHA256 a024fca478b34248d74d4c4a071ad637f1d5b1e45db3749608a9464271b64a4e SHA512 ac67c675a4793be0194ccdc522737de0fd2b7b008707c19cfb5dd4fd1c17e88a59c0d38cdfebb02272774da81dbf06ca8b897504abe3d37b5eeaf40b8d0c63f9 WHIRLPOOL 4fdbba70eaec1ca4bf29d3bdf8104f8ac887b99267880d964caf48f2bb1b7aaa4a34d21b067809f516cccb6ca1b1c80d63cc28a447431d04f5fad5facc2ccbe2
 DIST OpenLP-2.4.2.tar.gz 7430438 SHA256 ae56a9661a1847eb3c859fec3ac73e7b2e8b102b821232a26fd273f61a039c9c SHA512 650662231a5ef23460162f794237f8ecf54c20f8514793aef1b1bada2912e82c3e1a8aaec36e56a88ed38b5c282393635f6345926362080f8101ef6285a5d317 WHIRLPOOL 2771a17c76001b2981ceb4b5fad44319fa4218477fcdc00589a7e437ae6d721624ef5955ee041db20bf9bb6b802e90f386c7e87a95c53dcae9b52d7ebd072e7b
-EBUILD openlp-2.4.2.ebuild 1132 SHA256 773a157bcf0959424aa5e5383f8292ae1481e396ceabf8ef634e78c4e4f7e7e2 SHA512 efc79abfec0ba27c2805f7e463b3cda8f072d4428f51087a4f03447a570d70847897fdb64976b45ddeae793f0d62b91046103b3107eacd2e3e65c19410bffebd WHIRLPOOL eb32a7d6e84dbf33751957072b29975c29711d76201eb27cea64cd95ec224d05bd4aee83443e074ef0c0471a2ea40afdac0ee2883434f2b2ee973b6e54351e53
+EBUILD openlp-2.4.2.ebuild 1186 SHA256 ea5b5cbd0082fffabdacdb2a3ee252ef0a8f7bc9896a3a6c12ffdebddf427b02 SHA512 6dc03230a6b2804d31c077c83ae0a5f40fd3cfd168be74305cfab297a99a3674eca97ab85acbec2ae2f0bed410fa5fa4f7e4864b2720fe1140e26cfa5fcacb33 WHIRLPOOL 9db345f40fdb2c2c53d1cb8277c83ac912e2e75ebf3f211ddd0939ae918417f68b738cbacf75b3240c98a27425735823efe7d8b9dc8e1940c3e963a103d529e2

diff --git a/app-text/openlp/openlp-2.4.2.ebuild b/app-text/openlp/openlp-2.4.2.ebuild
index 528b0e0..346a38b 100644
--- a/app-text/openlp/openlp-2.4.2.ebuild
+++ b/app-text/openlp/openlp-2.4.2.ebuild
@@ -18,11 +18,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
+	dev-python/alembic[${PYTHON_USEDEP}]
 	dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
 	dev-python/chardet[${PYTHON_USEDEP}]
 	dev-python/lxml[${PYTHON_USEDEP}]
 	dev-python/mako[${PYTHON_USEDEP}]
-	>=dev-python/pyenchant-1.3[${PYTHON_USEDEP}]
+	>=dev-python/pyenchant-1.3[${PYTHON_USEDEP}]	
 	dev-python/pyodbc
 	dev-python/PyQt5[multimedia,gui,network,svg,webkit,${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
@@ -38,6 +39,6 @@ PATCHES=( "${FILESDIR}"/OpenLP-${PV}-disable-tests.patch )
 python_install_all() {
 	distutils-r1_python_install_all
 	domenu  resources/openlp.desktop
-	dosym  openlp.py /usr/bin/openlp
+	mv   ${D}/usr/bin/openlp.py ${D}/usr/bin/openlp
 	doicon -s scalable resources/images/openlp.svg
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-09 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16 19:53 [gentoo-commits] dev/anarchy:master commit in: app-text/openlp/ Jory Pratt
  -- strict thread matches above, loose matches on Subject: below --
2016-09-09 23:37 Jory Pratt
2014-03-02 13:27 Jory Pratt
2014-01-05 20:42 Jory Pratt
2014-01-03  5:45 Jory Pratt
2014-01-03  5:39 Jory Pratt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox