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-de | |
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-de')
5 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/stardict-hnd-vi-de/ChangeLog b/app-dicts/stardict-hnd-vi-de/ChangeLog new file mode 100644 index 000000000000..602dd2ab1f5a --- /dev/null +++ b/app-dicts/stardict-hnd-vi-de/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-de/ChangeLog,v 1.1 2005/12/03 11:40:02 pclouds Exp $ + +*stardict-hnd-vi-de-20050917 (03 Dec 2005) + + 03 Dec 2005; <pclouds@gentoo.org> +metadata.xml, + +stardict-hnd-vi-de-20050917.ebuild: + New ebuild for Vietnamese-German Stardict + diff --git a/app-dicts/stardict-hnd-vi-de/Manifest b/app-dicts/stardict-hnd-vi-de/Manifest new file mode 100644 index 000000000000..5a4fa4925ce4 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-de/Manifest @@ -0,0 +1,4 @@ +MD5 e8e346ed7239954933c38c7144128404 ChangeLog 308 +MD5 25e8331eb5a0e1694fdd217e54d7e26f files/digest-stardict-hnd-vi-de-20050917 59 +MD5 b77b40f289d01883e32f6e126ebfd5fa metadata.xml 219 +MD5 374f1fee3440438c1afe2811a290c0a7 stardict-hnd-vi-de-20050917.ebuild 538 diff --git a/app-dicts/stardict-hnd-vi-de/files/digest-stardict-hnd-vi-de-20050917 b/app-dicts/stardict-hnd-vi-de/files/digest-stardict-hnd-vi-de-20050917 new file mode 100644 index 000000000000..91095cd30ed4 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-de/files/digest-stardict-hnd-vi-de-20050917 @@ -0,0 +1 @@ +MD5 5c8b6f5091d11fc99a3e7be7d2c66f7d VietDuc12K.zip 432634 diff --git a/app-dicts/stardict-hnd-vi-de/metadata.xml b/app-dicts/stardict-hnd-vi-de/metadata.xml new file mode 100644 index 000000000000..d17375e0402a --- /dev/null +++ b/app-dicts/stardict-hnd-vi-de/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-de/stardict-hnd-vi-de-20050917.ebuild b/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-20050917.ebuild new file mode 100644 index 000000000000..9f725c1886b5 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-de/stardict-hnd-vi-de-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-de/stardict-hnd-vi-de-20050917.ebuild,v 1.1 2005/12/03 11:40:02 pclouds Exp $ + +FROM_LANG="Vietnamese" +TO_LANG="German" + +inherit stardict + +HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818" +SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietDuc12K.zip" + +KEYWORDS="~x86" +IUSE="" +S="${WORKDIR}/VietDuc" + +RDEPEND=">=app-dicts/stardict-2.4.2" |