diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-05-20 10:51:51 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-05-20 11:01:24 +0100 |
commit | 2ff858704d8e6af63bcdbd54d2a016ad2399eda2 (patch) | |
tree | 6e52afd5545a2d118bcee502f8d35808e60ca6b7 /app-dicts | |
parent | app-dicts/sword-AraSVD: add 2.2, drop 2.1 (diff) | |
download | gentoo-2ff858704d8e6af63bcdbd54d2a016ad2399eda2.tar.gz gentoo-2ff858704d8e6af63bcdbd54d2a016ad2399eda2.tar.bz2 gentoo-2ff858704d8e6af63bcdbd54d2a016ad2399eda2.zip |
app-dicts/sword-Clarke: add 2.0, drop 1.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-Clarke/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/sword-Clarke/sword-Clarke-2.0.ebuild (renamed from app-dicts/sword-Clarke/sword-Clarke-1.0.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-dicts/sword-Clarke/Manifest b/app-dicts/sword-Clarke/Manifest index 4519f76c9a8b..0a682c2225a3 100644 --- a/app-dicts/sword-Clarke/Manifest +++ b/app-dicts/sword-Clarke/Manifest @@ -1 +1 @@ -DIST Clarke-1.0.zip 9722167 BLAKE2B 2b07fe56d1d188c79d7f4f04707f8ec57f4e062ce3f5822e04e9df7d1cbd1c1aa2803bbcfc83e6b9625ca8e351c9690fb8a78cde4600aea066db72d1e732698b SHA512 f383e897a16a3c2b68d62145a2952cfee1b0fdfea8848d7973ab5b453aaa4706beaaae9ac457bbd512cd8c45a7514b312563b408a238447e6f69d16f8664c849 +DIST Clarke-2.0.zip 8627265 BLAKE2B 9cb78adec813ce24ece7ff84be3092d2ccb0975305336f9dbccc597b08e31e8775a020223fa3aa92c56ba6df1d00f6ef706e143fa1c45a7fb0ec024c0c69d1e6 SHA512 60b64e8fd3cb071d0e8981dde5c5f1dad8923e9d50962bbc6fbc6ad4284e71b6a54283b38505e6862b5b74efa269d08d8f7f2d2b50e5e7070caaaf3b71492832 diff --git a/app-dicts/sword-Clarke/sword-Clarke-1.0.ebuild b/app-dicts/sword-Clarke/sword-Clarke-2.0.ebuild index 11838984d2c6..ded3eac62b86 100644 --- a/app-dicts/sword-Clarke/sword-Clarke-1.0.ebuild +++ b/app-dicts/sword-Clarke/sword-Clarke-2.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -SWORD_MODULE="Clarke" +EAPI=8 + +SWORD_MINIMUM_VERSION="1.5.9" inherit sword-module -DESCRIPTION="Adam Clarke's Commentary on the Bible" +DESCRIPTION="Adam Clarke's Commentary and critical notes on the Bible" HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Clarke" LICENSE="public-domain" KEYWORDS="~amd64 ~loong ~ppc ~riscv ~x86" |