summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 11:41:44 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 11:41:44 +0000
commit01d7d6ded09d44881d1637ca7a468dbbf0fae61a (patch)
tree4d48b7b24134ddf341f2dc3bddf6a7d29b0dbdc3 /app-dicts/stardict-hnd-vi-en
parentAdded new dictionary (diff)
downloadhistorical-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-en')
-rw-r--r--app-dicts/stardict-hnd-vi-en/ChangeLog10
-rw-r--r--app-dicts/stardict-hnd-vi-en/Manifest4
-rw-r--r--app-dicts/stardict-hnd-vi-en/files/digest-stardict-hnd-vi-en-200509171
-rw-r--r--app-dicts/stardict-hnd-vi-en/metadata.xml6
-rw-r--r--app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild17
5 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/stardict-hnd-vi-en/ChangeLog b/app-dicts/stardict-hnd-vi-en/ChangeLog
new file mode 100644
index 000000000000..718bf3e30f79
--- /dev/null
+++ b/app-dicts/stardict-hnd-vi-en/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-en/ChangeLog,v 1.1 2005/12/03 11:40:45 pclouds Exp $
+
+*stardict-hnd-vi-en-20050917 (03 Dec 2005)
+
+ 03 Dec 2005; <pclouds@gentoo.org> +metadata.xml,
+ +stardict-hnd-vi-en-20050917.ebuild:
+ New ebuild for Vietnamese-English Stardict
+
diff --git a/app-dicts/stardict-hnd-vi-en/Manifest b/app-dicts/stardict-hnd-vi-en/Manifest
new file mode 100644
index 000000000000..780076c82edd
--- /dev/null
+++ b/app-dicts/stardict-hnd-vi-en/Manifest
@@ -0,0 +1,4 @@
+MD5 dd6ce6f5768f1b7341e0ea2eca055015 ChangeLog 309
+MD5 2534e8b99cb37876526bb5430e3cf1c8 files/digest-stardict-hnd-vi-en-20050917 59
+MD5 b77b40f289d01883e32f6e126ebfd5fa metadata.xml 219
+MD5 9df9c451358dc52ae048989b9afd0af5 stardict-hnd-vi-en-20050917.ebuild 539
diff --git a/app-dicts/stardict-hnd-vi-en/files/digest-stardict-hnd-vi-en-20050917 b/app-dicts/stardict-hnd-vi-en/files/digest-stardict-hnd-vi-en-20050917
new file mode 100644
index 000000000000..962abaf221e9
--- /dev/null
+++ b/app-dicts/stardict-hnd-vi-en/files/digest-stardict-hnd-vi-en-20050917
@@ -0,0 +1 @@
+MD5 30fbe158d9d06a3bf44aa9615c09a9c8 VietAnh23K.zip 992221
diff --git a/app-dicts/stardict-hnd-vi-en/metadata.xml b/app-dicts/stardict-hnd-vi-en/metadata.xml
new file mode 100644
index 000000000000..d17375e0402a
--- /dev/null
+++ b/app-dicts/stardict-hnd-vi-en/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-en/stardict-hnd-vi-en-20050917.ebuild b/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-20050917.ebuild
new file mode 100644
index 000000000000..213c3257bc00
--- /dev/null
+++ b/app-dicts/stardict-hnd-vi-en/stardict-hnd-vi-en-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-en/stardict-hnd-vi-en-20050917.ebuild,v 1.1 2005/12/03 11:40:45 pclouds Exp $
+
+FROM_LANG="Vietnamese"
+TO_LANG="English"
+
+inherit stardict
+
+HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818"
+SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietAnh23K.zip"
+
+KEYWORDS="~x86"
+IUSE=""
+S="${WORKDIR}/VietAnh"
+
+RDEPEND=">=app-dicts/stardict-2.4.2"