diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:52:24 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:50 +0200 |
commit | 9f9cef5e1717b2386ad332ad989ae1a97a35a3dc (patch) | |
tree | cb60f4c6352bac4fb27327924bb630b6dbe268c6 /app-dicts | |
parent | app-dicts/sword-Worsley: new package (diff) | |
download | gentoo-9f9cef5e1717b2386ad332ad989ae1a97a35a3dc.tar.gz gentoo-9f9cef5e1717b2386ad332ad989ae1a97a35a3dc.tar.bz2 gentoo-9f9cef5e1717b2386ad332ad989ae1a97a35a3dc.zip |
app-dicts/sword-ZhEnglish: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-ZhEnglish/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-ZhEnglish/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-ZhEnglish/sword-ZhEnglish-1.0.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-ZhEnglish/Manifest b/app-dicts/sword-ZhEnglish/Manifest new file mode 100644 index 000000000000..3155b97cf04f --- /dev/null +++ b/app-dicts/sword-ZhEnglish/Manifest @@ -0,0 +1 @@ +DIST ZhEnglish-1.0.1.zip 1148611 BLAKE2B 9f43eeeafd6c83b9b516fcc9a74b05b33f5926b3aca43dc9ee5cbb82b794ba3632c237cbb95ea49df7765c48e2a10093e59e8047f356c2c93d87a02258c4a03b SHA512 dcb596976899a48c9209d3194d7389f5e97ceef1d0108b490d5e6455c16b59a7de490fbbb69da0039dbc1d64f0fdeab7664cf2d6f961d93be7fbee09b155dbba diff --git a/app-dicts/sword-ZhEnglish/metadata.xml b/app-dicts/sword-ZhEnglish/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-ZhEnglish/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-ZhEnglish/sword-ZhEnglish-1.0.1.ebuild b/app-dicts/sword-ZhEnglish/sword-ZhEnglish-1.0.1.ebuild new file mode 100644 index 000000000000..af0ee6cafe89 --- /dev/null +++ b/app-dicts/sword-ZhEnglish/sword-ZhEnglish-1.0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.5.1a" + +inherit sword-module + +DESCRIPTION="CEDICT English/Chinese Dictionary" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhEnglish" +LICENSE="CEDICT" +KEYWORDS="~amd64 ~ppc ~x86" |