diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 11:41:44 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 11:41:44 +0000 |
commit | 53c040990c51a20d1ce9034e97b36c085660b5c9 (patch) | |
tree | f51c105b51aa45963760e56ebe084179dcde1add /app-dicts/stardict-hnd-vi-fr | |
parent | Added new dictionary (diff) | |
download | gentoo-2-53c040990c51a20d1ce9034e97b36c085660b5c9.tar.gz gentoo-2-53c040990c51a20d1ce9034e97b36c085660b5c9.tar.bz2 gentoo-2-53c040990c51a20d1ce9034e97b36c085660b5c9.zip |
Added new dictionary
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-dicts/stardict-hnd-vi-fr')
5 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/stardict-hnd-vi-fr/ChangeLog b/app-dicts/stardict-hnd-vi-fr/ChangeLog new file mode 100644 index 000000000000..e64aeef825f2 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-fr/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/stardict-hnd-en-vi +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-fr/ChangeLog,v 1.1 2005/12/03 11:41:17 pclouds Exp $ + +*stardict-hnd-vi-fr-20050917 (03 Dec 2005) + + 03 Dec 2005; <pclouds@gentoo.org> +metadata.xml, + +stardict-hnd-vi-fr-20050917.ebuild: + New ebuild for Vietnamese-French Stardict + diff --git a/app-dicts/stardict-hnd-vi-fr/Manifest b/app-dicts/stardict-hnd-vi-fr/Manifest new file mode 100644 index 000000000000..8115df716fdb --- /dev/null +++ b/app-dicts/stardict-hnd-vi-fr/Manifest @@ -0,0 +1,4 @@ +MD5 b2850565c1b8cdee46624b15a20f8881 ChangeLog 308 +MD5 2461eaf962148d26765006283d1b1d4d files/digest-stardict-hnd-vi-fr-20050917 61 +MD5 b77b40f289d01883e32f6e126ebfd5fa metadata.xml 219 +MD5 2837666320fdc7ddf6a00c2c77441c10 stardict-hnd-vi-fr-20050917.ebuild 540 diff --git a/app-dicts/stardict-hnd-vi-fr/files/digest-stardict-hnd-vi-fr-20050917 b/app-dicts/stardict-hnd-vi-fr/files/digest-stardict-hnd-vi-fr-20050917 new file mode 100644 index 000000000000..a9a85de71f2a --- /dev/null +++ b/app-dicts/stardict-hnd-vi-fr/files/digest-stardict-hnd-vi-fr-20050917 @@ -0,0 +1 @@ +MD5 7e712de5dbed0d396b4f76e885e0d326 VietPhap38K.zip 1779343 diff --git a/app-dicts/stardict-hnd-vi-fr/metadata.xml b/app-dicts/stardict-hnd-vi-fr/metadata.xml new file mode 100644 index 000000000000..d17375e0402a --- /dev/null +++ b/app-dicts/stardict-hnd-vi-fr/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>pclouds@gentoo.org</email></maintainer> +</pkgmetadata> diff --git a/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild b/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild new file mode 100644 index 000000000000..a1b92ef7bd03 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild,v 1.1 2005/12/03 11:41:17 pclouds Exp $ + +FROM_LANG="Vietnamese" +TO_LANG="French" + +inherit stardict + +HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818" +SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietPhap38K.zip" + +KEYWORDS="~x86" +IUSE="" +S="${WORKDIR}/VietPhap" + +RDEPEND=">=app-dicts/stardict-2.4.2" |