summaryrefslogtreecommitdiff
path: root/app-dicts/aspell-ru
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/aspell-ru
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/aspell-ru')
-rw-r--r--app-dicts/aspell-ru/Manifest3
-rw-r--r--app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild27
-rw-r--r--app-dicts/aspell-ru/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/app-dicts/aspell-ru/Manifest b/app-dicts/aspell-ru/Manifest
new file mode 100644
index 000000000000..5ca3b8f15c58
--- /dev/null
+++ b/app-dicts/aspell-ru/Manifest
@@ -0,0 +1,3 @@
+DIST aspell6-ru-0.99f7-1.tar.bz2 427312 BLAKE2B e039744dff54dbad3dacafd63f5e4874b119b01da57929f403d535958b80b33e90a5429fdcfcc3d2fff2beb0e97e67fa0bd8af03c6a1ca2980d7c7718843c0e6 SHA512 789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430
+EBUILD aspell-ru-0.99.1-r1.ebuild 593 BLAKE2B f0a2b24786be44e8514c9b5e2cb6a07c8312d474fde23dbfc46b7e3307948902e09519c4e42c4e8f00484d4a2de47ef645c7037841525bc1dfc752173b08d5a0 SHA512 3147bcb0ca1864094e82b68d6ec31a08e3b47f7407603db43bdeefdf0826f755487d99b9721bbce4d967582b2043e55012768a43ee926213acdc5b1fcf200812
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
new file mode 100644
index 000000000000..201df4b33f97
--- /dev/null
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+ASPELL_LANG="Russian"
+ASPELL_VERSION=6
+
+inherit aspell-dict-r1
+
+# very strange filename not supported by the gentoo naming scheme
+MY_P="aspell6-ru-0.99f7-1"
+
+SRC_URI="mirror://gnu/aspell/dict/ru/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ default
+
+ einfo "Setting default dictionary to ru-yeyo"
+ cp -v ru-yeyo.multi ru.multi || die
+}
diff --git a/app-dicts/aspell-ru/metadata.xml b/app-dicts/aspell-ru/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/aspell-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>
+<!-- maintainer-needed -->
+</pkgmetadata>