diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-07 17:08:23 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-07 17:08:23 +0000 |
commit | 9d59f6c74787158519ab6f8de1e16e310ac52b2e (patch) | |
tree | 88539ed9bd06ea2664abdeaa26a5e670af8f79de /app-dicts/stardict-cdict-en-zh-big5 | |
parent | version bumping to new dict format (Manifest recommit) (diff) | |
download | gentoo-2-9d59f6c74787158519ab6f8de1e16e310ac52b2e.tar.gz gentoo-2-9d59f6c74787158519ab6f8de1e16e310ac52b2e.tar.bz2 gentoo-2-9d59f6c74787158519ab6f8de1e16e310ac52b2e.zip |
version bumping to new dict format
Diffstat (limited to 'app-dicts/stardict-cdict-en-zh-big5')
3 files changed, 21 insertions, 1 deletions
diff --git a/app-dicts/stardict-cdict-en-zh-big5/ChangeLog b/app-dicts/stardict-cdict-en-zh-big5/ChangeLog index 943bef075c27..25ad6b483faa 100644 --- a/app-dicts/stardict-cdict-en-zh-big5/ChangeLog +++ b/app-dicts/stardict-cdict-en-zh-big5/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/stardict-cdict-en-zh-big5 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.1 2003/06/04 13:33:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/ChangeLog,v 1.2 2004/01/07 17:05:53 liquidx Exp $ + +*stardict-cdict-en-zh-big5-2.4.2 (07 Jan 2004) + + 07 Jan 2004; Alastair Tse <liquidx@gentoo.org> + stardict-cdict-en-zh-big5-2.4.2.ebuild: + version bumping to new dict format *stardict-cdict-en-zh-big5-2.1.0 (04 Jun 2003) diff --git a/app-dicts/stardict-cdict-en-zh-big5/files/digest-stardict-cdict-en-zh-big5-2.4.2 b/app-dicts/stardict-cdict-en-zh-big5/files/digest-stardict-cdict-en-zh-big5-2.4.2 new file mode 100644 index 000000000000..dc4c07e63b21 --- /dev/null +++ b/app-dicts/stardict-cdict-en-zh-big5/files/digest-stardict-cdict-en-zh-big5-2.4.2 @@ -0,0 +1 @@ +MD5 0349198b9dfcecd9a0f505512bb21d8b stardict-cdict-big5-2.4.2.tar.bz2 4489767 diff --git a/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild new file mode 100644 index 000000000000..215f0d6a211d --- /dev/null +++ b/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-big5/stardict-cdict-en-zh-big5-2.4.2.ebuild,v 1.1 2004/01/07 17:05:53 liquidx Exp $ + +FROM_LANG="English" +TO_LANG="Traditional Chinese (BIG5)" +DICT_PREFIX="cdict-" +DICT_SUFFIX="big5" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_TW.php" +RDEPEND=">=app-dicts/stardict-2.4.2" |