summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/sword-GerHfaLex2002')
-rw-r--r--app-dicts/sword-GerHfaLex2002/Manifest1
-rw-r--r--app-dicts/sword-GerHfaLex2002/metadata.xml9
-rw-r--r--app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild24
3 files changed, 0 insertions, 34 deletions
diff --git a/app-dicts/sword-GerHfaLex2002/Manifest b/app-dicts/sword-GerHfaLex2002/Manifest
deleted file mode 100644
index 9936c5b2b02e..000000000000
--- a/app-dicts/sword-GerHfaLex2002/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GerHfaLex2002-1.0.1.zip 45837 BLAKE2B e4f16c3284a0a58fc503d1b8fb3b6dc23a25a9b50f33eedd38d8eaabff258defc3365cfc5944fb1a4b6a88088726108a3f570da78d6ff55d801cdc279472d09a SHA512 5793c54f66cb6ca13393aefbb87d687fc2c34a5eabf17d38a8d426e441c7e8b72cccdd32d579a670ad23d742c922135c6cce58039e28a3ffb3fcfee4ab0c9c8b
diff --git a/app-dicts/sword-GerHfaLex2002/metadata.xml b/app-dicts/sword-GerHfaLex2002/metadata.xml
deleted file mode 100644
index bc94402fe731..000000000000
--- a/app-dicts/sword-GerHfaLex2002/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marecki@gentoo.org</email>
- <name>Marek Szuba</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild b/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild
deleted file mode 100644
index 90bd77f082ad..000000000000
--- a/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 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 - Worterklaerungen"
-HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfaLex2002"
-LICENSE="sword-GerHfa2002"
-KEYWORDS="~amd64 ~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
-}