Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-GerHfaLex2002/
Date: Mon, 03 Aug 2020 12:46:29
Message-Id: 1596458754.3e927e982ae8856aed4631312940cc38f9f57273.marecki@gentoo
1 commit: 3e927e982ae8856aed4631312940cc38f9f57273
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 12:41:59 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 12:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e927e98
7
8 app-dicts/sword-GerHfaLex2002: correct the licence, add postinst msg
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 .../sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild | 13 ++++++++++++-
13 1 file changed, 12 insertions(+), 1 deletion(-)
14
15 diff --git a/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild b/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild
16 index 68d2493be47..ec86c8cbc72 100644
17 --- a/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild
18 +++ b/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild
19 @@ -9,5 +9,16 @@ inherit sword-module
20
21 DESCRIPTION="Hoffnung fuer alle - Worterklaerungen"
22 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfaLex2002"
23 -LICENSE="freedist"
24 +LICENSE="sword-GerHfa2002"
25 KEYWORDS="~amd64 ~ppc ~x86"
26 +
27 +pkg_postinst() {
28 + if [[ -z "${REPLACING_VERSIONS}" ]]; then
29 + elog "This SWORD module is locked. If you haven't done so yet, please visit"
30 + elog
31 + elog "https://crosswire.org/sword/modules/registration/gerhfa2002.jsp"
32 + elog "(in German only)"
33 + elog
34 + elog "for information about purchasing and installing an unlock key."
35 + fi
36 +}