diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-07-15 18:58:42 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-07-15 18:58:42 +0000 |
commit | bf1a25f4e2f4fbbe3e2791b33c3aac7368318f42 (patch) | |
tree | 0769bc1035ea4f1babceaa59c60c5a40b0bc0c6a /app-dicts | |
parent | missing digest (diff) | |
download | historical-bf1a25f4e2f4fbbe3e2791b33c3aac7368318f42.tar.gz historical-bf1a25f4e2f4fbbe3e2791b33c3aac7368318f42.tar.bz2 historical-bf1a25f4e2f4fbbe3e2791b33c3aac7368318f42.zip |
version bump
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-lt/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-lt/Manifest | 5 | ||||
-rw-r--r-- | app-dicts/ispell-lt/files/digest-ispell-lt-1.0 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-lt/ispell-lt-1.0.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/ispell-lt/metadata.xml | 5 |
5 files changed, 41 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..8a72e80044cb 100644 --- a/app-dicts/ispell-lt/Manifest +++ b/app-dicts/ispell-lt/Manifest @@ -1,3 +1,6 @@ +MD5 d787b987be83e040e922dee832946e66 ChangeLog 874 MD5 739a11f46675db9af41bcc55c93ac78d ispell-lt-0.5.ebuild 643 -MD5 7ba29dbb800c993ea885cf440a913464 ChangeLog 744 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 72306b73a2703bc4ca79470e64164932 ispell-lt-1.0.ebuild 626 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> |