diff options
Diffstat (limited to 'app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild')
-rw-r--r-- | app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild b/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild deleted file mode 100644 index 177539c8bc6a..000000000000 --- a/app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -SWORD_MINIMUM_VERSION="1.5.6" - -inherit sword-module - -DESCRIPTION="Hoffnung fuer alle - Die Bibel" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfa2002" -LICENSE="sword-GerHfa2002" -KEYWORDS="~amd64 ~loong ~ppc ~riscv ~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 -} |