summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-22 12:19:45 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-22 12:19:45 +0000
commit6c4f8d88318ceb5b5a74fb13cc044e0eae8eb921 (patch)
treef9fd460c6445c3f6bb9df00d31aa4f98c86d0895 /app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild
parentLast missing eapi files in default/linux. No support in PM to inherit them fr... (diff)
downloadhistorical-6c4f8d88318ceb5b5a74fb13cc044e0eae8eb921.tar.gz
historical-6c4f8d88318ceb5b5a74fb13cc044e0eae8eb921.tar.bz2
historical-6c4f8d88318ceb5b5a74fb13cc044e0eae8eb921.zip
Add proper alias names for dictionary. Install additional documentation.
Package-Manager: portage-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.ebuild24
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
+}