diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-19 20:39:50 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-19 20:39:50 +0000 |
commit | e0053fb78ce7d8fdfcc9efb9d9ac6cc03d0bd82d (patch) | |
tree | 818a14c4d380968d361792ed885829e370c15fa2 /app-dicts/aspell-fr | |
parent | dev-util/treecc: version bump (diff) | |
download | gentoo-2-e0053fb78ce7d8fdfcc9efb9d9ac6cc03d0bd82d.tar.gz gentoo-2-e0053fb78ce7d8fdfcc9efb9d9ac6cc03d0bd82d.tar.bz2 gentoo-2-e0053fb78ce7d8fdfcc9efb9d9ac6cc03d0bd82d.zip |
Added this hack to allow for using the French 0.50 dictionary with aspell-0.60* until I have the time to do this properly.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-dicts/aspell-fr')
-rw-r--r-- | app-dicts/aspell-fr/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/aspell-fr/aspell-fr-0.60.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/aspell-fr/files/digest-aspell-fr-0.60 | 3 |
3 files changed, 31 insertions, 2 deletions
diff --git a/app-dicts/aspell-fr/ChangeLog b/app-dicts/aspell-fr/ChangeLog index 4dd55e5b2450..ccacc7def5c3 100644 --- a/app-dicts/aspell-fr/ChangeLog +++ b/app-dicts/aspell-fr/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/aspell-fr -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-fr/ChangeLog,v 1.7 2006/12/01 01:35:21 kevquinn Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-fr/ChangeLog,v 1.8 2007/08/19 20:39:50 philantrop Exp $ + +*aspell-fr-0.60 (19 Aug 2007) + + 19 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> + +aspell-fr-0.60.ebuild: + Added this hack to allow for using the French 0.50 dictionary with + aspell-0.60* until I have the time to do this properly. 01 Dec 2006; Kevin F. Quinn <kevquinn@gentoo.org> aspell-fr-0.50.3.ebuild: Ebuild cleanups for bug #132718 diff --git a/app-dicts/aspell-fr/aspell-fr-0.60.ebuild b/app-dicts/aspell-fr/aspell-fr-0.60.ebuild new file mode 100644 index 000000000000..112743289885 --- /dev/null +++ b/app-dicts/aspell-fr/aspell-fr-0.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-fr/aspell-fr-0.60.ebuild,v 1.1 2007/08/19 20:39:50 philantrop Exp $ + +ASPELL_LANG="French" +ASPOSTFIX="6" + +# This is a hack to allow for using the French 0.50 dictionary until I have +# the time to do this properly. Do not stabilise this. + +inherit aspell-dict + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~x86" + +FILENAME="aspell-fr-0.50-3" +SRC_URI="mirror://gnu/aspell/dict/fr/${FILENAME}.tar.bz2" + +S="${WORKDIR}/${FILENAME}" diff --git a/app-dicts/aspell-fr/files/digest-aspell-fr-0.60 b/app-dicts/aspell-fr/files/digest-aspell-fr-0.60 new file mode 100644 index 000000000000..d40c17725782 --- /dev/null +++ b/app-dicts/aspell-fr/files/digest-aspell-fr-0.60 @@ -0,0 +1,3 @@ +MD5 53a2d05c4e8f7fabd3cefe24db977be7 aspell-fr-0.50-3.tar.bz2 283086 +RMD160 4072f990bc56871e6aaa842f7636969a4cd60960 aspell-fr-0.50-3.tar.bz2 283086 +SHA256 f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91 aspell-fr-0.50-3.tar.bz2 283086 |