diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-10 11:13:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-10 11:13:31 +0000 |
commit | 4c5c8f999a71a2ff9c67e6463245312bfa651ef1 (patch) | |
tree | ee6df9a8dfe5b34dbfa5a7941dd6093c51d8ff58 /app-dicts/aspell-de-alt | |
parent | amd64/x86 stable, bug #252350 (diff) | |
download | gentoo-2-4c5c8f999a71a2ff9c67e6463245312bfa651ef1.tar.gz gentoo-2-4c5c8f999a71a2ff9c67e6463245312bfa651ef1.tar.bz2 gentoo-2-4c5c8f999a71a2ff9c67e6463245312bfa651ef1.zip |
Initial import, bug 193593.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-dicts/aspell-de-alt')
-rw-r--r-- | app-dicts/aspell-de-alt/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/aspell-de-alt/aspell-de-alt-2.1.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-de-alt/metadata.xml | 8 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/aspell-de-alt/ChangeLog b/app-dicts/aspell-de-alt/ChangeLog new file mode 100644 index 000000000000..70cf22f5e4d3 --- /dev/null +++ b/app-dicts/aspell-de-alt/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-dicts/aspell-de-alt +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-de-alt/ChangeLog,v 1.1 2009/01/10 11:13:31 ulm Exp $ + +*aspell-de-alt-2.1.1 (10 Jan 2009) + + 10 Jan 2009; Ulrich Mueller <ulm@gentoo.org> +metadata.xml, + +aspell-de-alt-2.1.1.ebuild: + Initial import. Ebuild contributed by Patric Mueller <bhaak@gmx.net>, + modified by me; bug 193593. + diff --git a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1.ebuild b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1.ebuild new file mode 100644 index 000000000000..27a333e57a10 --- /dev/null +++ b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1.ebuild,v 1.1 2009/01/10 11:13:31 ulm Exp $ + +ASPELL_LANG="German (classic orthography)" +ASPOSTFIX="6" + +inherit aspell-dict + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/app-dicts/aspell-de-alt/metadata.xml b/app-dicts/aspell-de-alt/metadata.xml new file mode 100644 index 000000000000..57e23c5e937a --- /dev/null +++ b/app-dicts/aspell-de-alt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +<maintainer> + <email>ulm@gentoo.org</email> +</maintainer> +</pkgmetadata> |