diff options
author | 2006-08-13 15:44:06 +0000 | |
---|---|---|
committer | 2006-08-13 15:44:06 +0000 | |
commit | f6d9bb5c6e96c13989164abba3b491f88baa433b (patch) | |
tree | 7d18380a3cbe8c58dfc4126361cb7cdfef54516b /app-dicts/aspell-da/aspell-da-1.6.0.ebuild | |
parent | Added dev-python/imaging rdep, bug #143788. (diff) | |
download | gentoo-2-f6d9bb5c6e96c13989164abba3b491f88baa433b.tar.gz gentoo-2-f6d9bb5c6e96c13989164abba3b491f88baa433b.tar.bz2 gentoo-2-f6d9bb5c6e96c13989164abba3b491f88baa433b.zip |
Version bump. Now only uses words which have been checked 3 times.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-dicts/aspell-da/aspell-da-1.6.0.ebuild')
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.6.0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/aspell-da/aspell-da-1.6.0.ebuild b/app-dicts/aspell-da/aspell-da-1.6.0.ebuild new file mode 100644 index 000000000000..6103d22c5578 --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-1.6.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.6.0.ebuild,v 1.1 2006/08/13 15:44:06 arj Exp $ + +ASPELL_LANG="Danish" +inherit aspell-dict + +HOMEPAGE="http://da.speling.org" +SRC_URI="http://da.speling.org/filer/new_${P}.tar.gz" +S=${WORKDIR}/new_${P} + +LICENSE="GPL-2" |