summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-08-03 14:41:06 +0200
committerMarek Szuba <marecki@gentoo.org>2020-08-03 14:45:47 +0200
commiteecc2c0c04d912e1b20eddafd4a5bb131965d58e (patch)
tree43ffd168a220ee4aa670f2ccc6c81eb32b0c6a81 /app-dicts
parentlicenses: Add sword-GerHfa2002 (diff)
downloadgentoo-eecc2c0c04d912e1b20eddafd4a5bb131965d58e.tar.gz
gentoo-eecc2c0c04d912e1b20eddafd4a5bb131965d58e.tar.bz2
gentoo-eecc2c0c04d912e1b20eddafd4a5bb131965d58e.zip
app-dicts/sword-GerHfa2002: correct the licence, add postinst msg
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild13
1 files changed, 12 insertions, 1 deletions
diff --git a/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild b/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild
index c0564d5d3e0d..219c4b21763f 100644
--- a/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild
+++ b/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild
@@ -9,5 +9,16 @@ inherit sword-module
DESCRIPTION="Hoffnung fuer alle - Die Bibel"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfa2002"
-LICENSE="freedist"
+LICENSE="sword-GerHfa2002"
KEYWORDS="~amd64 ~ppc ~x86"
+
+pkg_postinst() {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog "This SWORD module is locked. If you haven't done so yet, please visit"
+ elog
+ elog "https://crosswire.org/sword/modules/registration/gerhfa2002.jsp"
+ elog "(in German only)"
+ elog
+ elog "for information about purchasing and installing an unlock key."
+ fi
+}