* [gentoo-commits] repo/gentoo:master commit in: app-text/openlp/
@ 2018-03-26 19:18 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-03-26 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 21 19:45:34 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 19:15:29 2018 +0000
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/openlp/
@ 2018-06-17 23:17 Jory Pratt
0 siblings, 0 replies; 2+ messages in thread
From: Jory Pratt @ 2018-06-17 23:17 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-17 23:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-17 23:17 [gentoo-commits] repo/gentoo:master commit in: app-text/openlp/ Jory Pratt
-- strict thread matches above, loose matches on Subject: below --
2018-03-26 19:18 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox