commit:     883ccdc0f432253b8744971583a2b84475247bc2
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 23:17:11 2018 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 23:17:11 2018 +0000
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

Reply via email to