diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/stardict-xdict-en-zh-big5 | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/stardict-xdict-en-zh-big5')
3 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/stardict-xdict-en-zh-big5/Manifest b/app-dicts/stardict-xdict-en-zh-big5/Manifest new file mode 100644 index 000000000000..a5522805b3e3 --- /dev/null +++ b/app-dicts/stardict-xdict-en-zh-big5/Manifest @@ -0,0 +1,3 @@ +DIST stardict-xdict-ec-big5-2.4.2.tar.bz2 3565145 BLAKE2B 5dbaa6be1e1d284f6be2a6e38bd011596227abaca86b1c4b7fbaf7f879c5f32b21592c4ed2283a1a0ec46fbf1f328eadee39fe9c76ee99307aa3cf4593c2be34 SHA512 bb8cde597cdc197bd71d28795396d57c5504551f2811ace7c9c1d7b62105c95b49218a39c70a1e412129fcb4956f626a08d19768be0fa1e73f445d2cec8f2f84 +EBUILD stardict-xdict-en-zh-big5-2.4.2.ebuild 325 BLAKE2B dedf2033a13ed3407d802c19924d3092b2bc5c363e74bbc83ab2157c9c3fc7070b99fcfe00510fdb0c6583b8bb7d82e42342ee98530f130f11df37d763afda29 SHA512 9efafa7aeadaecf0764525e5da3b9b1134739251dc2bf398a797f50adcdf5688ef1cc0eaef40ca147fc0579403093de538278c9d6a5e21a90287c269625b00d8 +MISC metadata.xml 423 BLAKE2B d88ef7607a56f49f17a9f3c7d61bb5b127a86df908f08695a27db85c5ddb960e3c48e93754945075c0f6a10b8380936b5707489eae31885e2331da6ae01d9574 SHA512 22ef931c364f0f1d613e8da3329f3f59ec769f252f14b0ba79dd9028f39c1291098748939bcd3c8c969b48511b2299d42bcb29dc9fce832eb8002a827e24c497 diff --git a/app-dicts/stardict-xdict-en-zh-big5/metadata.xml b/app-dicts/stardict-xdict-en-zh-big5/metadata.xml new file mode 100644 index 000000000000..4c29f0c11103 --- /dev/null +++ b/app-dicts/stardict-xdict-en-zh-big5/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <maintainer type="person"> + <email>bircoph@gentoo.org</email> + <name>Andrew Savchenko</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">stardict</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild new file mode 100644 index 000000000000..85a5238eed1a --- /dev/null +++ b/app-dicts/stardict-xdict-en-zh-big5/stardict-xdict-en-zh-big5-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +FROM_LANG="English" +TO_LANG="Traditional Chinese (BIG5)" +DICT_PREFIX="xdict-ec-" +DICT_SUFFIX="big5" + +inherit stardict + +HOMEPAGE="http://download.huzheng.org/zh_TW/" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" |