summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-07-15 18:58:42 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-07-15 18:58:42 +0000
commitd59c35d73b5aa568b04ff9500372b51cef4cbb2f (patch)
treeb711f2c9a1a2ab86c1831989ce6b63560a21bfe6 /app-dicts/ispell-lt
parentmissing digest (Manifest recommit) (diff)
downloadgentoo-2-d59c35d73b5aa568b04ff9500372b51cef4cbb2f.tar.gz
gentoo-2-d59c35d73b5aa568b04ff9500372b51cef4cbb2f.tar.bz2
gentoo-2-d59c35d73b5aa568b04ff9500372b51cef4cbb2f.zip
version bump
Diffstat (limited to 'app-dicts/ispell-lt')
-rw-r--r--app-dicts/ispell-lt/ChangeLog7
-rw-r--r--app-dicts/ispell-lt/Manifest4
-rw-r--r--app-dicts/ispell-lt/files/digest-ispell-lt-1.01
-rw-r--r--app-dicts/ispell-lt/ispell-lt-1.0.ebuild25
-rw-r--r--app-dicts/ispell-lt/metadata.xml5
5 files changed, 40 insertions, 2 deletions
diff --git a/app-dicts/ispell-lt/ChangeLog b/app-dicts/ispell-lt/ChangeLog
index a2143130b512..9b19d20f659b 100644
--- a/app-dicts/ispell-lt/ChangeLog
+++ b/app-dicts/ispell-lt/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-dicts/ispell-lt
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ChangeLog,v 1.7 2004/06/24 21:43:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ChangeLog,v 1.8 2004/07/15 18:58:42 arj Exp $
+*ispell-lt-1.0 (15 Jul 2004)
+
+ 15 Jul 2004; Anders Rune Jensen <arj@gentoo.org> ispell-lt-1.0.ebuild:
+ New version, closes #55275.
+
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*ispell-lt-0.5 (14 Nov 2002)
diff --git a/app-dicts/ispell-lt/Manifest b/app-dicts/ispell-lt/Manifest
index 72781f46332a..5d00bced09f9 100644
--- a/app-dicts/ispell-lt/Manifest
+++ b/app-dicts/ispell-lt/Manifest
@@ -1,3 +1,5 @@
-MD5 739a11f46675db9af41bcc55c93ac78d ispell-lt-0.5.ebuild 643
MD5 7ba29dbb800c993ea885cf440a913464 ChangeLog 744
+MD5 739a11f46675db9af41bcc55c93ac78d ispell-lt-0.5.ebuild 643
+MD5 34aaf34938f9cc6eee40d85e38313e1d ispell-lt-1.0.ebuild 522
MD5 1258d5241cb2bd368c10666453e56d0e files/digest-ispell-lt-0.5 64
+MD5 84cbab29ed822cad1ddea85f2d328322 files/digest-ispell-lt-1.0 65
diff --git a/app-dicts/ispell-lt/files/digest-ispell-lt-1.0 b/app-dicts/ispell-lt/files/digest-ispell-lt-1.0
new file mode 100644
index 000000000000..c03ec706b9db
--- /dev/null
+++ b/app-dicts/ispell-lt/files/digest-ispell-lt-1.0
@@ -0,0 +1 @@
+MD5 25267902fdda315ae3e7bccd17163697 ispell-lt-1.0.tar.gz 471617
diff --git a/app-dicts/ispell-lt/ispell-lt-1.0.ebuild b/app-dicts/ispell-lt/ispell-lt-1.0.ebuild
new file mode 100644
index 000000000000..9152e3373134
--- /dev/null
+++ b/app-dicts/ispell-lt/ispell-lt-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 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.0.ebuild,v 1.1 2004/07/15 18:58:42 arj 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="x86 ~ppc ~sparc ~mips ~alpha ~hppa"
+IUSE=""
+
+DEPEND="app-text/ispell
+ dev-lang/python"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/ispell
+ doins lietuviu.hash lietuviu.aff
+ dodoc README THANKS ChangeLog
+}
diff --git a/app-dicts/ispell-lt/metadata.xml b/app-dicts/ispell-lt/metadata.xml
new file mode 100644
index 000000000000..8f9450df306e
--- /dev/null
+++ b/app-dicts/ispell-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>
+<herd>app-dicts</herd>
+</pkgmetadata>