diff options
author | Peter Volkov <pva@gentoo.org> | 2008-12-10 13:16:03 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-12-10 13:16:03 +0000 |
commit | 5c5add3da7f3241ea7ab285c673927bd6e6bdb5c (patch) | |
tree | 4f271f44a5347a45103698459b740590fa6cd9dd /app-dicts | |
parent | Added for tests... (diff) | |
download | pva-5c5add3da7f3241ea7ab285c673927bd6e6bdb5c.tar.gz pva-5c5add3da7f3241ea7ab285c673927bd6e6bdb5c.tar.bz2 pva-5c5add3da7f3241ea7ab285c673927bd6e6bdb5c.zip |
Added for tests...
svn path=/; revision=238
Diffstat (limited to 'app-dicts')
99 files changed, 709 insertions, 270 deletions
diff --git a/app-dicts/lightlang/Manifest b/app-dicts/lightlang/Manifest deleted file mode 100644 index 75d2a16..0000000 --- a/app-dicts/lightlang/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX lightlang-0.8.5-man-pages-inst.patch 866 RMD160 014e1a678769bfca8e310e6757705d1467cd8d52 SHA1 d839abf0f2f6c6cbf3b4e4f8cf3803191d1818b5 SHA256 7c35589ac84c3fd2a7aee067352faf553b77dd18c1b1f91adc137eec3d958cd0 -DIST lightlang-0.8.5.tar.bz2 422587 RMD160 eadec1acbfad9f9bcf06969837829c2b8ce8e7cb SHA1 2edd2b7574df319bbc5947370dc6075461a98586 SHA256 c4d683d6e5ccfea00a2f5841780b4c8f015e7f35ff380f459661414d7647b19d -EBUILD lightlang-0.8.5.ebuild 1141 RMD160 c233a6343bcf523f2cec6aef9aca8dd8e54f0939 SHA1 d51cde2fa252b6afcaf24460eb749465f1466d8e SHA256 be545ea0e60a010865871de41a924d9ec46c5d416dd135b84b2e49a4955a7381 -MISC metadata.xml 2021 RMD160 11db1005548607c966c952e3c9067b0b6944f943 SHA1 40b2c7b2a946bc28a65828f11701f4a2179e203b SHA256 cdfa2e50e457ff561aa4de5d4c8c87a479abc7998b1a476825564088e0e89906 diff --git a/app-dicts/lightlang/files/lightlang-0.8.5-man-pages-inst.patch b/app-dicts/lightlang/files/lightlang-0.8.5-man-pages-inst.patch deleted file mode 100644 index a009100..0000000 --- a/app-dicts/lightlang/files/lightlang-0.8.5-man-pages-inst.patch +++ /dev/null @@ -1,26 +0,0 @@ -=== modified file 'docs/man/en/Makefile.in' ---- docs/man/en/Makefile.in 2008-07-09 21:10:40 +0000 -+++ docs/man/en/Makefile.in 2008-07-09 21:11:52 +0000 -@@ -17,7 +17,7 @@ - - ##### - install : -- $(MKDIR) -p $(INS_EN_MAN_DOC_DIR) -+ $(MKDIR) -p $(INS_EN_MAN_DOC_DIR)/man1 - $(CP) $(EN_MAN_DOC_DIR)/sl.1.gz $(INS_EN_MAN_DOC_DIR)/man1 - $(CP) $(EN_MAN_DOC_DIR)/llrepo.1.gz $(INS_EN_MAN_DOC_DIR)/man1 - if [[ $(GUI_FLAG) = "yes" ]]; then \ - -=== modified file 'docs/man/ru/Makefile.in' ---- docs/man/ru/Makefile.in 2008-07-09 21:10:40 +0000 -+++ docs/man/ru/Makefile.in 2008-07-09 21:12:08 +0000 -@@ -17,7 +17,7 @@ - - ##### - install : -- $(MKDIR) -p $(INS_RU_MAN_DOC_DIR) -+ $(MKDIR) -p $(INS_RU_MAN_DOC_DIR)/man1 - $(CP) $(RU_MAN_DOC_DIR)/sl.1.gz $(INS_RU_MAN_DOC_DIR)/man1 - $(CP) $(RU_MAN_DOC_DIR)/llrepo.1.gz $(INS_RU_MAN_DOC_DIR)/man1 - if [[ $(GUI_FLAG) = "yes" ]]; then \ - diff --git a/app-dicts/lightlang/lightlang-0.8.5.ebuild b/app-dicts/lightlang/lightlang-0.8.5.ebuild deleted file mode 100644 index 634811c..0000000 --- a/app-dicts/lightlang/lightlang-0.8.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" -inherit eutils - -DESCRIPTION="LightLang - electronic dictionary system" -HOMEPAGE="http://lightlang.org.ru" -SRC_URI="ftp://ftp.etc.edu.ru/pub/soft/for_linux/lightlang/apps/stable/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="X" - -DEPEND=">=dev-python/PyQt4-4.2.2 - >=dev-python/sip-4.6 - media-sound/sox - dev-python/python-xlib - X? ( x11-terms/xterm )" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - find -name "Makefile.in" -print0 | xargs -0 \ - sed -i -e 's:\(INS_[[:alnum:]_]*=\)\(@prefix@[[:alnum:]\/]\):\1$(DESTDIR)/\2:' - - sed -i 's:\($(CC) $(CFLAGS)\)\( -o $(SL_PROG) $(SL_SRC)\):\1 $(LDFLAGS)\2:' \ - apps/sl/Makefile.in || die - - epatch "${FILESDIR}"/${P}-man-pages-inst.patch -} - -src_compile() { - local myconf - if use X; then - myconf="--with-gui-flag=yes --with-gui-terminal=xterm" - else - myconf="--with-gui-flag=no" - fi - econf --with-audio-player=play \ - ${myconf} || die - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} diff --git a/app-dicts/lightlang/metadata.xml b/app-dicts/lightlang/metadata.xml deleted file mode 100644 index cd5c680..0000000 --- a/app-dicts/lightlang/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>app-dicts</herd> - <longdescription> - LightLang - is a set of language programs for Linux. Its main part is the - system of electronic dictionaries. It consists of several programs - SL - (the search kernel), XSL (the program's graphical interface written with - the use of Qt4), LLRepo (the utility for working with LightLang - repositories). - Additional packages expand the program's functionality, adding, for - example, a possibility to hear the pronunciation of a word. - The system is set up in such a manner that you do not have to use the SL - graphical interface, and invoke the search kernel directly from the command - line instead. It is very convenient when using systems without the - X-server. - </longdescription> - <longdescription lang="ru"> - LightLang - комплект языковых программ для Linux. Основной проект - система - электронных словарей. В него входят несколько программ - SL (поисковое - ядро), XSL (графический интерфейс программы, написанный с использованием - Qt4), LLRepo (утилита для работы с репозиторием LightLang). - Дополнительно устанавливаемые пакеты расширяют функциональность системы, - добавляя, например, возможность прослушать транскрипцию слова. - Система устроена таким образом, что вы можете не использовать графический - интерфейс SL, а вызывать поисковое ядро напрямую через командную строку. - Это очень удобно на системах без X-сервера. - </longdescription> -</pkgmetadata> diff --git a/app-dicts/makedict/ChangeLog b/app-dicts/makedict/ChangeLog deleted file mode 100644 index 337099b..0000000 --- a/app-dicts/makedict/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 01 Oct 2007; Peter Volkov <pva@gentoo.org> makedict-0.3 : - Fixed dependencies. - -*makedict-0.3 (01 Oct 2007) - - 01 Oct 2007; Peter Volkov <pva@gentoo.org> makedict-0.3 : - Initial import with a bit modified patch from Vitaly Lipatov - <lav AT altlinux.ru>. diff --git a/app-dicts/makedict/Manifest b/app-dicts/makedict/Manifest deleted file mode 100644 index 45cf257..0000000 --- a/app-dicts/makedict/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX makedict-0.3-codecs.patch 240 RMD160 3084168f0e2c33e7166bf6f7f8c6493009f95b2b SHA1 7eff7b95795c8a732c8f3543bb36bfcdfb780d5d SHA256 5491b5b197d71a0a9edc48fb2fe4eb42a35577c37109e90929c3c21e814b88f1 -DIST makedict-0.3.1-beta1-Source.tar.bz2 65891 RMD160 8c1ce12eb81cd3bd4eb68b4f0687bbb537131a4a SHA1 31bb87f7f99ab3bd2304d6cd8d13ea5537a47f27 SHA256 9c39cc43b6fc1c397753038e54bb6fc9f62f84364762c5d58d3a5b4cc2fd2099 -EBUILD makedict-0.3.1_beta1.ebuild 959 RMD160 dadf501d1f761e1381bff25409a85a003b8b475d SHA1 5bbbd4d09412f4aa46a3c0cc24f7e64d8489b9ef SHA256 b01b1c3f4b9e43ab2c83d785af8680ad7eefd1487b5128bdf2e0b1b7c2463df5 -EBUILD makedict-0.9999.ebuild 629 RMD160 0a22e31bff456d8b4ae847074972b37287a6a9c4 SHA1 d7fb5260531233e866f832daf5c6dde109c599ec SHA256 b42e01ebb9a273f7f742ffbc8639fe8ce8c0fb1681322d991efbc7084362b7a6 -MISC ChangeLog 385 RMD160 2da9adec06e14baaf47aefd09aaeade65f56a39b SHA1 71312677d5569c39a133a77c1b965892c286a82f SHA256 d7421575588a3d4a225a9fe43e86dec824dff6d6bb6170092932a4a6865ad126 -MISC metadata.xml 348 RMD160 c6835eeeb06f4f4b7bac88361763ab469c8ac28c SHA1 ef8a9dda1ab44490fdcb912a6cd1344d50d70e8c SHA256 93cb1356d969cbbd1f4e5b1beb90f30f21c0231292d6ef7dc82e76143167a739 diff --git a/app-dicts/makedict/files/makedict-0.3-codecs.patch b/app-dicts/makedict/files/makedict-0.3-codecs.patch deleted file mode 100644 index c0bc9bc..0000000 --- a/app-dicts/makedict/files/makedict-0.3-codecs.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- ./src/mdparser.py.orig 2007-10-01 14:43:29.000000000 +0400 -+++ ./src/mdparser.py 2007-10-01 14:43:43.000000000 +0400 -@@ -1,3 +1,6 @@ -+#!/usr/bin/env python -+# -*- coding: utf-8 -*- -+ - import sys, os - from optparse import OptionParser - diff --git a/app-dicts/makedict/makedict-0.3.1_beta1.ebuild b/app-dicts/makedict/makedict-0.3.1_beta1.ebuild deleted file mode 100644 index dbc9306..0000000 --- a/app-dicts/makedict/makedict-0.3.1_beta1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils cmake-utils - -MY_P=${PN}-${PV/_/-}-Source - -DESCRIPTION="XDXF based converter from any dictionary format to any" -HOMEPAGE="http://xdxf.sf.net/" -SRC_URI="mirror://sourceforge/xdxf/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-libs/glib-2.6.0 - dev-libs/expat - sys-libs/zlib" -RDEPEND="${DEPEND} - dev-lang/python" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS README TODO ChangeLog" - -src_unpack() { - unpack ${A} - cd "${S}" - sed 's:\(#include "repository.hpp"\):\1\n#include "generator.hpp":' \ - -i src/parser.hpp - sed 's:\(#define _LANGS_2TO3_HPP_\):\1\n\n#include <string>:' \ - -i src/langs_2to3.hpp - -# epatch "${FILESDIR}"/${P}-codecs.patch -} - -dont_src_install() { - emake DESTDIR="${D}" install || die - emake DESTDIR="${D}" install-plugins -C src || die - dodoc AUTHORS README TODO ChangeLog -} diff --git a/app-dicts/makedict/makedict-0.9999.ebuild b/app-dicts/makedict/makedict-0.9999.ebuild deleted file mode 100644 index d0a71d0..0000000 --- a/app-dicts/makedict/makedict-0.9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils cmake-utils subversion - -DESCRIPTION="XDXF based converter from any dictionary format to any" -HOMEPAGE="http://xdxf.sf.net/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=">=dev-libs/glib-2.6.0 - >=dev-util/cmake-2.4 - dev-libs/expat - dev-lang/python - sys-libs/zlib" -RDEPEND="${DEPEND}" - -ESVN_REPO_URI="https://xdxf.svn.sourceforge.net/svnroot/xdxf/trunk" -ESVN_PROJECT="xdxf" - -DOCS="AUTHORS README TODO ChangeLog" - -src_install() { - cmake-utils_src_install - dodoc ${DOCS} -} diff --git a/app-dicts/makedict/metadata.xml b/app-dicts/makedict/metadata.xml deleted file mode 100644 index 1dc67b3..0000000 --- a/app-dicts/makedict/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>pva@gentoo.org</email> - <name>Peter Volkov</name> -</maintainer> -<longdescription lang="en"> -makedict - converter from any dictionary format to any -</longdescription> -</pkgmetadata> - diff --git a/app-dicts/stardict-bars-enru/Manifest b/app-dicts/stardict-bars-enru/Manifest new file mode 100644 index 0000000..f55b086 --- /dev/null +++ b/app-dicts/stardict-bars-enru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-en-ru-bars-2.4.2.tar.bz2 9922539 RMD160 7bd7f4bc1969efabc36195dfad40efebc6d38912 SHA1 5e38aff54084f0eedb3ba1e206cff0830afe6231 SHA256 51189b499937ba6afa6df90da0b6a0e385dd010279e6a2f46af957d2f32ef7a5 +EBUILD stardict-bars-enru-2.4.2.ebuild 487 RMD160 dc20486a542725505609c34dd9f5cf223f23a88e SHA1 f4141cdef3b1aa861535561dc4f2c208171481e7 SHA256 cf351db29b06deb22792600670e9d6c7044afea847d3cb0a236dace39c6a915e +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-bars-enru/metadata.xml b/app-dicts/stardict-bars-enru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-bars-enru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-bars-enru/stardict-bars-enru-2.4.2.ebuild b/app-dicts/stardict-bars-enru/stardict-bars-enru-2.4.2.ebuild new file mode 100644 index 0000000..107725a --- /dev/null +++ b/app-dicts/stardict-bars-enru/stardict-bars-enru-2.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="" +DICT_SUFFIX="en-ru-bars" +#jjhttp://prdownloads.sourceforge.net/stardict/stardict-en-ru-bars-2.4.2.tar.bz2?download + +inherit stardict + +DESCRIPTION="Probably best ${FROM_LANG} into ${TO_LANG} dictionary" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-dal-ru/Manifest b/app-dicts/stardict-dal-ru/Manifest new file mode 100644 index 0000000..43d951b --- /dev/null +++ b/app-dicts/stardict-dal-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dal-ru-2.4.2.tar.bz2 8649289 RMD160 531c4fe3900fc598767986b9c5cfb38113bd6712 SHA1 60a5a96f043398b3d41c070ca81b0b56aed7967b SHA256 309ec56bddfe31520173299a8a5a986c9e1f3207af1f36a0f6692fe9eb84b64f +EBUILD stardict-dal-ru-2.4.2.ebuild 350 RMD160 c66c90286e46a2cae59f225fcb051db08a7c2efe SHA1 7e9f8972543fb99c7c9d87aa45c2686b3231eb0f SHA256 f49031ea14aa9a64d22ee6753ed0a417120d692a39cd488a8bd6213bbf588e35 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-dal-ru/metadata.xml b/app-dicts/stardict-dal-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-dal-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-dal-ru/stardict-dal-ru-2.4.2.ebuild b/app-dicts/stardict-dal-ru/stardict-dal-ru-2.4.2.ebuild new file mode 100644 index 0000000..2984e8e --- /dev/null +++ b/app-dicts/stardict-dal-ru/stardict-dal-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="" +DICT_SUFFIX="dal-ru" + +inherit stardict + +DESCRIPTION="Thesaurus of Vladimir Ivanovich Dal (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-1000pbio-ru/Manifest b/app-dicts/stardict-mova-1000pbio-ru/Manifest new file mode 100644 index 0000000..e46f1fe --- /dev/null +++ b/app-dicts/stardict-mova-1000pbio-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_1000pbio-2.4.2.tar.bz2 394424 RMD160 253fce8ca4c8f89819dd1b1cac80b89affe4a0ed SHA1 88108957a02b66d5596f1d03f40afca8f0524101 SHA256 e207453e6313e0b57cb489ac67cc94632ff7d9951cda507787f12ee895494dae +EBUILD stardict-mova-1000pbio-ru-2.4.2.ebuild 377 RMD160 38032ea801948abe4a4937dc2aec07d8b523e222 SHA1 3d59349d030fc1e0af61696a089a7800a036867b SHA256 f30a83967782ac52bb6c9ac3cbfdab42f7245197d1c41a1499925684fb81847a +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-1000pbio-ru/metadata.xml b/app-dicts/stardict-mova-1000pbio-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-1000pbio-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-1000pbio-ru/stardict-mova-1000pbio-ru-2.4.2.ebuild b/app-dicts/stardict-mova-1000pbio-ru/stardict-mova-1000pbio-ru-2.4.2.ebuild new file mode 100644 index 0000000..4876167 --- /dev/null +++ b/app-dicts/stardict-mova-1000pbio-ru/stardict-mova-1000pbio-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="1000pbio" + +inherit stardict + +DESCRIPTION="More than 1000+ short biographic articles (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-aviation-ru/Manifest b/app-dicts/stardict-mova-aviation-ru/Manifest new file mode 100644 index 0000000..fc0b4ca --- /dev/null +++ b/app-dicts/stardict-mova-aviation-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_aviation-2.4.2.tar.bz2 16453 RMD160 655c100132c9a170b31a6f74a9232f8a4be9115d SHA1 6e560b29a32dd53c57161a4fae85bac9cf362cb7 SHA256 b1e86eb4da27b93b7d9b8dc3436afb577ff2567850ebfd4f812829a4b2d98913 +EBUILD stardict-mova-aviation-ru-2.4.2.ebuild 383 RMD160 a8126ac2ae6f74d2688ec029753af15bea0aacda SHA1 96b95b8af6944212d2d51dec555f4e476f6b8eb1 SHA256 bffc5d47c1a9e33bc1e2b6ccbef508a96742630589e38c96a6506ab5a53e6434 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-aviation-ru/metadata.xml b/app-dicts/stardict-mova-aviation-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-aviation-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-aviation-ru/stardict-mova-aviation-ru-2.4.2.ebuild b/app-dicts/stardict-mova-aviation-ru/stardict-mova-aviation-ru-2.4.2.ebuild new file mode 100644 index 0000000..e20c873 --- /dev/null +++ b/app-dicts/stardict-mova-aviation-ru/stardict-mova-aviation-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="aviation" + +inherit stardict + +DESCRIPTION="Widely used terms and abbreviations in aviation (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-beslov-ru/Manifest b/app-dicts/stardict-mova-beslov-ru/Manifest new file mode 100644 index 0000000..7e4f4d2 --- /dev/null +++ b/app-dicts/stardict-mova-beslov-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_beslov-2.4.2.tar.bz2 14437119 RMD160 f24b6a9a8b80c168f339d8c39e4f4f33993da601 SHA1 e3b195b1479b390804959355cc698b51c4701d38 SHA256 d8664a8783809e376af91ba6b13c049bb0b5b0dc03b2b9abec1e8d63dd7c482a +EBUILD stardict-mova-beslov-ru-2.4.2.ebuild 351 RMD160 298367bad321c3dcceedd0337d7b66bdc02057bc SHA1 95ece6a8a560828b5d9a7b77ffcf3ce1e160d274 SHA256 7d9d7eeab9ac3e119fa9c52d4c4375e0fec0be654186757a6cd73cff63071b21 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-beslov-ru/metadata.xml b/app-dicts/stardict-mova-beslov-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-beslov-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-beslov-ru/stardict-mova-beslov-ru-2.4.2.ebuild b/app-dicts/stardict-mova-beslov-ru/stardict-mova-beslov-ru-2.4.2.ebuild new file mode 100644 index 0000000..1c61a2c --- /dev/null +++ b/app-dicts/stardict-mova-beslov-ru/stardict-mova-beslov-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="beslov" + +inherit stardict + +DESCRIPTION="Big encyclopaedia (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-biology-ru-en/Manifest b/app-dicts/stardict-mova-biology-ru-en/Manifest new file mode 100644 index 0000000..e3cb2b4 --- /dev/null +++ b/app-dicts/stardict-mova-biology-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_biology-2.4.2.tar.bz2 127036 RMD160 ee608ac9a6ce3b18af084a2373791205bdbb6fba SHA1 098f32285f230f9b3d0725f7aa2eb2b3b9d9a88f SHA256 e695c0ea36c6a3a0e401081bea511c16d32d99fc930889e543d11998d0789b74 +EBUILD stardict-mova-biology-ru-en-2.4.2.ebuild 406 RMD160 61ec6ef66880ad166e851d5b3d1c9dfaca1691ea SHA1 7d05507fa843e58c1c64ce50ff5c81e2e5ff2eff SHA256 efe9dbe57401532a3a4a5e4f9178f326a01254fdb3a321e80bb52933ed994bac +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-biology-ru-en/metadata.xml b/app-dicts/stardict-mova-biology-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-biology-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-biology-ru-en/stardict-mova-biology-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-biology-ru-en/stardict-mova-biology-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..deefe7b --- /dev/null +++ b/app-dicts/stardict-mova-biology-ru-en/stardict-mova-biology-ru-en-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="biology" + +inherit stardict + +DESCRIPTION="Russian to English dictionary of biology terms" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-brok-efr-ru/Manifest b/app-dicts/stardict-mova-brok-efr-ru/Manifest new file mode 100644 index 0000000..127391b --- /dev/null +++ b/app-dicts/stardict-mova-brok-efr-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_brok_and_efr-2.4.2.tar.bz2 13991821 RMD160 63e1d06fe1253c6a6c452c14426b02cba17e7a31 SHA1 27b177e9e2c19f0f0a879a3b0219564b0cf58fab SHA256 38d89f268f9b0b23cee268a95cb530a84fbbbc5551640938497d7530dae95885 +EBUILD stardict-mova-brok-efr-ru-2.4.2.ebuild 376 RMD160 5258864e58ba84ea793cff76e9f4ced7f9cd59d6 SHA1 419790e265eda9ecd73f729850329c04b0361d64 SHA256 7dd4fe4f583b71dddf9fc0c1d74b067ecc5621227e71cc085d03111364cd5d68 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-brok-efr-ru/metadata.xml b/app-dicts/stardict-mova-brok-efr-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-brok-efr-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-brok-efr-ru/stardict-mova-brok-efr-ru-2.4.2.ebuild b/app-dicts/stardict-mova-brok-efr-ru/stardict-mova-brok-efr-ru-2.4.2.ebuild new file mode 100644 index 0000000..7233c1b --- /dev/null +++ b/app-dicts/stardict-mova-brok-efr-ru/stardict-mova-brok-efr-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="brok_and_efr" + +inherit stardict + +DESCRIPTION="Encyclopaedia of Brokgaus and Ephron (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-ethnographic-ru/Manifest b/app-dicts/stardict-mova-ethnographic-ru/Manifest new file mode 100644 index 0000000..a51a2e5 --- /dev/null +++ b/app-dicts/stardict-mova-ethnographic-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_ethnographic-2.4.2.tar.bz2 53559 RMD160 736e8473ef75872af8c512ded4a55cc93e81e538 SHA1 d7b65b3eb6414700cac974e1870c09b7aa30c280 SHA256 367782abb6ce61fcee30da36f4e9f939ff73e3c04eab130f4a14295228df8d34 +EBUILD stardict-mova-ethnographic-ru-2.4.2.ebuild 369 RMD160 aed46e8fb7820bc6bec4f0dbd647023c45c385a5 SHA1 ae7e816bcd536386455ee6781966c4763039262d SHA256 1589ff0448d6d4e5aa6e308193ffad881796a358e966131bd9290666dd210c5a +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-ethnographic-ru/metadata.xml b/app-dicts/stardict-mova-ethnographic-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-ethnographic-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-ethnographic-ru/stardict-mova-ethnographic-ru-2.4.2.ebuild b/app-dicts/stardict-mova-ethnographic-ru/stardict-mova-ethnographic-ru-2.4.2.ebuild new file mode 100644 index 0000000..2482ee9 --- /dev/null +++ b/app-dicts/stardict-mova-ethnographic-ru/stardict-mova-ethnographic-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="ethnographic" + +inherit stardict + +DESCRIPTION="Ethnographic terms dictionary (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-findict-ru/Manifest b/app-dicts/stardict-mova-findict-ru/Manifest new file mode 100644 index 0000000..03a7f21 --- /dev/null +++ b/app-dicts/stardict-mova-findict-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_findict-2.4.2.tar.bz2 466005 RMD160 964a1c89cc2ada74bb02b40813cc11b1f2d03dd8 SHA1 ee2891c5a0ca5e1fa561cc30b01e00cb0d80c420 SHA256 564a8c4665cd20fb13a4ddabf6d2f009fb07de2a649cc30af4d78315fe21b072 +EBUILD stardict-mova-findict-ru-2.4.2.ebuild 361 RMD160 0d22ee6ed38eda219d665fdc602fbddd38fd290f SHA1 44202be68ccdc20ccf4d4499fa26a39d98cc2649 SHA256 4208c06d122fe433722b28cae29b3e2efb4af712aff6a162c69fd76f8166d867 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-findict-ru/metadata.xml b/app-dicts/stardict-mova-findict-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-findict-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-findict-ru/stardict-mova-findict-ru-2.4.2.ebuild b/app-dicts/stardict-mova-findict-ru/stardict-mova-findict-ru-2.4.2.ebuild new file mode 100644 index 0000000..f8417ca --- /dev/null +++ b/app-dicts/stardict-mova-findict-ru/stardict-mova-findict-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="findict" + +inherit stardict + +DESCRIPTION="Finantial terms dictionary (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-geology-en-ru/Manifest b/app-dicts/stardict-mova-geology-en-ru/Manifest new file mode 100644 index 0000000..a82eb8d --- /dev/null +++ b/app-dicts/stardict-mova-geology-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_geology_enru-2.4.2.tar.bz2 52871 RMD160 6fe7d27aa61d9c66972948a90d95d3e60edee460 SHA1 80ec8c052bb141ad4a15d24b6cee6053c54d754d SHA256 4e95788b127f0a9140fc60b60f0f0850a27fa468a6a055a7b26c3b71acc0da36 +EBUILD stardict-mova-geology-en-ru-2.4.2.ebuild 411 RMD160 478b867ab8878f8859c76a2f6f84b01150512423 SHA1 41ec8ec164b9284dd3a53636060a90bd7f5528e9 SHA256 621bb0d61c6acedfd8947f281a07316f378411417b5b2dffca97d2e868ecdf12 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-geology-en-ru/metadata.xml b/app-dicts/stardict-mova-geology-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-geology-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-geology-en-ru/stardict-mova-geology-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-geology-en-ru/stardict-mova-geology-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..f0b923c --- /dev/null +++ b/app-dicts/stardict-mova-geology-en-ru/stardict-mova-geology-en-ru-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="geology_enru" + +inherit stardict + +DESCRIPTION="English to Russian dictionary of geology terms" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-geology-ru-en/Manifest b/app-dicts/stardict-mova-geology-ru-en/Manifest new file mode 100644 index 0000000..dae413c --- /dev/null +++ b/app-dicts/stardict-mova-geology-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_geology_ruen-2.4.2.tar.bz2 50338 RMD160 3d3a2254457527e0f45ac6bfb20bfc9010c17511 SHA1 ba1c04421a1af7bafc87d51aa10064660ad69118 SHA256 0cd0423134446c13a1d2affe9b99c225b15e319a32252788e6381ce76c7c0c67 +EBUILD stardict-mova-geology-ru-en-2.4.2.ebuild 411 RMD160 04c94cc7957adaf85cc5cc65d893e8d0dfbbead9 SHA1 64aa6c030b933131b0307689caa98dbbe472bd72 SHA256 70876c591112d3bb4732324fa9cfc34f5d67c5609161d24bcf67a65ceead8395 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-geology-ru-en/metadata.xml b/app-dicts/stardict-mova-geology-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-geology-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-geology-ru-en/stardict-mova-geology-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-geology-ru-en/stardict-mova-geology-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..5a3d180 --- /dev/null +++ b/app-dicts/stardict-mova-geology-ru-en/stardict-mova-geology-ru-en-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="geology_ruen" + +inherit stardict + +DESCRIPTION="Russian to English dictionary of geology terms" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-idioms-ru-en/Manifest b/app-dicts/stardict-mova-idioms-ru-en/Manifest new file mode 100644 index 0000000..75c8b9a --- /dev/null +++ b/app-dicts/stardict-mova-idioms-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_idioms-2.4.2.tar.bz2 28547 RMD160 c2de7cfe02141c220671d23d4485fe05cb404a0d SHA1 0090c074a183a45618cb67e20cdb064ea7ee3c2a SHA256 c2248d85ecf7afa7da51e1a3ade46c7e0cc290f7211f306424d2bc2108284203 +EBUILD stardict-mova-idioms-ru-en-2.4.2.ebuild 409 RMD160 3e88b153d344b106a9d376479ce49ec1942fa04c SHA1 491f16986131810fb997cc3771d93a19bcda24f4 SHA256 b209a6284c57565ffbcbda62e5bbe88c8e4c0dd7ef87bc3a31fdc2788b67b74f +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-idioms-ru-en/metadata.xml b/app-dicts/stardict-mova-idioms-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-idioms-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-idioms-ru-en/stardict-mova-idioms-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-idioms-ru-en/stardict-mova-idioms-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..fb0f519 --- /dev/null +++ b/app-dicts/stardict-mova-idioms-ru-en/stardict-mova-idioms-ru-en-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="idioms" + +inherit stardict + +DESCRIPTION="Russian to English dictionary of idioms in science" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-korolew-en-ru/Manifest b/app-dicts/stardict-mova-korolew-en-ru/Manifest new file mode 100644 index 0000000..47da5e5 --- /dev/null +++ b/app-dicts/stardict-mova-korolew-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_korolew_enru-2.4.2.tar.bz2 1936685 RMD160 5781af31d831952c8666476d22f150a4b26feddf SHA1 7939320fe939ce0316be522eae14707409f8f1cd SHA256 c2f3e8dacfbd85a53a8f7a8b6c585a453b589a332e18c413ec572075dddbf374 +EBUILD stardict-mova-korolew-en-ru-2.4.2.ebuild 350 RMD160 52d5a28cfef95be9ae56ecb74ab4eb5a1b958bf0 SHA1 f7403e0bdd846bfffbae3f6f646b9f3df521bd16 SHA256 f9ad7d10ad346489790cc51ef825d7be124fc945c786bdf2a6406390b7afc22d +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-korolew-en-ru/metadata.xml b/app-dicts/stardict-mova-korolew-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-korolew-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-korolew-en-ru/stardict-mova-korolew-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-korolew-en-ru/stardict-mova-korolew-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..81e3f56 --- /dev/null +++ b/app-dicts/stardict-mova-korolew-en-ru/stardict-mova-korolew-en-ru-2.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="korolew_enru" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-korolew-ru-en/Manifest b/app-dicts/stardict-mova-korolew-ru-en/Manifest new file mode 100644 index 0000000..423ffbf --- /dev/null +++ b/app-dicts/stardict-mova-korolew-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_korolew_ruen-2.4.2.tar.bz2 2150315 RMD160 7661675938b85acd64abec74028ec74c9de3a4b7 SHA1 2322f4282b7223dc85619c2f95cd5ed3a16243d0 SHA256 32643f8e865c021e5fa4fe9b593f4e18799ad1cbca6c789588a9bfcbc8df15a7 +EBUILD stardict-mova-korolew-ru-en-2.4.2.ebuild 350 RMD160 1305d929fc748deed6aaf0da0efa1bece312b510 SHA1 d0941f3906cd96655f5dc417ef67a7055d8ee851 SHA256 ab045460d50881f0287988a2b0f185dca2bf898b77471c6208f5b057edd2f986 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-korolew-ru-en/metadata.xml b/app-dicts/stardict-mova-korolew-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-korolew-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-korolew-ru-en/stardict-mova-korolew-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-korolew-ru-en/stardict-mova-korolew-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..c929a9a --- /dev/null +++ b/app-dicts/stardict-mova-korolew-ru-en/stardict-mova-korolew-ru-en-2.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="korolew_ruen" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-mech-en-ru/Manifest b/app-dicts/stardict-mova-mech-en-ru/Manifest new file mode 100644 index 0000000..437aadc --- /dev/null +++ b/app-dicts/stardict-mova-mech-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_mech-2.4.2.tar.bz2 86456 RMD160 02ddc7c6ed7304d3f0c409878918c572e851fb45 SHA1 4024440312983b54e8b6d996e32f5f89373e34ed SHA256 8f22d010a1bd904b0845747c7fd25d80bd24916a38f8de64a7c6e5696406357e +EBUILD stardict-mova-mech-en-ru-2.4.2.ebuild 412 RMD160 fa8d84fc7c59878301d0ee130c7ae208a1e99664 SHA1 7dc5fc19645a2b19567d03f03462d0f4d11bb409 SHA256 4a83b695faa61eb7fa7c0813ad1a457b25b881433cbf757eca3e5ef79ec68c7a +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-mech-en-ru/metadata.xml b/app-dicts/stardict-mova-mech-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-mech-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-mech-en-ru/stardict-mova-mech-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-mech-en-ru/stardict-mova-mech-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..8d9f7cd --- /dev/null +++ b/app-dicts/stardict-mova-mech-en-ru/stardict-mova-mech-en-ru-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="mech" + +inherit stardict + +DESCRIPTION="Mechanical and scientific English to Russian vocabulary" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-ozhegov-ru/Manifest b/app-dicts/stardict-mova-ozhegov-ru/Manifest new file mode 100644 index 0000000..3b338d6 --- /dev/null +++ b/app-dicts/stardict-mova-ozhegov-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_ozhegov-2.4.2.tar.bz2 2882744 RMD160 391ef214f591b7e8f1c04ec4ebb0e0900cc0ccb0 SHA1 12ac312867aa3db6ff7625de663bc64671399cbd SHA256 7fedc71955f70d1406bbd31ea85aa65a4224d8296df8269c00774598acd8df9a +EBUILD stardict-mova-ozhegov-ru-2.4.2.ebuild 381 RMD160 7f1ea94673120e9d2ecceb566d4a788755dde2b4 SHA1 a69e75103a0a03f6784cfcacdeaef7c4892c4237 SHA256 a6bd93371ee0a32ce59d1059a8bcc5037b2a4db52507f3858920adc52c1fead3 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-ozhegov-ru/metadata.xml b/app-dicts/stardict-mova-ozhegov-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-ozhegov-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-ozhegov-ru/stardict-mova-ozhegov-ru-2.4.2.ebuild b/app-dicts/stardict-mova-ozhegov-ru/stardict-mova-ozhegov-ru-2.4.2.ebuild new file mode 100644 index 0000000..4c85aa9 --- /dev/null +++ b/app-dicts/stardict-mova-ozhegov-ru/stardict-mova-ozhegov-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="ozhegov" + +inherit stardict + +DESCRIPTION="Explanatory dictionary of the Russian language (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-religion-ru/Manifest b/app-dicts/stardict-mova-religion-ru/Manifest new file mode 100644 index 0000000..ad9f58f --- /dev/null +++ b/app-dicts/stardict-mova-religion-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_religion-2.4.2.tar.bz2 558603 RMD160 469eb10d9e6340b0a685358f3cf555e88d87aae9 SHA1 6ac62a4a6a927ab3934d6352b006aabca981d659 SHA256 bb955a1e92316d7c5b47e5f9bce7f76f4b213b8f035f82040b306465ce65cf1d +EBUILD stardict-mova-religion-ru-2.4.2.ebuild 396 RMD160 23ad8aa51b4b490a6260c17f6e19fd6bf7655f58 SHA1 b2d1775b3234b0fda0f6d7b8e59f859c098bff97 SHA256 e3260de865e4db87b0200124fb5edd257105463b234b2144d11fbdf84a5c0e40 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-religion-ru/metadata.xml b/app-dicts/stardict-mova-religion-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-religion-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-religion-ru/stardict-mova-religion-ru-2.4.2.ebuild b/app-dicts/stardict-mova-religion-ru/stardict-mova-religion-ru-2.4.2.ebuild new file mode 100644 index 0000000..feebfc3 --- /dev/null +++ b/app-dicts/stardict-mova-religion-ru/stardict-mova-religion-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="religion" + +inherit stardict + +DESCRIPTION="Explanatonary dictionary on confessions, literature, history (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-sc-abbr-en-ru/Manifest b/app-dicts/stardict-mova-sc-abbr-en-ru/Manifest new file mode 100644 index 0000000..c7ce427 --- /dev/null +++ b/app-dicts/stardict-mova-sc-abbr-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_sc-abbr-2.4.2.tar.bz2 28707 RMD160 2c7bb3199dd4e1044e7a78b938643bf21f4ea04b SHA1 f35d36654cc097e4249e8e4c4964224f4453f981 SHA256 171da2c2d8b96e8b3ebb4b40980cd8a30d7da2e9f613467d199c3451888ecc28 +EBUILD stardict-mova-sc-abbr-en-ru-2.4.2.ebuild 426 RMD160 ff9e37380032d0f15674839d9aa5b0acefad5979 SHA1 90bb36da1288c35c963ca62f3a8b2aaac4bf87fd SHA256 ad1f23b093aac5e758211a147bb5ce0a39315edac94305a482f45eee73cab5c6 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-sc-abbr-en-ru/metadata.xml b/app-dicts/stardict-mova-sc-abbr-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-sc-abbr-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-sc-abbr-en-ru/stardict-mova-sc-abbr-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-sc-abbr-en-ru/stardict-mova-sc-abbr-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..8c06f35 --- /dev/null +++ b/app-dicts/stardict-mova-sc-abbr-en-ru/stardict-mova-sc-abbr-en-ru-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="sc-abbr" + +inherit stardict + +DESCRIPTION="English to Russian dictionary of abbreviations in computer science" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-slovnyk-en-ru/Manifest b/app-dicts/stardict-mova-slovnyk-en-ru/Manifest new file mode 100644 index 0000000..16308b8 --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_slovnyk_en-ru-2.4.2.tar.bz2 1448325 RMD160 11b613bc70af55f437174055d7ff7b5270d32e39 SHA1 f7220894804c87daeccda04905740821250da05d SHA256 2db13abd6c147c82499775f5cfdaa9f0d040e16aaea3679c8f746f3aecec234b +EBUILD stardict-mova-slovnyk-enru-2.4.2.ebuild 394 RMD160 85af9f763b52ba0addbf4bbbb4b4a42b03e5210c SHA1 72c7e03b893475e7bf18aa5db25683b8b0e1c9a2 SHA256 f29515bf54701a386025e5aa31d7a7045a5a72ce9f95d73981bedd071a4e1ab3 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-slovnyk-en-ru/metadata.xml b/app-dicts/stardict-mova-slovnyk-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-slovnyk-en-ru/stardict-mova-slovnyk-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-slovnyk-en-ru/stardict-mova-slovnyk-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..d043eb1 --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-en-ru/stardict-mova-slovnyk-en-ru-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="slovnyk_en-ru" + +inherit stardict + +DESCRIPTION="English to Russian word-list" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-slovnyk-ru-en/Manifest b/app-dicts/stardict-mova-slovnyk-ru-en/Manifest new file mode 100644 index 0000000..ebd1adc --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_slovnyk_ru-en-2.4.2.tar.bz2 1270048 RMD160 e1a393020d1ea2990d53c3d984f8101a2a4ba3ed SHA1 57b7c77014bd9b03fc10d0c14ac5b1102919b680 SHA256 d6b988d6d42dc61d27c06816a98544f053bd2d69aaa484e3704aff75cf0fda51 +EBUILD stardict-mova-slovnyk-ru-en-2.4.2.ebuild 394 RMD160 88cc69f00ce995e63f43e414f57e6e5985444de6 SHA1 2f326c61ace429688bb87bf9dca48f419667b450 SHA256 be9930412e445e3f3e18b5bc19a6c814176c8552ec5f8a49c63c8cb5de129c25 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-slovnyk-ru-en/metadata.xml b/app-dicts/stardict-mova-slovnyk-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-slovnyk-ru-en/stardict-mova-slovnyk-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-slovnyk-ru-en/stardict-mova-slovnyk-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..eae58d9 --- /dev/null +++ b/app-dicts/stardict-mova-slovnyk-ru-en/stardict-mova-slovnyk-ru-en-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="slovnyk_ru-en" + +inherit stardict + +DESCRIPTION="Russian to English word-list" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-sokrat-en-ru/Manifest b/app-dicts/stardict-mova-sokrat-en-ru/Manifest new file mode 100644 index 0000000..42deda5 --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_sokrat_enru-2.4.2.tar.bz2 1114064 RMD160 30f0aa049abbe4993bc34ac55229dbade446091b SHA1 756db9b77fe6e48477e865343ad5996ccbf6a214 SHA256 be48935be3e871cea1904a8afa1ffb559f765a8be7d10c4c18aa09f378ce85b4 +EBUILD stardict-mova-sokrat-en-ru-2.4.2.ebuild 349 RMD160 7b1f97e1d8da44921256adc86e0cd4013b639647 SHA1 3022d6466e9ea8f1c2b7101dd9766efbc262b57c SHA256 ea5273290bf3f1a7298e37cfd6a35c359654f4b3cd7d10b742e1886b12fdece5 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-sokrat-en-ru/metadata.xml b/app-dicts/stardict-mova-sokrat-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-sokrat-en-ru/stardict-mova-sokrat-en-ru-2.4.2.ebuild b/app-dicts/stardict-mova-sokrat-en-ru/stardict-mova-sokrat-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..b514928 --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-en-ru/stardict-mova-sokrat-en-ru-2.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="sokrat_enru" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-sokrat-ru-en/Manifest b/app-dicts/stardict-mova-sokrat-ru-en/Manifest new file mode 100644 index 0000000..4d8f95e --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_sokrat_ruen-2.4.2.tar.bz2 959829 RMD160 d6e15e5a5f7c84ed85aa614575447ee7f544323b SHA1 9805008b27bd6b1a0b54a9a3093b3228bd4d24d2 SHA256 418bf6d02751e61e61a44928d700537e5c72a8b99ae11c29613590919bcd9e62 +EBUILD stardict-mova-sokrat-ru-en-2.4.2.ebuild 349 RMD160 e0a2651edf219e50702cc4a98aee9a695bf86832 SHA1 32610774effdbb227e156dff92f6dc081251dfbe SHA256 b0677150de08ff688d4348fa94099806557e73dcf2a5c84a462a6efa4d80478f +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-sokrat-ru-en/metadata.xml b/app-dicts/stardict-mova-sokrat-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-sokrat-ru-en/stardict-mova-sokrat-ru-en-2.4.2.ebuild b/app-dicts/stardict-mova-sokrat-ru-en/stardict-mova-sokrat-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..ce57f99 --- /dev/null +++ b/app-dicts/stardict-mova-sokrat-ru-en/stardict-mova-sokrat-ru-en-2.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="sokrat_ruen" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-teo-ru/Manifest b/app-dicts/stardict-mova-teo-ru/Manifest new file mode 100644 index 0000000..c2b5577 --- /dev/null +++ b/app-dicts/stardict-mova-teo-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_teo-2.4.2.tar.bz2 577494 RMD160 b2fc16c57707ad9d90a8234a3f61cfecd05d20e0 SHA1 debea47f1ddd6ffea12c29165681c5f19919162a SHA256 d18a281f882b3be701de38ab55e69b905d4bc36bc025fb584f75dcde6f6cc34f +EBUILD stardict-mova-teo-ru-2.4.2.ebuild 352 RMD160 2a6ad98ec38e8cbe28988691214fb82da7f0bcf1 SHA1 6def20e5fa5bcf53ff5611ed48c90bb9144d3b8c SHA256 caf920118b8a03fa12abd1ea740abc5dd91972f5c9d30bcd0dd84bc33a4ae227 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-teo-ru/metadata.xml b/app-dicts/stardict-mova-teo-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-teo-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-teo-ru/stardict-mova-teo-ru-2.4.2.ebuild b/app-dicts/stardict-mova-teo-ru/stardict-mova-teo-ru-2.4.2.ebuild new file mode 100644 index 0000000..2be9a3e --- /dev/null +++ b/app-dicts/stardict-mova-teo-ru/stardict-mova-teo-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="teo" + +inherit stardict + +DESCRIPTION="Theosophic dictionary (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-ushakov-ru/Manifest b/app-dicts/stardict-mova-ushakov-ru/Manifest new file mode 100644 index 0000000..148960f --- /dev/null +++ b/app-dicts/stardict-mova-ushakov-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_ushakov-2.4.2.tar.bz2 8252356 RMD160 b275178081d63ef9c8d9f130ce9784b80b5ad74a SHA1 6c33f55cf034afbacea6beaaf39140ac8d52f9e1 SHA256 97b09ac25c2fdcc255ee7a6eddeb07a4b6303681a9e15ffee1c06e7380ff8ab8 +EBUILD stardict-mova-ushakov-ru-2.4.2.ebuild 391 RMD160 ef256bb4eb443a71be48d47d28a0d7bb0ff8205b SHA1 344eb8aef9b8faeb463cd72974248d4fe69f8722 SHA256 e8e1f73385e23ad624cc36cad8bdd4103a16ab80d4f9da5eb1903ed2fd7af00f +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-ushakov-ru/metadata.xml b/app-dicts/stardict-mova-ushakov-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-ushakov-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-ushakov-ru/stardict-mova-ushakov-ru-2.4.2.ebuild b/app-dicts/stardict-mova-ushakov-ru/stardict-mova-ushakov-ru-2.4.2.ebuild new file mode 100644 index 0000000..efc9f04 --- /dev/null +++ b/app-dicts/stardict-mova-ushakov-ru/stardict-mova-ushakov-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="ushakov" + +inherit stardict + +DESCRIPTION="Ushakov's Explanatory Dictionary of the Russian Language (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mova-zhelezyaki-abbr-ru/Manifest b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/Manifest new file mode 100644 index 0000000..78ebb08 --- /dev/null +++ b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-dictd_www.mova.org_zhelezyaki_abbr-2.4.2.tar.bz2 3940 RMD160 1ded0552cc8e2575da1e3797c4e6b3a28b699c63 SHA1 77b0712214bfac975c09a9a55bcb8c912efe75b6 SHA256 e3be6630d2b11142fb3ccc008fc6edd3133d20da07d188477577b1614fa2d3d1 +EBUILD stardict-mova-zhelezyaki-abbr-ru-2.4.2.ebuild 380 RMD160 a7a09d2177e227e4e6f42c1f37734491c7d498e7 SHA1 77e8ceec2df878a88db484fe720bad985033082a SHA256 f2f5aca2fda8c0d9efc17b36476e1a100857a3b11fc67b330a5582d433d32470 +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-mova-zhelezyaki-abbr-ru/metadata.xml b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-mova-zhelezyaki-abbr-ru/stardict-mova-zhelezyaki-abbr-ru-2.4.2.ebuild b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/stardict-mova-zhelezyaki-abbr-ru-2.4.2.ebuild new file mode 100644 index 0000000..54c7c71 --- /dev/null +++ b/app-dicts/stardict-mova-zhelezyaki-abbr-ru/stardict-mova-zhelezyaki-abbr-ru-2.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DICT_PREFIX="dictd_www.mova.org_" +DICT_SUFFIX="zhelezyaki_abbr" + +inherit stardict + +DESCRIPTION="Abbreviations for integrated circuits (in Russian)" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-mueller7/ChangeLog b/app-dicts/stardict-mueller7-en-ru/ChangeLog index 711d830..711d830 100644 --- a/app-dicts/stardict-mueller7/ChangeLog +++ b/app-dicts/stardict-mueller7-en-ru/ChangeLog diff --git a/app-dicts/stardict-mueller7-en-ru/Manifest b/app-dicts/stardict-mueller7-en-ru/Manifest new file mode 100644 index 0000000..8d0a8c3 --- /dev/null +++ b/app-dicts/stardict-mueller7-en-ru/Manifest @@ -0,0 +1,6 @@ +DIST Mueller7GPL.tgz 2386052 RMD160 1d1a674313d871482f326a898e3d1189e461baf2 SHA1 5d2566e4a312d21c2cf4231771f4e405d54affc1 SHA256 fb9745057bf061b5b9d191590c169966ff310f04bf6f8b4625227943eecf2e27 +DIST Mueller7accentGPL.tgz 2475132 RMD160 1738fc145c0b16bd07549e9336343fc86832d4cf SHA1 01f2499b611727433f36f9339d524302949ba9b7 SHA256 7fa056e0b2c64778328ea095d57bfb32b81068c0cbfd7b9cb47e103618c2d325 +DIST stardict-Mueller7accentGPL-2.4.2.tar.bz2 3678333 RMD160 a375b535b0b0d96e0fa6b0ccb9641a44f4ed7c41 SHA1 b11709610862d4339abbbe89c9fe2230d19e4abc SHA256 4aa92112206b8ba86b178f97d0c65dfa3a350906d284d30a7c5846505038a774 +DIST stardict-mueller7-2.4.2.tar.bz2 3086467 RMD160 e6e8d81087239251e4fd2205686dcb6391b0a00b SHA1 50d9a09dab018a90b8eaf22732cdf3aa0225228d SHA256 59c71e967601066b84d54542d9fa1ac7593b09d0b7111ec03e4ec5505e03a938 +EBUILD stardict-mueller7-en-ru-1.2.ebuild 1473 RMD160 c3ec00a9693c0318d3171578dbf3d064a4a56b04 SHA1 99338afc1db2c7b8faf0502ab1f6261fa1be6390 SHA256 c4d287b5b5b8e991cbc1df488146349c90e35bd5d5eebce5a2278776fd39009f +MISC ChangeLog 251 RMD160 ae727dc7264123980f871e479e2f904a68e0fa47 SHA1 1f4a1d1c09ced90eaf0e9c82af2f4427cc5d578f SHA256 e45913b597d8be75faf0a6104dcf9519e45f09273c585fb655b79c7c2fa4c839 diff --git a/app-dicts/stardict-mueller7-en-ru/stardict-mueller7-en-ru-1.2.ebuild b/app-dicts/stardict-mueller7-en-ru/stardict-mueller7-en-ru-1.2.ebuild new file mode 100644 index 0000000..95d9094 --- /dev/null +++ b/app-dicts/stardict-mueller7-en-ru/stardict-mueller7-en-ru-1.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit stardict + +DESCRIPTION="Mueller English to Russian Dictionary, 7th edition" +HOMEPAGE="http://mueller-dic.chat.ru/ http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" +SRC_URI="build? ( accent? ( http://mueller-dic.chat.ru/Mueller7accentGPL.tgz ) + !accent? ( http://mueller-dic.chat.ru/Mueller7GPL.tgz ) ) + accent? ( mirror://sourceforge/stardict/stardict-Mueller7accentGPL-2.4.2.tar.bz2 ) + !accent? ( mirror://sourceforge/stardict/stardict-mueller7-2.4.2.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="build accent" + +DEPEND="build? ( app-dicts/makedict )" + +S=${WORKDIR} + +get_S() { + if use build; then + echo "${WORKDIR}/usr/local/share/dict" + else + use accent && \ + echo "${WORKDIR}/stardict-Mueller7accentGPL-2.4.2" || \ + echo "${WORKDIR}/stardict-mueller7-2.4.2" + fi +} + +src_compile() { + cd "$(get_S)" + if use build; then + if use accent; then + makedict -i mueller7 -o stardict Mueller7accentGPL.koi + cd stardict-Mueller7accentGPL-2.4.2 + else + makedict -i mueller7 -o stardict Mueller7GPL.koi + cd stardict-Mueller7GPL-2.4.2 + fi + fi + stardict_src_compile +} + +src_install() { + cd "$(get_S)" + if use build; then + insinto /usr/share/stardict/dic + if use accent; then + doins -r stardict-Mueller7accentGPL-2.4.2 + else + doins -r stardict-Mueller7GPL-2.4.2 + fi + else + stardict_src_install + fi +} diff --git a/app-dicts/stardict-mueller7/Manifest b/app-dicts/stardict-mueller7/Manifest deleted file mode 100644 index 607787e..0000000 --- a/app-dicts/stardict-mueller7/Manifest +++ /dev/null @@ -1,12 +0,0 @@ -DIST Mueller7accentGPL.tgz 2475132 RMD160 1738fc145c0b16bd07549e9336343fc86832d4cf SHA1 01f2499b611727433f36f9339d524302949ba9b7 SHA256 7fa056e0b2c64778328ea095d57bfb32b81068c0cbfd7b9cb47e103618c2d325 -EBUILD stardict-mueller7-1.2.ebuild 882 RMD160 e8b956e761a963725537650af6359d0160d19c9b SHA1 02c75ba81030bb10b784d18d198b1333b8482e29 SHA256 02f45d676a5dd2f0a61ffc23a9c977b6a6858817e9bc8d0fe70bfaf0b632456d -MD5 be716b0de111883ba321acc394b3835e stardict-mueller7-1.2.ebuild 882 -RMD160 e8b956e761a963725537650af6359d0160d19c9b stardict-mueller7-1.2.ebuild 882 -SHA256 02f45d676a5dd2f0a61ffc23a9c977b6a6858817e9bc8d0fe70bfaf0b632456d stardict-mueller7-1.2.ebuild 882 -MISC ChangeLog 251 RMD160 ae727dc7264123980f871e479e2f904a68e0fa47 SHA1 1f4a1d1c09ced90eaf0e9c82af2f4427cc5d578f SHA256 e45913b597d8be75faf0a6104dcf9519e45f09273c585fb655b79c7c2fa4c839 -MD5 2021abe41019cb80d0a541cc057b0c21 ChangeLog 251 -RMD160 ae727dc7264123980f871e479e2f904a68e0fa47 ChangeLog 251 -SHA256 e45913b597d8be75faf0a6104dcf9519e45f09273c585fb655b79c7c2fa4c839 ChangeLog 251 -MD5 fccacfa468f52fe2285cb3fc85159f66 files/digest-stardict-mueller7-1.2 247 -RMD160 bdecefc7cf65a663b6bcd51c3a186c14921c81ed files/digest-stardict-mueller7-1.2 247 -SHA256 0068a9b37914bd549030562723948bd3390605c5b1e6468128bd8446d51b45a0 files/digest-stardict-mueller7-1.2 247 diff --git a/app-dicts/stardict-mueller7/files/digest-stardict-mueller7-1.2 b/app-dicts/stardict-mueller7/files/digest-stardict-mueller7-1.2 deleted file mode 100644 index 9d92fab..0000000 --- a/app-dicts/stardict-mueller7/files/digest-stardict-mueller7-1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b882581e130ffa0ea3baea5eeea484a2 Mueller7accentGPL.tgz 2475132 -RMD160 1738fc145c0b16bd07549e9336343fc86832d4cf Mueller7accentGPL.tgz 2475132 -SHA256 7fa056e0b2c64778328ea095d57bfb32b81068c0cbfd7b9cb47e103618c2d325 Mueller7accentGPL.tgz 2475132 diff --git a/app-dicts/stardict-mueller7/stardict-mueller7-1.2.ebuild b/app-dicts/stardict-mueller7/stardict-mueller7-1.2.ebuild deleted file mode 100644 index 038e533..0000000 --- a/app-dicts/stardict-mueller7/stardict-mueller7-1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Stardict Mueller English to Russian Dictionary" -HOMEPAGE="http://mueller-dic.chat.ru/" -SRC_URI="http://mueller-dic.chat.ru/Mueller7accentGPL.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="gzip" - -DEPEND="app-dicts/makedict - gzip? ( app-text/dictd - app-arch/gzip )" - -S=${WORKDIR}/usr/local/share/dict - -src_compile() { - makedict -i mueller7 -o stardict Mueller7accentGPL.koi - use gzip && dictzip stardict-Mueller7GPL-2.4.2/Mueller7GPL.dict - use gzip && gzip stardict-Mueller7GPL-2.4.2/Mueller7GPL.idx -} - -src_install() { - mkdir -p "${D}"/usr/share/stardict/dic - cp -r stardict-Mueller7GPL-2.4.2 "${D}"/usr/share/stardict/dic - chmod 555 "${D}"/usr/share/stardict/dic/stardict-Mueller7GPL-2.4.2 - chown -R root:0 "${D}"/usr/share/stardict/dic -} diff --git a/app-dicts/stardict-quick-en-ru/Manifest b/app-dicts/stardict-quick-en-ru/Manifest new file mode 100644 index 0000000..0fafdf0 --- /dev/null +++ b/app-dicts/stardict-quick-en-ru/Manifest @@ -0,0 +1,3 @@ +DIST stardict-quick_eng-rus-2.4.2.tar.bz2 430850 RMD160 cd265844d1f979d43660d8e3257bf9ddc3e6ce6f SHA1 52c883262cc68f7d4550f665a919a9bf2d652696 SHA256 ab47664aca2a11a16bb8fb1d46d56241fbbe80ef52a6b90ce908b7f754b49194 +EBUILD stardict-quick-en-ru-2.4.2.ebuild 399 RMD160 1ef37d89f3dbcfd4e5c527af6aaaca87aaf39736 SHA1 bc9d3c57aa5df9e93b6adcb986dfed944e912120 SHA256 f29f11f0aaf42a4a4439dea1dcde3455af654cd2b0e704718ab20a1a2f86e4be +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-quick-en-ru/metadata.xml b/app-dicts/stardict-quick-en-ru/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-quick-en-ru/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-quick-en-ru/stardict-quick-en-ru-2.4.2.ebuild b/app-dicts/stardict-quick-en-ru/stardict-quick-en-ru-2.4.2.ebuild new file mode 100644 index 0000000..ff988b0 --- /dev/null +++ b/app-dicts/stardict-quick-en-ru/stardict-quick-en-ru-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="English" +TO_LANG="Russian" +DICT_PREFIX="" +DICT_SUFFIX="quick_eng-rus" + +inherit stardict + +DESCRIPTION="Quick but still useful English to Russian dictionary" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/stardict-quick-ru-en/Manifest b/app-dicts/stardict-quick-ru-en/Manifest new file mode 100644 index 0000000..aff1b64 --- /dev/null +++ b/app-dicts/stardict-quick-ru-en/Manifest @@ -0,0 +1,3 @@ +DIST stardict-quick_rus-eng-2.4.2.tar.bz2 320743 RMD160 34e51240ae9029315d08cd660fe06fb692903136 SHA1 fd4d8c66a858f16e347091dafa2f1baceac3922e SHA256 f8bd969ce07329eafb59e2e44c5b99744b424731b02beeca2c72d136b7a7cdca +EBUILD stardict-quick-ru-en-2.4.2.ebuild 399 RMD160 b431506a974cd4229ca748266c33b372758e868a SHA1 0673e1f84df02b39d5f4bb8a32a2e5c85d6d671e SHA256 0837f7c29bc9aa3911ba579704014a46d8c5f47008f6395678583601c6900baa +MISC metadata.xml 163 RMD160 444608d5dce1eb9307c253140c5f6b011fcbece8 SHA1 87029f6d4a8e381a59cad5f8553f0e5163b11a7e SHA256 2a83bf864655c5acb5d551aeb9b060d57545fb7cf1dd9d7fcdc16fbca221cabb diff --git a/app-dicts/stardict-quick-ru-en/metadata.xml b/app-dicts/stardict-quick-ru-en/metadata.xml new file mode 100644 index 0000000..bf8ace7 --- /dev/null +++ b/app-dicts/stardict-quick-ru-en/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-dicts</herd> +</pkgmetadata> diff --git a/app-dicts/stardict-quick-ru-en/stardict-quick-ru-en-2.4.2.ebuild b/app-dicts/stardict-quick-ru-en/stardict-quick-ru-en-2.4.2.ebuild new file mode 100644 index 0000000..cd08521 --- /dev/null +++ b/app-dicts/stardict-quick-ru-en/stardict-quick-ru-en-2.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +FROM_LANG="Russian" +TO_LANG="English" +DICT_PREFIX="" +DICT_SUFFIX="quick_rus-eng" + +inherit stardict + +DESCRIPTION="Quick but still useful Russian to English dictionary" +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php" + +KEYWORDS="~x86 ~amd64" +IUSE="" diff --git a/app-dicts/wyabdcrealpeopletts/Manifest b/app-dicts/wyabdcrealpeopletts/Manifest new file mode 100644 index 0000000..8d3ce64 --- /dev/null +++ b/app-dicts/wyabdcrealpeopletts/Manifest @@ -0,0 +1,2 @@ +DIST WyabdcRealPeopleTTS.tar.bz2 84329208 RMD160 9c9bd37cf85aaed8d5b090b2014c3122e98ba8e4 SHA1 056609ec9743bda105ff6db956b321436ae50b90 SHA256 96a398eaef3e84f6f23e61683e6439913a4d44055e695dd4a1936f9340d64870 +EBUILD wyabdcrealpeopletts-2.1.0.ebuild 533 RMD160 372325d70c4366b4ccca974d8bb3ff341200dd90 SHA1 ba9637e7f23bfbcf6a1173b1306bb0f1afca6c5f SHA256 a50d96d8f4f9761d334bb221d629e34e8c4a281d84abb4c0d9a7ab42bcbba6ec diff --git a/app-dicts/wyabdcrealpeopletts/wyabdcrealpeopletts-2.1.0.ebuild b/app-dicts/wyabdcrealpeopletts/wyabdcrealpeopletts-2.1.0.ebuild new file mode 100644 index 0000000..b1556cf --- /dev/null +++ b/app-dicts/wyabdcrealpeopletts/wyabdcrealpeopletts-2.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Sound (.wav) files from Real People Sound to pronounce English words" +HOMEPAGE="http://sourceforge.net/projects/stardict/" +SRC_URI="mirror://sourceforge/stardict/WyabdcRealPeopleTTS.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="!<app-dicts/stardict-3.0.1-r2" +RDEPEND="" + +src_install() { + dodir /usr/share + mv "${WORKDIR}/WyabdcRealPeopleTTS" "${D}/usr/share" +} + |