diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-10-29 01:59:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-10-29 01:59:33 +0000 |
commit | 627f6c018991700e0142e2b17321bd3154d7ef7e (patch) | |
tree | 900dfa0ae3aa299215c900eab0eac14e80a8a937 /app-dicts | |
parent | version bump (diff) | |
download | gentoo-2-627f6c018991700e0142e2b17321bd3154d7ef7e.tar.gz gentoo-2-627f6c018991700e0142e2b17321bd3154d7ef7e.tar.bz2 gentoo-2-627f6c018991700e0142e2b17321bd3154d7ef7e.zip |
version bump
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-da/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/aspell-da/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.4.27.ebuild | 27 | ||||
-rw-r--r-- | app-dicts/aspell-da/files/digest-aspell-da-1.4.27 | 1 |
4 files changed, 37 insertions, 3 deletions
diff --git a/app-dicts/aspell-da/ChangeLog b/app-dicts/aspell-da/ChangeLog index c390e70bb79e..d4f9cdc69e4f 100644 --- a/app-dicts/aspell-da/ChangeLog +++ b/app-dicts/aspell-da/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/aspell-da # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/ChangeLog,v 1.3 2003/02/12 03:29:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/ChangeLog,v 1.4 2003/10/29 01:59:31 seemant Exp $ + +*aspell-da-1.4.27 (28 Oct 2003) + + 28 Oct 2003; Seemant Kulleen <seemant@gentoo.org> aspell-da-1.4.27.ebuild: + version bump to a different dictionary -- thanks to: Martin Ehmsen + <thames@get2net.dk> in bug #27227 *aspell-da-0.50.2 (18 Oct 2002) diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index c878bcdca711..f1242db56445 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1,5 +1,5 @@ -MD5 0a80dd5520ebf38d6f7ca32e7ecc1456 aspell-da-1.4.27.ebuild 736 +MD5 e2ce9adbc85e8062beac2043d0ae534c aspell-da-1.4.27.ebuild 575 MD5 405fdaac2ba22042033a76b00a2693cd aspell-da-0.50.2.ebuild 294 -MD5 9027ec594e5eee59616c6b6fbfb447ee ChangeLog 504 +MD5 0c315c3422cea4e71bd39955e4b85497 ChangeLog 721 MD5 7668cd8a2bebd975170a0b8100566742 files/digest-aspell-da-0.50.2 69 MD5 f18deb2a6fe2311aeeb78716149c743b files/digest-aspell-da-1.4.27 68 diff --git a/app-dicts/aspell-da/aspell-da-1.4.27.ebuild b/app-dicts/aspell-da/aspell-da-1.4.27.ebuild new file mode 100644 index 000000000000..56625ef8740a --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-1.4.27.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-1.4.27.ebuild,v 1.1 2003/10/29 01:59:31 seemant Exp $ + +ASPELL_LANG="Danish" +inherit aspell-dict + +HOMEPAGE="http://da.spelling.org" +SRC_URI="http://da.speling.org/filer/${P}.tar.gz" + +LICENSE="GPL-2" + +S=${WORKDIR}/${P} + +src_compile() { + emake || die +} + +src_install() { + insinto /usr/share/aspell + doins *.dat + + insinto /usr/lib/aspell + doins dansk + + dodoc COPYING Copyright README contributors +} diff --git a/app-dicts/aspell-da/files/digest-aspell-da-1.4.27 b/app-dicts/aspell-da/files/digest-aspell-da-1.4.27 new file mode 100644 index 000000000000..6589c49d31d6 --- /dev/null +++ b/app-dicts/aspell-da/files/digest-aspell-da-1.4.27 @@ -0,0 +1 @@ +MD5 0e999aeea39c5e99fe530cb29031781b aspell-da-1.4.27.tar.gz 387872 |