diff options
-rw-r--r-- | app-dicts/myspell-lt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-lt/myspell-lt-1.3.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-lt/Manifest b/app-dicts/myspell-lt/Manifest index 918928250e41..9ec533f4a8a2 100644 --- a/app-dicts/myspell-lt/Manifest +++ b/app-dicts/myspell-lt/Manifest @@ -1,2 +1,3 @@ DIST hyph_lt_LT.zip 4839 SHA256 9f698c638aabf68c51148e189e92877a62f29c0002a7b4ef09394b46ffc80f98 SHA512 8a21d90590b8bac8eb8de78c30e74bb12c15deba02c0553c93d46bd18c08f39a4097ec0b5e4a2394dee0726aff0abe89e3a226415a50a358aaeafedf7bfe4e0e WHIRLPOOL 3dc4fd93030a3d7f276587d7395dfc77b111b03c384ed01e854b10f1dac03d267f84bd965350433bc75bf950067d67fccaa7cd49a7334e0007112544c2b2a4f5 DIST lt_LT-1.2.1.zip 360373 SHA256 b10c2b7487918ddf74f87964d2dcd84cc4e1b9dddc4e2a3bdddad863077754d1 SHA512 ebc6e688bc94d3cfa4b872594775d6f62bfd9b1666765e189b7f47efa2c7ec27d32b4f49405cc9fb372ea071f5b2b685b800b949eec285a7d1fee52b74d82b31 WHIRLPOOL 93a2f1a2bb48122e20b47a46990539b9b4c2a48dd8c1d175ebc7c246a456da7da7a59b551e6d08f78fd1d6cacc607d6dc6b387254ea3e31cb9bc3eb7909c1a71 +DIST myspell-lt-1.3.zip 339657 SHA256 b28b7eb9196aa92f35213b61b64ddc6daa1800a12e822d1fd399ecc448e6cbb5 SHA512 e18f22efb665e3c4cfe0398bafc9e0626c4322009e4b056f3f5cb074778af851bd463be05c55e1bb0bfbc1a04d06d022a3aa37c89e7efac2aa38b525ab415cf2 WHIRLPOOL 92f8099883fbdf21aca4377344a3ee490c76aea9db7ed3173be6ba07e3f21e88adb6aba084495b521a0c74fe826b6c2e3f386a8f7cd31654676fbfb9227d30c7 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..4e393dd1c7cf --- /dev/null +++ b/app-dicts/myspell-lt/myspell-lt-1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |