diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-15 23:50:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-15 23:50:14 +0000 |
commit | 826984ebc9d61f724a3f24c2b67abf3f3f5e38d1 (patch) | |
tree | a3b665464d8a2ceb39173e995d0c6c35e048f280 /app-dicts | |
parent | version bump (#38306) and fix conf file locations (#37675) thanks to TGL <deg... (diff) | |
download | gentoo-2-826984ebc9d61f724a3f24c2b67abf3f3f5e38d1.tar.gz gentoo-2-826984ebc9d61f724a3f24c2b67abf3f3f5e38d1.tar.bz2 gentoo-2-826984ebc9d61f724a3f24c2b67abf3f3f5e38d1.zip |
version bump (#34633) thanks to Martin Ehmsen <thames get2net.dk>. and added metadata.xml
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-da/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/aspell-da/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.4.33.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-da/files/digest-aspell-da-1.4.33 | 1 | ||||
-rw-r--r-- | app-dicts/aspell-da/metadata.xml | 5 |
5 files changed, 29 insertions, 4 deletions
diff --git a/app-dicts/aspell-da/ChangeLog b/app-dicts/aspell-da/ChangeLog index 19d734c4a69d..08248cd95818 100644 --- a/app-dicts/aspell-da/ChangeLog +++ b/app-dicts/aspell-da/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2003/11/15 07:39:31 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-da/ChangeLog,v 1.6 2004/01/15 23:50:14 liquidx Exp $ + +*aspell-da-1.4.33 (15 Jan 2004) + + 15 Jan 2004; Alastair Tse <liquidx@gentoo.org> aspell-da-1.4.33.ebuild: + version bump (#34633) thanks to Martin Ehmsen <thames get2net.dk> *aspell-da-1.4.29 (14 Nov 2003) diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index 463a47687ce9..ffa8f5711fb4 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1,5 +1,7 @@ -MD5 07d267211dd4458926c442097e87123c aspell-da-1.4.29.ebuild 380 -MD5 405fdaac2ba22042033a76b00a2693cd aspell-da-0.50.2.ebuild 294 MD5 e0b45a16131dd0df5b255c134314803e ChangeLog 1222 +MD5 405fdaac2ba22042033a76b00a2693cd aspell-da-0.50.2.ebuild 294 +MD5 07d267211dd4458926c442097e87123c aspell-da-1.4.29.ebuild 380 +MD5 540b5bcfdab5be0b1e5e2c7e0337f9c7 aspell-da-1.4.33.ebuild 405 MD5 7668cd8a2bebd975170a0b8100566742 files/digest-aspell-da-0.50.2 69 MD5 1c1ba44b232ead98f259785a488e8f0e files/digest-aspell-da-1.4.29 69 +MD5 a18dcb517e6979b46eba434a879895f7 files/digest-aspell-da-1.4.33 72 diff --git a/app-dicts/aspell-da/aspell-da-1.4.33.ebuild b/app-dicts/aspell-da/aspell-da-1.4.33.ebuild new file mode 100644 index 000000000000..6d14f8713350 --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-1.4.33.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2004 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.33.ebuild,v 1.1 2004/01/15 23:50:14 liquidx Exp $ + +ASPELL_LANG="Danish" +inherit aspell-dict + +HOMEPAGE="http://da.spelling.org" +SRC_URI="http://da.speling.org/filer/new_${P}.tar.gz" +S=${WORKDIR}/new_${P} + +LICENSE="GPL-2" diff --git a/app-dicts/aspell-da/files/digest-aspell-da-1.4.33 b/app-dicts/aspell-da/files/digest-aspell-da-1.4.33 new file mode 100644 index 000000000000..54c217f2f5bc --- /dev/null +++ b/app-dicts/aspell-da/files/digest-aspell-da-1.4.33 @@ -0,0 +1 @@ +MD5 6d88ede49730d5ea06b8f9545a91e526 new_aspell-da-1.4.33.tar.gz 374071 diff --git a/app-dicts/aspell-da/metadata.xml b/app-dicts/aspell-da/metadata.xml new file mode 100644 index 000000000000..8f9450df306e --- /dev/null +++ b/app-dicts/aspell-da/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +</pkgmetadata> |