app-text/openlp: Version bump, misc upstream bug fixes
authorJory A. Pratt <anarchy@gentoo.org>
Sun, 17 Jun 2018 23:17:11 +0000 (18:17 -0500)
committerJory A. Pratt <anarchy@gentoo.org>
Sun, 17 Jun 2018 23:17:11 +0000 (18:17 -0500)
app-text/openlp/Manifest
app-text/openlp/openlp-2.4.6.ebuild [moved from app-text/openlp/openlp-2.4.2.ebuild with 89% similarity]

index ef783bc99f12dc01204bbad53735871d7b66bd71..abbd62a15f535619a7101a5bc8814414ba960fce 100644 (file)
@@ -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
similarity index 89%
rename from app-text/openlp/openlp-2.4.2.ebuild
rename to app-text/openlp/openlp-2.4.6.ebuild
index bc37f2d34a1d3b4c5282c3445a458360a9c25aaa..2e89fb61736ab96eb8742260b71142c72b5269e4 100644 (file)
@@ -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