diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-10-05 00:34:19 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-10-05 00:34:19 +0000 |
commit | 9559e5133497245ee9142527f48069279c8e4bed (patch) | |
tree | 19437eca9d717b5155e6e37834be7f75f445e581 /app-dicts/aspell-he | |
parent | Fixed CVS Header. (Manifest recommit) (diff) | |
download | gentoo-2-9559e5133497245ee9142527f48069279c8e4bed.tar.gz gentoo-2-9559e5133497245ee9142527f48069279c8e4bed.tar.bz2 gentoo-2-9559e5133497245ee9142527f48069279c8e4bed.zip |
new ebuild
Diffstat (limited to 'app-dicts/aspell-he')
-rw-r--r-- | app-dicts/aspell-he/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/aspell-he/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-he/aspell-he-0.8.0.ebuild | 13 | ||||
-rw-r--r-- | app-dicts/aspell-he/files/digest-aspell-he-0.8.0 | 1 | ||||
-rw-r--r-- | app-dicts/aspell-he/metadata.xml | 5 |
5 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/aspell-he/ChangeLog b/app-dicts/aspell-he/ChangeLog new file mode 100644 index 000000000000..5e0e952ff48c --- /dev/null +++ b/app-dicts/aspell-he/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-dicts/aspell-en +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-he/ChangeLog,v 1.1 2004/10/05 00:34:19 arj Exp $ + +*aspell-he-0.8.0 (05 Oct 2004) + + 05 Oct 2004; Anders Rune Jensen <arj@gentoo.org> +aspell-he-0.8.0.ebuild: + Initial import. Aspell 0.6 only. Fixes #66279. diff --git a/app-dicts/aspell-he/Manifest b/app-dicts/aspell-he/Manifest new file mode 100644 index 000000000000..35a140e39c44 --- /dev/null +++ b/app-dicts/aspell-he/Manifest @@ -0,0 +1,4 @@ +MD5 dc2261bcdd40bc832032d4b520a237fb ChangeLog 365 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 67868bda259b7d3d30c57456fc98627d aspell-he-0.8.0.ebuild 375 +MD5 ecaf712a297f9c6d7fcc1b809f3e2fcb files/digest-aspell-he-0.8.0 69 diff --git a/app-dicts/aspell-he/aspell-he-0.8.0.ebuild b/app-dicts/aspell-he/aspell-he-0.8.0.ebuild new file mode 100644 index 000000000000..63a37c8740f7 --- /dev/null +++ b/app-dicts/aspell-he/aspell-he-0.8.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-he/aspell-he-0.8.0.ebuild,v 1.1 2004/10/05 00:34:19 arj Exp $ + +ASPELL_LANG="Hebrew" + +LICENSE="GPL-2" +ASPOSTFIX="6" + +inherit aspell-dict + +# as this depends on aspell 0.6 we need to change the KEYWORDS +KEYWORDS="~x86" diff --git a/app-dicts/aspell-he/files/digest-aspell-he-0.8.0 b/app-dicts/aspell-he/files/digest-aspell-he-0.8.0 new file mode 100644 index 000000000000..4e78a647804f --- /dev/null +++ b/app-dicts/aspell-he/files/digest-aspell-he-0.8.0 @@ -0,0 +1 @@ +MD5 00b164ea82e16aff51b2cb8425292514 aspell6-he-0.8-0.tar.bz2 121629 diff --git a/app-dicts/aspell-he/metadata.xml b/app-dicts/aspell-he/metadata.xml new file mode 100644 index 000000000000..8f9450df306e --- /dev/null +++ b/app-dicts/aspell-he/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> |