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 | 01d7d6ded09d44881d1637ca7a468dbbf0fae61a (patch) | |
tree | 4d48b7b24134ddf341f2dc3bddf6a7d29b0dbdc3 /app-dicts/stardict-hnd-vi-vi | |
parent | Added new dictionary (diff) | |
download | historical-01d7d6ded09d44881d1637ca7a468dbbf0fae61a.tar.gz historical-01d7d6ded09d44881d1637ca7a468dbbf0fae61a.tar.bz2 historical-01d7d6ded09d44881d1637ca7a468dbbf0fae61a.zip |
Added new dictionary
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-dicts/stardict-hnd-vi-vi')
5 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/stardict-hnd-vi-vi/ChangeLog b/app-dicts/stardict-hnd-vi-vi/ChangeLog new file mode 100644 index 000000000000..8e25e9f6bebb --- /dev/null +++ b/app-dicts/stardict-hnd-vi-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-vi-vi/ChangeLog,v 1.1 2005/12/03 11:41:44 pclouds Exp $ + +*stardict-hnd-vi-vi-20050917 (03 Dec 2005) + + 03 Dec 2005; <pclouds@gentoo.org> +metadata.xml, + +stardict-hnd-vi-vi-20050917.ebuild: + New ebuild for Vietnamese Stardict + diff --git a/app-dicts/stardict-hnd-vi-vi/Manifest b/app-dicts/stardict-hnd-vi-vi/Manifest new file mode 100644 index 000000000000..9f9238ab51d7 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-vi/Manifest @@ -0,0 +1,4 @@ +MD5 dd16cbd9ecd35ed140b96530b02ec0c3 ChangeLog 301 +MD5 5e79679e50a7cb035e188bbbb5f2b690 files/digest-stardict-hnd-vi-vi-20050917 61 +MD5 b77b40f289d01883e32f6e126ebfd5fa metadata.xml 219 +MD5 2e8846ff46082d2863c1f77705918591 stardict-hnd-vi-vi-20050917.ebuild 544 diff --git a/app-dicts/stardict-hnd-vi-vi/files/digest-stardict-hnd-vi-vi-20050917 b/app-dicts/stardict-hnd-vi-vi/files/digest-stardict-hnd-vi-vi-20050917 new file mode 100644 index 000000000000..f0f582c795a6 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-vi/files/digest-stardict-hnd-vi-vi-20050917 @@ -0,0 +1 @@ +MD5 8a66629dd45d6e5f6b0413a3f9f932bf VietViet30K.zip 2029339 diff --git a/app-dicts/stardict-hnd-vi-vi/metadata.xml b/app-dicts/stardict-hnd-vi-vi/metadata.xml new file mode 100644 index 000000000000..d17375e0402a --- /dev/null +++ b/app-dicts/stardict-hnd-vi-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-vi-vi/stardict-hnd-vi-vi-20050917.ebuild b/app-dicts/stardict-hnd-vi-vi/stardict-hnd-vi-vi-20050917.ebuild new file mode 100644 index 000000000000..727daf4194a5 --- /dev/null +++ b/app-dicts/stardict-hnd-vi-vi/stardict-hnd-vi-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-vi-vi/stardict-hnd-vi-vi-20050917.ebuild,v 1.1 2005/12/03 11:41:44 pclouds Exp $ + +FROM_LANG="Vietnamese" +TO_LANG="Vietnamese" + +inherit stardict + +HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818" +SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietViet30K.zip" + +KEYWORDS="~x86" +IUSE="" +S="${WORKDIR}/VietViet" + +RDEPEND=">=app-dicts/stardict-2.4.2" |