summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-02-28 13:03:17 +0000
committerMarek Szuba <marecki@gentoo.org>2023-02-28 13:12:42 +0000
commit1bea4d4dc078e26598448018341d7d24a92c8a7d (patch)
tree59eaa3df5b438e77c1c0971ebe724024e734e9a8 /app-dicts/sword-GerHfa2002
parentapp-text/sword-modules: treeclean (diff)
downloadgentoo-1bea4d4dc078e26598448018341d7d24a92c8a7d.tar.gz
gentoo-1bea4d4dc078e26598448018341d7d24a92c8a7d.tar.bz2
gentoo-1bea4d4dc078e26598448018341d7d24a92c8a7d.zip
app-dicts/sword-*: treeclean
Closes: https://bugs.gentoo.org/892069 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-GerHfa2002')
-rw-r--r--app-dicts/sword-GerHfa2002/Manifest1
-rw-r--r--app-dicts/sword-GerHfa2002/metadata.xml9
-rw-r--r--app-dicts/sword-GerHfa2002/sword-GerHfa2002-1.1.ebuild24
3 files changed, 0 insertions, 34 deletions
diff --git a/app-dicts/sword-GerHfa2002/Manifest b/app-dicts/sword-GerHfa2002/Manifest
deleted file mode 100644
index dc5272862743..000000000000
--- a/app-dicts/sword-GerHfa2002/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GerHfa2002-1.1.zip 2215852 BLAKE2B dd159ccd4019dfb3aaf3d6c67cfb953795aaeb95cd6f324f87cd5d5b78caa0cb76fd8eb191e4aabc94c1b0ca394bd6049de74949272daa95a709277cf1c3fbfe SHA512 2fe2f0f05401ee27ed81bad978e641997a89a32ff4393c51476d106cafe9697751ea3bd885d41d8d7739801ac16be391632a20fc70bc739da1a5ebd1d869d408
diff --git a/app-dicts/sword-GerHfa2002/metadata.xml b/app-dicts/sword-GerHfa2002/metadata.xml
deleted file mode 100644
index bc94402fe731..000000000000
--- a/app-dicts/sword-GerHfa2002/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-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
-}