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-zh-en-big5 | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/stardict-xdict-zh-en-big5')
3 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/stardict-xdict-zh-en-big5/Manifest b/app-dicts/stardict-xdict-zh-en-big5/Manifest new file mode 100644 index 000000000000..4a8b945da2ca --- /dev/null +++ b/app-dicts/stardict-xdict-zh-en-big5/Manifest @@ -0,0 +1,3 @@ +DIST stardict-xdict-ce-big5-2.4.2.tar.bz2 2397897 BLAKE2B 09b0b515553316ce57f99bf44489084c16f0315a191302ba374da2e9b2d5396afc41700e21bdd9f58a6e4d6ebecf6cb9b73be3d61dfe3a733ab6343a098c8a36 SHA512 d07fe8af3597f99696c98d90676ecc035aa1b2c4dc33160b4f347f93342b4dbbc3f9bf20b737d6502770ebb048e557508bea5cf0c516759093372b0111d1384a +EBUILD stardict-xdict-zh-en-big5-2.4.2.ebuild 325 BLAKE2B df411f396235aac760fb0af6db8b3d484cdefef32864a1158533e262430cba3a75d4427d899c8adcec89f2f11cd27a695f86671a97a698512cfc326c7bd15958 SHA512 fd8887b6ef7194a8bf3c77e404e81d0fd4cac27edc2900a57470f9b20a1bf96ceeec85659cf11c38b1a5fbc343b6da9d3c1508bc822ee9784cf0228f76e96568 +MISC metadata.xml 423 BLAKE2B d88ef7607a56f49f17a9f3c7d61bb5b127a86df908f08695a27db85c5ddb960e3c48e93754945075c0f6a10b8380936b5707489eae31885e2331da6ae01d9574 SHA512 22ef931c364f0f1d613e8da3329f3f59ec769f252f14b0ba79dd9028f39c1291098748939bcd3c8c969b48511b2299d42bcb29dc9fce832eb8002a827e24c497 diff --git a/app-dicts/stardict-xdict-zh-en-big5/metadata.xml b/app-dicts/stardict-xdict-zh-en-big5/metadata.xml new file mode 100644 index 000000000000..4c29f0c11103 --- /dev/null +++ b/app-dicts/stardict-xdict-zh-en-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-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-big5-2.4.2.ebuild new file mode 100644 index 000000000000..c7287d103d7a --- /dev/null +++ b/app-dicts/stardict-xdict-zh-en-big5/stardict-xdict-zh-en-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="Traditional Chinese (BIG5)" +TO_LANG="English" +DICT_PREFIX="xdict-ce-" +DICT_SUFFIX="big5" + +inherit stardict + +HOMEPAGE="http://download.huzheng.org/zh_TW/" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" |