diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2018-06-17 18:17:11 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2018-06-17 18:17:11 -0500 |
commit | 883ccdc0f432253b8744971583a2b84475247bc2 (patch) | |
tree | 3cb937ee3edf58a339c31b0792c1887e3bda4797 /app-text | |
parent | profiles: Save games-puzzle/triptych(-demo) from last-rites (diff) | |
download | gentoo-883ccdc0f432253b8744971583a2b84475247bc2.tar.gz gentoo-883ccdc0f432253b8744971583a2b84475247bc2.tar.bz2 gentoo-883ccdc0f432253b8744971583a2b84475247bc2.zip |
app-text/openlp: Version bump, misc upstream bug fixes
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/openlp/Manifest | 2 | ||||
-rw-r--r-- | app-text/openlp/openlp-2.4.6.ebuild (renamed from app-text/openlp/openlp-2.4.2.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest index ef783bc99f12..abbd62a15f53 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 index bc37f2d34a1d..2e89fb61736a 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 |