summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-lt
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-dicts/myspell-lt
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-dicts/myspell-lt')
-rw-r--r--app-dicts/myspell-lt/Manifest2
-rw-r--r--app-dicts/myspell-lt/metadata.xml5
-rw-r--r--app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild31
3 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/myspell-lt/Manifest b/app-dicts/myspell-lt/Manifest
new file mode 100644
index 00000000000..918928250e4
--- /dev/null
+++ b/app-dicts/myspell-lt/Manifest
@@ -0,0 +1,2 @@
+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
diff --git a/app-dicts/myspell-lt/metadata.xml b/app-dicts/myspell-lt/metadata.xml
new file mode 100644
index 00000000000..4538a68724a
--- /dev/null
+++ b/app-dicts/myspell-lt/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><email>maintainer-needed@gentoo.org</email></maintainer>
+</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 00000000000..6963ce208ec
--- /dev/null
+++ b/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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=""