diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 11:32:17 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 11:32:17 +0000 |
commit | ce7f1c0dc00f166e0d5205e30bcce4f368597eed (patch) | |
tree | a05981ebd26ab7c46db4d0e01d269f9711b4f76b /app-dicts/stardict-hnd-de-vi | |
parent | Silently update the ooo-build to 2.0.0.2, nothing new in there just all our f... (diff) | |
download | gentoo-2-ce7f1c0dc00f166e0d5205e30bcce4f368597eed.tar.gz gentoo-2-ce7f1c0dc00f166e0d5205e30bcce4f368597eed.tar.bz2 gentoo-2-ce7f1c0dc00f166e0d5205e30bcce4f368597eed.zip |
Added new dictionary
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-dicts/stardict-hnd-de-vi')
5 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/stardict-hnd-de-vi/ChangeLog b/app-dicts/stardict-hnd-de-vi/ChangeLog new file mode 100644 index 000000000000..c8b9ad769ea4 --- /dev/null +++ b/app-dicts/stardict-hnd-de-vi/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-de-vi/ChangeLog,v 1.1 2005/12/03 11:32:17 pclouds Exp $ + +*stardict-hnd-de-vi-20050917 (03 Dec 2005) + + 03 Dec 2005; <pclouds@gentoo.org> +metadata.xml, + +stardict-hnd-de-vi-20050917.ebuild: + New ebuild for German-Vietnamese Stardict + diff --git a/app-dicts/stardict-hnd-de-vi/Manifest b/app-dicts/stardict-hnd-de-vi/Manifest new file mode 100644 index 000000000000..6303eaa83172 --- /dev/null +++ b/app-dicts/stardict-hnd-de-vi/Manifest @@ -0,0 +1,4 @@ +MD5 4779a904d26bb6d359ce247d2464032c ChangeLog 308 +MD5 dfca2cf27708c061c8b0e68ac1736e75 files/digest-stardict-hnd-de-vi-20050917 60 +MD5 b77b40f289d01883e32f6e126ebfd5fa metadata.xml 219 +MD5 de642762d817c414bd68ab3b726a9815 stardict-hnd-de-vi-20050917.ebuild 538 diff --git a/app-dicts/stardict-hnd-de-vi/files/digest-stardict-hnd-de-vi-20050917 b/app-dicts/stardict-hnd-de-vi/files/digest-stardict-hnd-de-vi-20050917 new file mode 100644 index 000000000000..5fd930c20279 --- /dev/null +++ b/app-dicts/stardict-hnd-de-vi/files/digest-stardict-hnd-de-vi-20050917 @@ -0,0 +1 @@ +MD5 dc16cabf541da49928794384cc34517c DucViet45K.zip 4242194 diff --git a/app-dicts/stardict-hnd-de-vi/metadata.xml b/app-dicts/stardict-hnd-de-vi/metadata.xml new file mode 100644 index 000000000000..d17375e0402a --- /dev/null +++ b/app-dicts/stardict-hnd-de-vi/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-de-vi/stardict-hnd-de-vi-20050917.ebuild b/app-dicts/stardict-hnd-de-vi/stardict-hnd-de-vi-20050917.ebuild new file mode 100644 index 000000000000..bfee87aaa985 --- /dev/null +++ b/app-dicts/stardict-hnd-de-vi/stardict-hnd-de-vi-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-de-vi/stardict-hnd-de-vi-20050917.ebuild,v 1.1 2005/12/03 11:32:17 pclouds Exp $ + +FROM_LANG="German" +TO_LANG="Vietnamese" + +inherit stardict + +HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818" +SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/DucViet45K.zip" + +KEYWORDS="~x86" +IUSE="" +S="${WORKDIR}/DucViet" + +RDEPEND=">=app-dicts/stardict-2.4.2" |