diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2006-02-05 22:14:31 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2006-02-05 22:14:31 +0000 |
commit | 970febe31fbc0afa6e330be4dd3e1abe717ee137 (patch) | |
tree | f84a0fd149d8e0660273b6980b011e939b58d72d | |
parent | Fix self circular deps (diff) | |
download | historical-970febe31fbc0afa6e330be4dd3e1abe717ee137.tar.gz historical-970febe31fbc0afa6e330be4dd3e1abe717ee137.tar.bz2 historical-970febe31fbc0afa6e330be4dd3e1abe717ee137.zip |
initial dict
Package-Manager: portage-2.1_pre3-r1
-rw-r--r-- | app-dicts/aspell-sr/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/aspell-sr/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-sr/aspell-sr-0.60.ebuild | 14 | ||||
-rw-r--r-- | app-dicts/aspell-sr/files/digest-aspell-sr-0.60 | 1 | ||||
-rw-r--r-- | app-dicts/aspell-sr/metadata.xml | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/aspell-sr/ChangeLog b/app-dicts/aspell-sr/ChangeLog new file mode 100644 index 000000000000..93ce0af3db30 --- /dev/null +++ b/app-dicts/aspell-sr/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-dicts/aspell-sr +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/ChangeLog,v 1.1 2006/02/05 22:14:31 arj Exp $ + +*aspell-sr-0.60 (05 Feb 2006) + + 05 Feb 2006; Anders Rune Jensen <arj@gentoo.org> aspell-sr-0.60.ebuild : + New Serbian aspell dict. Ebuild from Milos Popovic <gpopac@gmail.com>. + Closes #121669 diff --git a/app-dicts/aspell-sr/Manifest b/app-dicts/aspell-sr/Manifest new file mode 100644 index 000000000000..b05bb0372356 --- /dev/null +++ b/app-dicts/aspell-sr/Manifest @@ -0,0 +1,4 @@ +MD5 51e0c4b0390918ced2f5ca4c1142e192 ChangeLog 404 +MD5 88be64f7a3f21eef28c136fa54a86b20 aspell-sr-0.60.ebuild 422 +MD5 818ee54986cc2ec648d3de2d87306330 files/digest-aspell-sr-0.60 68 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 diff --git a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild new file mode 100644 index 000000000000..ac01dc53d6a3 --- /dev/null +++ b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/aspell-sr-0.60.ebuild,v 1.1 2006/02/05 22:14:31 arj Exp $ + +ASPELL_LANG="Serbian" +ASPOSTFIX="6" + +inherit aspell-dict + +LICENSE="GPL-2" +FILENAME="aspell6-sr-0.02" +SRC_URI="http://srpski.org/aspell/${FILENAME}.tar.bz2" +S=${WORKDIR}/${FILENAME} +RESTRICT="nomirror" diff --git a/app-dicts/aspell-sr/files/digest-aspell-sr-0.60 b/app-dicts/aspell-sr/files/digest-aspell-sr-0.60 new file mode 100644 index 000000000000..525b0ac8ef6a --- /dev/null +++ b/app-dicts/aspell-sr/files/digest-aspell-sr-0.60 @@ -0,0 +1 @@ +MD5 a068ba095e7246fd3bbc92e7d0287998 aspell6-sr-0.02.tar.bz2 574923 diff --git a/app-dicts/aspell-sr/metadata.xml b/app-dicts/aspell-sr/metadata.xml new file mode 100644 index 000000000000..8f9450df306e --- /dev/null +++ b/app-dicts/aspell-sr/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> |