diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-03 14:29:39 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-03 14:29:39 +0000 |
commit | 80073fb125adc5a88ebde95427a6919ce663cdd6 (patch) | |
tree | 499e81488348de5bcda3c820cbf8fdfa6abf7c37 /app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild | |
parent | Fix sqlite dependencies, bug #186800 (diff) | |
download | gentoo-2-80073fb125adc5a88ebde95427a6919ce663cdd6.tar.gz gentoo-2-80073fb125adc5a88ebde95427a6919ce663cdd6.tar.bz2 gentoo-2-80073fb125adc5a88ebde95427a6919ce663cdd6.zip |
Version bump as per bug 171136. Thanks, jakub, for the ebuild!
(Portage version: 2.1.3.2)
Diffstat (limited to 'app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild')
-rw-r--r-- | app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild b/app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild new file mode 100644 index 000000000000..e32a56e93c22 --- /dev/null +++ b/app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-cs/aspell-cs-0.60.20040614.ebuild,v 1.1 2007/08/03 14:29:39 philantrop Exp $ + +ASPELL_LANG="Czech" +ASPOSTFIX="6" + +inherit aspell-dict + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +FILENAME="aspell6-cs-20040614-1" +SRC_URI="mirror://gnu/aspell/dict/cs/${FILENAME}.tar.bz2" +S=${WORKDIR}/${FILENAME} |