diff options
-rw-r--r-- | app-dicts/ispell-no/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/ispell-no/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ispell-no/files/digest-ispell-no-2.0 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-no/ispell-no-2.0.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/ispell-no/metadata.xml | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/app-dicts/ispell-no/ChangeLog b/app-dicts/ispell-no/ChangeLog new file mode 100644 index 000000000000..064ae49a376f --- /dev/null +++ b/app-dicts/ispell-no/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-dicts/ispell-no +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ChangeLog,v 1.1 2005/09/20 19:00:27 arj Exp $ + +*ispell-no-2.0 (20 Sep 2005) + + 20 Sep 2005; Anders Rune Jensen <arj@gentoo.org> +ispell-no-2.0.ebuild: + New package. Fixed #105912 diff --git a/app-dicts/ispell-no/Manifest b/app-dicts/ispell-no/Manifest new file mode 100644 index 000000000000..55c5440ce592 --- /dev/null +++ b/app-dicts/ispell-no/Manifest @@ -0,0 +1,4 @@ +MD5 fadb28235bb7171b540a4a0b4e3e3a85 metadata.xml 251 +MD5 e4ad0a80b430bdcba9469f7251327954 ispell-no-2.0.ebuild 720 +MD5 31328982f8eab628ad077ca6f9a1f6de ChangeLog 341 +MD5 9933e303f6852d7dc1953c31255b74b7 files/digest-ispell-no-2.0 69 diff --git a/app-dicts/ispell-no/files/digest-ispell-no-2.0 b/app-dicts/ispell-no/files/digest-ispell-no-2.0 new file mode 100644 index 000000000000..139567f4547c --- /dev/null +++ b/app-dicts/ispell-no/files/digest-ispell-no-2.0 @@ -0,0 +1 @@ +MD5 7dd200f749459a42f7ded937ee72bb05 ispell-norsk-2.0.tar.gz 2256401 diff --git a/app-dicts/ispell-no/ispell-no-2.0.ebuild b/app-dicts/ispell-no/ispell-no-2.0.ebuild new file mode 100644 index 000000000000..4299e435add5 --- /dev/null +++ b/app-dicts/ispell-no/ispell-no-2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.0.ebuild,v 1.1 2005/09/20 19:00:27 arj Exp $ + +MY_P="norsk-${PV}" +S="${WORKDIR}/norsk" +DESCRIPTION="A Norwegian dictionary for ispell" +SRC_URI="http://www.uio.no/~runekl/ispell-${MY_P}.tar.gz" +HOMEPAGE="http://www.stanford.edu/services/pubsw/package/dicts/norsk.html" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" +KEYWORDS="~x86 ~amd64" + +DEPEND="app-text/ispell" + +src_compile() { + make BUILDHASH="/usr/bin/buildhash" all || die +} + +src_install () { + insinto /usr/lib/ispell + doins norsk.aff norsk.hash norsk.munch.hash nynorsk.aff nynorsk.hash +} diff --git a/app-dicts/ispell-no/metadata.xml b/app-dicts/ispell-no/metadata.xml new file mode 100644 index 000000000000..abee05e0173b --- /dev/null +++ b/app-dicts/ispell-no/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +<maintainer> +<email>arj@gentoo.org</email> +<name>Anders Rune Jensen</name> +</maintainer> +</pkgmetadata> |