[gentoo-commits] repo/gentoo:master commit in: app-text/openlp/files/, app-text/openlp/

2020-03-19 Thread Mikle Kolyada
commit: 64c7a75cfcc2ab69ab1cc212869154ae952b2ccd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 19 08:24:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 19 08:24:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c7a75c

app-text/openlp: remove last-rited pkg

Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/openlp/Manifest   |  1 -
 .../openlp/files/OpenLP-2.4.2-disable-tests.patch  | 22 ---
 app-text/openlp/metadata.xml   |  8 
 app-text/openlp/openlp-2.4.6.ebuild| 43 --
 4 files changed, 74 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
deleted file mode 100644
index abbd62a15f5..000
--- a/app-text/openlp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST OpenLP-2.4.6.tar.gz 7303683 BLAKE2B 
4e5b1a60c8eb8772cdecf453e8277a69cfb1cdd51ab6478425332b58c52319713dd411027a108113485ee7fdc4c770cb6f94a626b23c6cca82231311a62df08a
 SHA512 
071ca83c6969c5281213dea5efe6dfc60a3d22b56534b93e2fd1f8e43760ba5cab851b6f4dca485a31254d2090e26ce640359cb9f9797d84b9509426061dfb7a

diff --git a/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch 
b/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch
deleted file mode 100644
index 0b1de65e85a..000
--- a/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN a/setup.cfg b/setup.cfg
 a/setup.cfg2016-06-25 13:20:56.0 -0500
-+++ b/setup.cfg2016-09-08 22:30:54.606413547 -0500
-@@ -2,3 +2,5 @@
- exclude=resources.py,vlc.py
- max-line-length = 120
- ignore = E402
-+[install] 
-+install_scripts=/usr/bin
-\ No newline at end of file
-diff -urN a/setup.py b/setup.py
 a/setup.py 2016-06-25 13:20:56.0 -0500
-+++ b/setup.py 2016-09-08 22:30:50.523413394 -0500
-@@ -157,7 +157,7 @@
- author_email='raoulsny...@openlp.org',
- url='http://openlp.org/',
- license='GNU General Public License',
--packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
-+packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 
'tests.*']),
- scripts=['openlp.py'],
- include_package_data=True,
- zip_safe=False,

diff --git a/app-text/openlp/metadata.xml b/app-text/openlp/metadata.xml
deleted file mode 100644
index b6f70e4456a..000
--- a/app-text/openlp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   openlp
-   
-

diff --git a/app-text/openlp/openlp-2.4.6.ebuild 
b/app-text/openlp/openlp-2.4.6.ebuild
deleted file mode 100644
index 49765ea8923..000
--- a/app-text/openlp/openlp-2.4.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Free church presentation software"
-HOMEPAGE="https://openlp.org/";
-SRC_URI="https://get.openlp.org/"${PV}"/OpenLP-"${PV}".tar.gz";
-
-LICENSE="GPL-2"
-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/pyodbc
-   dev-python/PyQt5[multimedia,gui,network,svg,webkit,${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sip[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-0.5[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/OpenLP-${PV}
-
-PATCHES=( "${FILESDIR}"/OpenLP-2.4.2-disable-tests.patch )
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu  resources/openlp.desktop
-   mv   "${D}"/usr/bin/openlp.py "${D}"/usr/bin/openlp
-   doicon -s scalable resources/images/openlp.svg
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/openlp/

2018-06-17 Thread Jory Pratt
commit: 883ccdc0f432253b8744971583a2b84475247bc2
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sun Jun 17 23:17:11 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Jun 17 23:17:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883ccdc0

app-text/openlp: Version bump, misc upstream bug fixes

 app-text/openlp/Manifest | 2 +-
 app-text/openlp/{openlp-2.4.2.ebuild => openlp-2.4.6.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index ef783bc99f1..abbd62a15f5 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1 +1 @@
-DIST OpenLP-2.4.2.tar.gz 7430438 BLAKE2B 
81b64a20650b5907b8c0b8cac820db6bf1d6ec7df42f5ade856129d2b49273c84790019261f19a24bcb99c8d5b6aef80f50885c7bfb6fe4a2f25998709f81a4a
 SHA512 
650662231a5ef23460162f794237f8ecf54c20f8514793aef1b1bada2912e82c3e1a8aaec36e56a88ed38b5c282393635f6345926362080f8101ef6285a5d317
+DIST OpenLP-2.4.6.tar.gz 7303683 BLAKE2B 
4e5b1a60c8eb8772cdecf453e8277a69cfb1cdd51ab6478425332b58c52319713dd411027a108113485ee7fdc4c770cb6f94a626b23c6cca82231311a62df08a
 SHA512 
071ca83c6969c5281213dea5efe6dfc60a3d22b56534b93e2fd1f8e43760ba5cab851b6f4dca485a31254d2090e26ce640359cb9f9797d84b9509426061dfb7a

diff --git a/app-text/openlp/openlp-2.4.2.ebuild 
b/app-text/openlp/openlp-2.4.6.ebuild
similarity index 89%
rename from app-text/openlp/openlp-2.4.2.ebuild
rename to app-text/openlp/openlp-2.4.6.ebuild
index bc37f2d34a1..2e89fb61736 100644
--- a/app-text/openlp/openlp-2.4.2.ebuild
+++ b/app-text/openlp/openlp-2.4.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE='sqlite'
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Free church presentation software"
 HOMEPAGE="https://openlp.org/";
-SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz";
+SRC_URI="https://get.openlp.org/"${PV}"/OpenLP-"${PV}".tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/OpenLP-${PV}
 
-PATCHES=( "${FILESDIR}"/OpenLP-${PV}-disable-tests.patch )
+PATCHES=( "${FILESDIR}"/OpenLP-2.4.2-disable-tests.patch )
 
 python_install_all() {
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: app-text/openlp/

2018-03-26 Thread Aaron Bauman
commit: 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 19:45:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8606abd5

app-text/openlp: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7539

 app-text/openlp/openlp-2.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/openlp/openlp-2.4.2.ebuild 
b/app-text/openlp/openlp-2.4.2.ebuild
index eb72deb54d7..bc37f2d34a1 100644
--- a/app-text/openlp/openlp-2.4.2.ebuild
+++ b/app-text/openlp/openlp-2.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite'
 inherit distutils-r1
 
 DESCRIPTION="Free church presentation software"
-HOMEPAGE="http://openlp.org/";
+HOMEPAGE="https://openlp.org/";
 SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-text/openlp/, app-text/openlp/files/

2016-10-16 Thread Jory Pratt
commit: 9ce42ad5bc98b846f0f4d445e9b066e9667cecd6
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Fri Sep  9 23:42:08 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Oct 16 16:12:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce42ad5

app-text/openlp - remove stale builds, version bump bug #564758

Package-Manager: portage-2.3.0

 app-text/openlp/Manifest   |  3 +-
 .../openlp/files/OpenLP-2.4.2-disable-tests.patch  | 22 
 app-text/openlp/openlp-2.0.5.ebuild| 41 --
 .../{openlp-2.0.4.ebuild => openlp-2.4.2.ebuild}   | 19 +-
 4 files changed, 34 insertions(+), 51 deletions(-)

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
index bdcd653..5f55e2f 100644
--- a/app-text/openlp/Manifest
+++ b/app-text/openlp/Manifest
@@ -1,2 +1 @@
-DIST OpenLP-2.0.4.tar.gz 5805304 SHA256 
ffb66cf67b04bf0070444fd4c61fbddb5ba9e411c4fb7b4225b84418e9c25d96 SHA512 
314d1ed3ff5c8ff8cf11709941fa95515a899632c210ee67bc9f08c853a8d2bd5f61743a5b2b438fdddebc3cced53fbddd1d1f93e3a4c7b1324a1af3a4e4b2c1
 WHIRLPOOL 
8125fd331e092daa71093e46bdf99680b5acadfae9b7dde65f0dabe7d25e55c926b98bb69807d419274218c9161b2985c06357129bf928d0fa1ed1058eaf7660
-DIST OpenLP-2.0.5.tar.gz 5806428 SHA256 
d1d39282b9a55d031d98d396373416ff0216d44ed5c9f6f747501592fe94699b SHA512 
643fb632a430831e8ac697fd895573d56db2c4954aefd5d06bbca39af55cbdc9788aec7366c6663a4fdbf92f0fcb4af4579b8ca41e3e65a862b322835620
 WHIRLPOOL 
e966b00ecc8c6c067fe78c028e4ebf18256fac417f4e5685e7bc43a7e26f7392a89a44ed6784e6c648a3937dba22c89dc7d2ef94f5dddf363f8b416c255227be
+DIST OpenLP-2.4.2.tar.gz 7430438 SHA256 
ae56a9661a1847eb3c859fec3ac73e7b2e8b102b821232a26fd273f61a039c9c SHA512 
650662231a5ef23460162f794237f8ecf54c20f8514793aef1b1bada2912e82c3e1a8aaec36e56a88ed38b5c282393635f6345926362080f8101ef6285a5d317
 WHIRLPOOL 
2771a17c76001b2981ceb4b5fad44319fa4218477fcdc00589a7e437ae6d721624ef5955ee041db20bf9bb6b802e90f386c7e87a95c53dcae9b52d7ebd072e7b

diff --git a/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch 
b/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch
new file mode 100644
index ..0b1de65
--- /dev/null
+++ b/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch
@@ -0,0 +1,22 @@
+diff -urN a/setup.cfg b/setup.cfg
+--- a/setup.cfg2016-06-25 13:20:56.0 -0500
 b/setup.cfg2016-09-08 22:30:54.606413547 -0500
+@@ -2,3 +2,5 @@
+ exclude=resources.py,vlc.py
+ max-line-length = 120
+ ignore = E402
++[install] 
++install_scripts=/usr/bin
+\ No newline at end of file
+diff -urN a/setup.py b/setup.py
+--- a/setup.py 2016-06-25 13:20:56.0 -0500
 b/setup.py 2016-09-08 22:30:50.523413394 -0500
+@@ -157,7 +157,7 @@
+ author_email='raoulsny...@openlp.org',
+ url='http://openlp.org/',
+ license='GNU General Public License',
+-packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
++packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 
'tests.*']),
+ scripts=['openlp.py'],
+ include_package_data=True,
+ zip_safe=False,

diff --git a/app-text/openlp/openlp-2.0.5.ebuild 
b/app-text/openlp/openlp-2.0.5.ebuild
deleted file mode 100644
index 4948990..
--- a/app-text/openlp/openlp-2.0.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 -s scalable resources/images/openlp.svg
-}

diff --git a/app-text/openlp/openlp-2.0.4.ebuild 
b/app-text/openlp/openlp-2.4.2.ebuild
similarity index 59%
rename from app-text/openlp/openlp-2.0.4.ebuild
rename to app-text/openlp/openlp-2.4.2.ebuild
index 4948990..6b96638 100644
--- a/app-text/openlp/openlp-2.0.4.ebuild
+++ b/app-text/openlp/openlp-2.4.2.ebuild
@@ -1,41 +1,44 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms