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/myspell-lt | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-lt')
-rw-r--r-- | app-dicts/myspell-lt/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/myspell-lt/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild | 30 | ||||
-rw-r--r-- | app-dicts/myspell-lt/myspell-lt-1.3.ebuild | 26 |
4 files changed, 70 insertions, 0 deletions
diff --git a/app-dicts/myspell-lt/Manifest b/app-dicts/myspell-lt/Manifest new file mode 100644 index 000000000000..baf9442a4ccc --- /dev/null +++ b/app-dicts/myspell-lt/Manifest @@ -0,0 +1,6 @@ +DIST hyph_lt_LT.zip 4839 BLAKE2B 01399d5e2d52b8654419a328e384287387ba7df1ac315924d1951995785b52ae13b40874ee93c533a26edeee8aad9a7ecc48354dc0505277cf91b4e97b527f7b SHA512 8a21d90590b8bac8eb8de78c30e74bb12c15deba02c0553c93d46bd18c08f39a4097ec0b5e4a2394dee0726aff0abe89e3a226415a50a358aaeafedf7bfe4e0e +DIST lt_LT-1.2.1.zip 360373 BLAKE2B b9ccad4650c94e0a2ac8f07faab590de3781773b4936235741252daaed18c05ba1d3e58037d47d61e9faf3e0cf6284148f75155f9c2562e39fa62c141d99fb63 SHA512 ebc6e688bc94d3cfa4b872594775d6f62bfd9b1666765e189b7f47efa2c7ec27d32b4f49405cc9fb372ea071f5b2b685b800b949eec285a7d1fee52b74d82b31 +DIST myspell-lt-1.3.zip 339657 BLAKE2B 9549d1968d3b60a2b712360dab35fe696369afbdb34097eb7484ea0497b67becb43592878cec5e64691e0069babc9d56817b4d170dbb1ef092d50de64b076420 SHA512 e18f22efb665e3c4cfe0398bafc9e0626c4322009e4b056f3f5cb074778af851bd463be05c55e1bb0bfbc1a04d06d022a3aa37c89e7efac2aa38b525ab415cf2 +EBUILD myspell-lt-1.2.1.ebuild 556 BLAKE2B 655d97a618adff9e09be923d0bbc75148e1e2e4bbeb294ffbc6ca0fce7d68e0cfafcec8c169cea762e2ed6558d09e9c0041a7b2ab924a9424e8566cd0899f63b SHA512 5c396b6141732d03757a9a83d8e00057c486d248815f21db403608609eb3760e79ac40fc76f39a9616e1a1dbd7692b74d130562fc35d86e93e760b09c4829ecf +EBUILD myspell-lt-1.3.ebuild 547 BLAKE2B 155b5a49bb8f77ace8b940fe6ffec80d83be0c91a198225538eaf89ad9cb8c8d8b6dc137c8525cc3607dff3e345ba6145681d8955d1b6ec4bd24bbd851eacd14 SHA512 8f446934ae295dd9aa1012b6023ebe49b1476b7d9cecf40adf3e6c06367990c0ca3521626109412925e7078e4a07b8205815df66565732034c1848b6c9c67048 +MISC metadata.xml 244 BLAKE2B 1d2da72e348a40f2390d722aa2a081d633bb3f7c4269f9780eb6e092cc124abfe030e29f18ab119fd7df4c52cb2caee07d6d536bec2e9b84cd254bbddb28ed08 SHA512 e07e0b634f9300d3256fc47c9425afff7bbc9241f235830401002d55ce701e1bdfa1a45dd56c4c81307040560900a1768da3c82f0242c3b1d949446f259efa51 diff --git a/app-dicts/myspell-lt/metadata.xml b/app-dicts/myspell-lt/metadata.xml new file mode 100644 index 000000000000..181f1558f9f1 --- /dev/null +++ b/app-dicts/myspell-lt/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-needed --> + <upstream> + <remote-id type="launchpad">ispell-lt</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild b/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild new file mode 100644 index 000000000000..04f628667196 --- /dev/null +++ b/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +MYSPELL_DICT=( + "lt_LT-${PV}/lt_LT.aff" + "lt_LT-${PV}/lt_LT.dic" +) + +MYSPELL_HYPH=( + "hyph_lt_LT.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Lithuanian dictionaries for myspell/hunspell" +HOMEPAGE="ftp://ftp.akl.lt/ispell-lt/" +SRC_URI=" + ${HOMEPAGE}/lt_LT-${PV}.zip + ${HOMEPAGE}/hyph_lt_LT.zip +" + +LICENSE="BSD LPPL-1.3b" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" diff --git a/app-dicts/myspell-lt/myspell-lt-1.3.ebuild b/app-dicts/myspell-lt/myspell-lt-1.3.ebuild new file mode 100644 index 000000000000..80b39b55093c --- /dev/null +++ b/app-dicts/myspell-lt/myspell-lt-1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "${P}/lt_LT.aff" + "${P}/lt_LT.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Lithuanian dictionaries for myspell/hunspell" +HOMEPAGE="https://launchpad.net/ispell-lt" +SRC_URI="https://launchpad.net/ispell-lt/main/${PV}/+download/${P}.zip" + +LICENSE="BSD LPPL-1.3b" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |