summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 09:54:17 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 09:54:17 +0000
commitceb915d4379022523f4cc046941cc6e28537d626 (patch)
treed8903e68fc5b3ab4ab6f401ad28da268d5ea3f69 /app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild
parentVersion bump, removed old. (diff)
downloadgentoo-2-ceb915d4379022523f4cc046941cc6e28537d626.tar.gz
gentoo-2-ceb915d4379022523f4cc046941cc6e28537d626.tar.bz2
gentoo-2-ceb915d4379022523f4cc046941cc6e28537d626.zip
Version bump. Removed old. Dropped stable mips keyword.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild')
-rw-r--r--app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild b/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild
new file mode 100644
index 000000000000..7bcfa229f690
--- /dev/null
+++ b/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild,v 1.1 2008/11/01 09:54:17 pva Exp $
+
+DESCRIPTION="Lithuanian dictionary for ispell"
+HOMEPAGE="http://files.akl.lt/ispell-lt/"
+SRC_URI="http://files.akl.lt/ispell-lt/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-text/ispell
+ dev-lang/python"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/ispell
+ doins lietuviu.hash lietuviu.aff || die
+ dodoc README THANKS ChangeLog
+}