diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-22 12:19:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-22 12:19:45 +0000 |
commit | 47feb9d9f18abdde53ff01825d6f597aa0c5a873 (patch) | |
tree | 78957e5c2a6f32e22a0497c06e05bff5d7b4f167 /app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild | |
parent | Last missing eapi files in default/linux. No support in PM to inherit them fr... (diff) | |
download | gentoo-2-47feb9d9f18abdde53ff01825d6f597aa0c5a873.tar.gz gentoo-2-47feb9d9f18abdde53ff01825d6f597aa0c5a873.tar.bz2 gentoo-2-47feb9d9f18abdde53ff01825d6f597aa0c5a873.zip |
Add proper alias names for dictionary. Install additional documentation.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild')
-rw-r--r-- | app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild new file mode 100644 index 000000000000..0e253b27c64a --- /dev/null +++ b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild @@ -0,0 +1,24 @@ +# 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-r1.ebuild,v 1.1 2009/10/22 12:19:44 ulm Exp $ + +ASPELL_LANG="German (traditional orthography)" +ASPOSTFIX="6" + +inherit aspell-dict eutils + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-dict-name.patch" +} + +src_install() { + aspell-dict_src_install + newdoc doc/README README.hk || die + dodoc doc/README.bj || die +} |